helps:win_tips
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| helps:win_tips [22.01.2025.(15:46)] – created admin | helps:win_tips [22.01.2025.(16:03)] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Windows tips ====== | ====== Windows tips ====== | ||
| - | \\ | + | {{: |
| ==== Windows 11 ==== | ==== Windows 11 ==== | ||
| == Windows 11 Windows explorer tips == | == Windows 11 Windows explorer tips == | ||
| Line 32: | Line 32: | ||
| == Uninstall GRUB and use Windows bootloader == | == Uninstall GRUB and use Windows bootloader == | ||
| == MBR == | == MBR == | ||
| - | c:\bootsect /nt60 c: /mbr | + | c:\bootsect /nt60 c: /mbr \\ |
| == UEFI == | == UEFI == | ||
| - | '' | + | '' |
| - | '' | + | '' |
| - | '' | + | '' |
| - | '' | + | '' |
| - | '' | + | '' |
| - | Recreate boot partition on MBR (non UEFI) Windows installation | + | == Recreate boot partition on MBR (non UEFI) Windows installation |
| - | Boot Windows 10 installation USB | + | Boot Windows 10 installation USB \\ |
| - | Click on “Repair your computer” | + | Click on '' |
| - | Click on Troubleshoot | + | Click on '' |
| - | Click on Command Prompt | + | Click on '' |
| - | diskpart | + | '' |
| - | list disk | + | '' |
| - | select disk # (partition with windows installation) | + | '' |
| - | create part primary size=512 | + | '' |
| - | select part # (the one just created) | + | '' |
| - | active | + | '' |
| - | format fs=ntfs quick label=“System Reserved” | + | '' |
| - | list vol (to make note of your new partition) | + | '' |
| - | select vol # (where the # is the number assigned to your volume) | + | '' |
| - | assign letter E (the letter can be any non-assigned drive letter) | + | '' |
| - | exit | + | '' |
| - | bootrec /fixmbr | + | '' |
| - | bcdboot C:\Windows /s e: | + | '' |
| - | exit (to close the command prompt and click on Continue to boot) | + | '' |
helps/win_tips.1737560762.txt.gz · Last modified: 22.01.2025.(15:46) by admin
