Browse Source

add install_wim_tweak.exe scripts

there are probably more things you can remove with install_wim_tweak.exe
pull/184/head
jounihh 5 years ago
committed by GitHub
parent
commit
912c8c19e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      scripts/wimTweak/unistall-edge.bat
  2. 6
      scripts/wimTweak/unistall-internet-explorer.bat
  3. 6
      scripts/wimTweak/unistall-windows-defender.bat
  4. 6
      scripts/wimTweak/unistall-windows-hello.bat
  5. 7
      scripts/wimTweak/unistall-windows-media-player.bat
  6. BIN
      scripts/wimTweak/wimTweak.exe

7
scripts/wimTweak/unistall-edge.bat

@ -0,0 +1,7 @@
cd %~dp0
wimTweak /o /c Microsoft-Windows-Internet-Browser-Package /r
wimTweak /o /c Microsoft-Windows-Browser-Package /r
rem YOU NEED TO REBOOT IN ORDER FOR THE CHANGES TO TAKE EFFECT
pause

6
scripts/wimTweak/unistall-internet-explorer.bat

@ -0,0 +1,6 @@
cd %~dp0
wimTweak /o /c Microsoft-Windows-InternetExplorer /r
rem YOU NEED TO REBOOT IN ORDER FOR THE CHANGES TO TAKE EFFECT
pause

6
scripts/wimTweak/unistall-windows-defender.bat

@ -0,0 +1,6 @@
cd %~dp0
wimTweak /o /c Windows-Defender /r
rem YOU NEED TO REBOOT IN ORDER FOR THE CHANGES TO TAKE EFFECT
pause

6
scripts/wimTweak/unistall-windows-hello.bat

@ -0,0 +1,6 @@
cd %~dp0
wimTweak /o /c Microsoft-Windows-Hello /r
rem YOU NEED TO REBOOT IN ORDER FOR THE CHANGES TO TAKE EFFECT
pause

7
scripts/wimTweak/unistall-windows-media-player.bat

@ -0,0 +1,7 @@
cd %~dp0
wimTweak /o /c Microsoft-Windows-MediaPlayer /r
wimTweak /o /c Microsoft-Windows-WindowsMediaPlayer /r
rem YOU NEED TO REBOOT IN ORDER FOR THE CHANGES TO TAKE EFFECT
pause

BIN
scripts/wimTweak/wimTweak.exe

Binary file not shown.
Loading…
Cancel
Save