Search results

  1. S

    Classic right-click Context Menu in Windows 11

    i know its late but incase someone else reads just use [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32] @=""
  2. S

    Restore Windows Photo Viewer with file associations [Windows 10/11]

    i never had any problem with app reset, anyway you could talk with nuhi to make a section in ntlite called "associations" that just reads the file "OEMDefaultAssociations.xml" and lets you add/remove/edit lines.
  3. S

    Restore Windows Photo Viewer with file associations [Windows 10/11]

    i dont think my file removes all the associations set by microsoft, might test tomorrow anyway but i think they just put an example file.
  4. S

    Restore Windows Photo Viewer with file associations [Windows 10/11]

    tested and none of the 3 formats work without heif/webp extensions installed
  5. S

    Restore Windows Photo Viewer with file associations [Windows 10/11]

    good thing about this method is that we can add file formats easily, already added and tested: .heic .heif .webp
  6. S

    Restore Windows Photo Viewer with file associations [Windows 10/11]

    Windows photo viewer isn't removed in windows 10/11, they just removed all file formats except for ".tif" and ".tiff". My reg file adds the missing file formats back and takes advantage of the ".tiff" associations that already exist, this is the bare minimum necessary way to recover the Windows...
  7. S

    Restore Windows Photo Viewer with file associations [Windows 10/11]

    Go to registry tab and add photoviewerassoc.reg Go to image tab → Right click mounted image → Explore mount directory: Put OEMDefaultAssociations.xml inside Windows\System32 Close mount directory
  8. S

    Disable Microsoft Edge

    on latest w10 22h2 and latest w11 23h2 edge does not get reinstalled with cumulative updates latest w11: https://massgrave.dev/windows_11_links.html#Windows_11_Consumer_23H2 latest w10: https://massgrave.dev/windows_10_links.html#Windows_10_Consumer_22H2
  9. S

    Integrate 7-Zip 23.01 natively

    test nanazip https://github.com/M2Team/NanaZip/releases
  10. S

    Hide Post install window

    test beta version
  11. S

    Brave browser install error

    this works on machine post-setup: BraveBrowserSetup.exe /silent /install pros: installs last brave version cons: needs internet
  12. S

    Chrome initial preference file

    here is an example that installs ublock origin and disables annoying privacy sandbox ad prompt https://github.com/cristhian2k47/initial_preferences idk how to edit bookmarks but you can tell me which extension you want pre-installed and ill upload the initial_preferences file here
  13. S

    How do I block the installation of Outlook (new) and Dev Home in 23H2?

    use this instead [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32] @=""
  14. S

    Install Firefox as default browser, Pin to Start Menu & Taskbar, and Install uBlock Origin [W11]

    you can install adguard with: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Extensions\Install] "1"="https://addons.mozilla.org/firefox/downloads/latest/adguard-adblocker/latest.xpi"
  15. S

    Install Firefox as default browser, Pin to Start Menu & Taskbar, and Install uBlock Origin [W11]

    modified OEMDefaultAssociations.xml to avoid setting unnecessary associations, thanks!
  16. S

    Install 7-Zip (23.01) with file associations

    Download 7-Zip (x64) and install through post-setup tab with parameter /S Go to registry tab and add 7zipassoc.reg Go to image tab → Right click mounted image → Explore mount directory: Put OEMDefaultAssociations.xml inside Windows\System32 Close mount directory
  17. S

    How does NTLite fake Setupcomplete.cmd with an OEM key?

    would this be enough? ; run setupcomplete.cmd [HKEY_LOCAL_MACHINE\SYSTEM\Setup\FirstBoot\PostOobe] "00"="cmd.exe /c C:\\Windows\\Setup\\Scripts\\setupcomplete.cmd &exit /b 0 " or it needs built-in administrator to run setupcomplete.cmd as admin?
  18. S

    Pin to Taskbar Question on Windows 11 23H2

    This one only adds firefox to taskbar without touching default taskbar will change the post and add this one actually
  19. S

    Pin to Taskbar Question on Windows 11 23H2

    solution here https://www.ntlite.com/community/index.php?threads/install-firefox-as-default-browser-pin-to-start-menu-taskbar-and-install-ublock-origin.3993/
  20. S

    Install Firefox as default browser, Pin to Start Menu & Taskbar, and Install uBlock Origin [W11]

    Download Firefox and install through post-setup tab with parameter /S Go to registry tab and add firefox.reg (look inside the file to see what it does) Go to image tab → Right click mounted image → Explore mount directory: Put LayoutModification.xml inside...
Back
Top