1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:14:17 +02:00

bcdmode: add Hindi translation (#11284)

This commit is contained in:
Vedant Yadav 2023-10-26 22:47:43 +05:30 committed by GitHub
parent f83dbe7bea
commit 8d19ea7042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# bcdboot
> बूट फ़ाइलों को कॉन्फ़िगर या सुधारें।
> अधिक जानकारी: <https://learn.microsoft.com/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di>.
- स्रोत विंडोज़ फ़ोल्डर से BCD फ़ाइलों का उपयोग करके सिस्टम विभाजन को प्रारंभ करें:
`bcdboot {{C:\Windows}}`
- वर्बोज़(verbose[v]) मोड सक्षम करें:
`bcdboot {{C:\Windows}} /v`
- सिस्टम विभाजन का वॉल्यूम अक्षर निर्दिष्ट करें:
`bcdboot {{C:\Windows}} /s {{S:}}`
- कोई स्थान निर्दिष्ट करें:
`bcdboot {{C:\Windows}} /l {{en-us}}`
- बूट फ़ाइलों को निर्दिष्ट वॉल्यूम पर कॉपी करते समय फ़र्मवेयर प्रकार निर्दिष्ट करें:
`bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`