Windows 11 AME playbook for AME Wizard.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
635 B

  1. start /b /wait install_wim_tweak.exe /o /l
  2. start /b /wait install_wim_tweak.exe /o /c Microsoft-Windows-Internet-Browser-Package /r
  3. start /b /wait install_wim_tweak.exe /h /o /l
  4. :: Removes ActiveX item in open with menu
  5. reg delete "HKCR\Applications\iexplore.exe" /f
  6. :: Removes ActiveX item in open with menu for XML files
  7. reg delete "HKCR\xmlfile" /f
  8. :: Removes internet explorer option when setting default browser in settings
  9. reg delete "HKLM\SOFTWARE\Microsoft\Internet Explorer" /f
  10. reg delete "HKLM\SOFTWARE\RegisteredApplications" /v "Internet Explorer" /f
  11. reg delete "HKLM\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE" /f