User Tools

Site Tools


helps:win_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
helps:win_tips [22.01.2025.(15:46)] – created adminhelps:win_tips [22.01.2025.(16:03)] (current) admin
Line 1: Line 1:
 ====== Windows tips ======  ====== Windows tips ====== 
-\\ +{{:helps:windows.png?nolink&100|}} \\ 
 ==== 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 ==
-''mountvol S: /S'' +''mountvol S: /S'' \\  
-''S:'' +''S:'' \\  
-''cd .\EFI\'' +''cd .\EFI\'' \\  
-''Remove-Item -Recurse .\ubuntu'' +''Remove-Item -Recurse .\ubuntu'' \\  
-''bcdboot C:\windows /s S: /f UEFI''+''bcdboot C:\windows /s S: /f 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 ''Repair your computer'' \\  
-Click on Troubleshoot +Click on ''Troubleshoot'' \\  
-Click on Command Prompt +Click on ''Command Prompt'' \\  
-diskpart +''diskpart'' \\  
-list disk +''list disk'' \\  
-select disk # (partition with windows installation) +''select disk #'' (partition with windows installation) \\  
-create part primary size=512 +''create part primary size=512'' \\  
-select part # (the one just created) +''select part #'' (the one just created) \\  
-active +''active'' \\  
-format fs=ntfs quick label=“System Reserved” +''format fs=ntfs quick label=“System Reserved”'' \\  
-list vol (to make note of your new partition) +''list vol'' (to make note of your new partition) \\  
-select vol # (where the # is the number assigned to your volume) +''select vol #'' (where the # is the number assigned to your volume) \\  
-assign letter E (the letter can be any non-assigned drive letter) +''assign letter E'' (the letter can be any non-assigned drive letter) \\  
-exit +''exit'' \\  
-bootrec /fixmbr +''bootrec /fixmbr'' \\  
-bcdboot C:\Windows /s e: +''bcdboot C:\Windows /s e:'' \\  
-exit (to close the command prompt and click on Continue to boot)+''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