Windows tips and tricks

All tips for windows

  • Windows 11 bypassnro
    Open cmd with Shift + F10
    and type "OOBE\BYPASSNRO"

    Your computer will restart and now you will have the "I don't have Internet" option.

  • Windows 11 bypass local account
    Open cmd with Shift + F10
    and type "start ms-cxh:localonly"

    Your computer will restart and now you will have the "I don't have Internet" option.

  • Set "Old" Explorer Context Menu as Default
    Open cmd as current user
    reg add "HKCU\SOFTWARE\CLASSES\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /f
  • Remove Explorer "Command Bar"
    Open cmd as current user
    reg add "HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}\InprocServer32" /f /ve
  • Restart Windows Explorer. (Applies the above settings without needing a reboot)
    Open cmd
    taskkill /f /im explorer.exe
    start explorer.exe
  • Restore Win 11 Explorer Context Menu
    Open cmd as current user
    reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
  • Restore Win 11 Explorer Command Bar
    Open cmd as current user
    reg.exe delete "HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}" /f
  • Restart Windows Explorer. (Applies the above settings without needing a reboot)
    Open cmd
    taskkill /f /im explorer.exe
    start explorer.exe

Windows Cleaning