Advertisement
Guest User

DD

a guest
Dec 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. TEST
  2. @echo off
  3. Echo +++This Script will debloat Windows Explorer Modules+++
  4. Echo.
  5. REM 1. VirtualMonitorManager.dll // PC-Settings UI Doesnt work!
  6. REM regsvr32.exe /U /s "C:\Windows\System32\VirtualMonitorManager.dll"
  7. REM ren "C:\Windows\System32\VirtualMonitorManager.dll" "*dll.Disabled"
  8.  
  9. REM 2. AboveLockAppHost.dll // PC-Settings UI Doesnt work!
  10. REM regsvr32.exe /U /s "C:\Windows\System32\AboveLockAppHost.dll"
  11. REM ren "C:\Windows\System32\AboveLockAppHost.dll" "*dll.Disabled"
  12.  
  13. REM 3. Windows.CloudStore
  14. regsvr32.exe /U /s "C:\Windows\System32\Windows.CloudStore.Schema.Shell.dll"
  15. ren "C:\Windows\System32\Windows.CloudStore.Schema.Shell.dll" "*dll.Disabled"
  16.  
  17. REM 4. Windows.CloudStore.dll
  18. regsvr32.exe /U /s "C:\Windows\System32\Windows.CloudStore.dll"
  19. regsvr32.exe /U /s "C:\Windows\System32\Windows.CloudStore.Schema.DesktopShell.dll"
  20. ren "C:\Windows\System32\Windows.CloudStore.dll" "*dll.Disabled"
  21. ren "C:\Windows\System32\Windows.CloudStore.Schema.DesktopShell.dll" "*dll.Disabled"
  22.  
  23. REM 5. Cortana
  24. regsvr32.exe /U /s "C:\Windows\System32\Windows.Cortana.Analog.dll"
  25. regsvr32.exe /U /s "C:\Windows\System32\Windows.Cortana.Analog.ProxyStub.dll"
  26. regsvr32.exe /U /s "C:\Windows\System32\Windows.Cortana.Desktop.dll"
  27. regsvr32.exe /U /s "C:\Windows\System32\Windows.Cortana.OneCore.dll"
  28. regsvr32.exe /U /s "C:\Windows\System32\Windows.Cortana.PAL.Desktop.dll"
  29. regsvr32.exe /U /s "C:\Windows\System32\Windows.Cortana.ProxyStub.dll"
  30. ren "C:\Windows\System32\Windows.Cortana.Analog.ProxyStub.dll" "*dll.Disabled"
  31. ren "C:\Windows\System32\Windows.Cortana.Desktop.dll" "*dll.Disabled"
  32. ren "C:\Windows\System32\Windows.Cortana.OneCore.dll" "*dll.Disabled"
  33. ren "C:\Windows\System32\Windows.Cortana.PAL.Desktop.dll" "*dll.Disabled"
  34. ren "C:\Windows\System32\Windows.Cortana.ProxyStub.dll" "*dll.Disabled"
  35. ren "C:\Windows\System32\Windows.Cortana.Analog.dll" "*dll.Disabled"
  36.  
  37. REM 6. Application Experience Program Cache
  38. regsvr32.exe /U /s "C:\Windows\system32\AEPIC.dll"
  39. ren "C:\Windows\system32\AEPIC.dll" "*dll.Disabled"
  40.  
  41. REM 7. Windows Defender
  42. REM Microsoft Security Client-Shellerweiterung
  43. regsvr32.exe /U /s "C:\Program Files\Windows Defender\shellext.dll"
  44. ren "C:\Program Files\Windows Defender\shellext.dll" "*dll.Disabled"
  45. regsvr32.exe /U /s "C:\Program Files (x86)\Windows Defender\shellext.dll"
  46. ren "C:\Program Files (x86)\Windows Defender\shellext.dll" "*dll.Disabled"
  47.  
  48. REM IOfficeAntiVirus Module
  49. regsvr32.exe /U /s "C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1911.3-0\MpOav.dll"
  50. ren "C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1911.3-0\MpOav.dll" "*dll.Disabled"
  51.  
  52. REM TaskFlowUI.dll
  53. regsvr32.exe /U /s "C:\Windows\ShellComponents\TaskFlowUI.dll"
  54. ren "C:\Windows\ShellComponents\TaskFlowUI.dll" "*dll.Disabled"
  55.  
  56. REM Actioncenter - Sicherheit und Wartung
  57. regsvr32.exe /U /s "C:\Windows\System32\Actioncenter.dll"
  58. ren "C:\Windows\System32\Actioncenter.dll" "*dll.Disabled"
  59.  
  60. REM Akkustandhilfs-DLL
  61. regsvr32.exe /U /s "C:\Windows\system32\BatMeter.dll"
  62. ren "C:\Windows\system32\BatMeter.dll" "*dll.Disabled"
  63.  
  64. REM Textdienstframework für Bildschirmtastatur und Schreibbereich // Notepad.exe no icon
  65. regsvr32.exe /U /S "C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll"
  66. ren "C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll" "*dll.Disabled"
  67.  
  68. REM Bluetooth-Systemsteuerungssymbol
  69. ren "C:\Windows\System32\bthprops.cpl" "*cpl.Disabled"
  70.  
  71. REM Microsoft (R)-CDP-Client-API > Machine Learning // PC-Settings UI Doesnt work!
  72. REM ren "C:\Windows\system32\cdp.dll" "*dll.Disabled"
  73.  
  74. REM Cloud API user mode API
  75. regsvr32.exe /U /S "C:\Windows\SYSTEM32\CLDAPI.dll"
  76. ren "C:\Windows\SYSTEM32\CLDAPI.dll" "*dll.Disabled"
  77.  
  78. REM Offline Files Win32 API
  79. regsvr32.exe /U /S "C:\Windows\SYSTEM32\cscapi.dll"
  80. ren "C:\Windows\SYSTEM32\cscapi.dll" "*dll.Disabled"
  81.  
  82. REM Logon Synchronization - Clientseitige Cachebenutzeroberfläche
  83. regsvr32.exe /U /S "C:\Windows\System32\cscui.dll"
  84. ren "C:\Windows\System32\cscui.dll" "*dll.Disabled"
  85.  
  86. REM Data exchange// PC-Settings UI Doesnt work!
  87. REM regsvr32.exe /U /S "C:\Windows\system32\dataexchange.dll"
  88. REM ren "C:\Windows\system32\dataexchange.dll" "*dll.Disabled"
  89.  
  90. REM Web DAV Client DLL
  91. regsvr32.exe /U /S "C:\Windows\System32\davclnt.dll"
  92. ren "C:\Windows\System32\davclnt.dll" "*dll.Disabled"
  93. regsvr32.exe /U /S "C:\Windows\System32\DAVHLPR.dll"
  94. ren "C:\Windows\System32\DAVHLPR.dll" "*dll.Disabled"
  95.  
  96. REM Microsoft DirectComposition Library// PC-Settings UI Doesnt work!
  97. REM regsvr32.exe /U /S "C:\Windows\SYSTEM32\dcomp.dll"
  98. REM ren "C:\Windows\SYSTEM32\dcomp.dll" "*dll.Disabled"
  99.  
  100. REM Gerätecenter
  101. regsvr32.exe /U /S "C:\Windows\system32\DeviceCenter.dll"
  102. ren "C:\Windows\system32\DeviceCenter.dll" "*dll.Disabled"
  103.  
  104. REM Microsoft Remotedesktop-Hostserver-Netzwerkanbieter
  105. regsvr32.exe /U /S "C:\Windows\System32\drprov.dll"
  106. ren "C:\Windows\System32\drprov.dll" "*dll.Disabled"
  107.  
  108. REM Hilfsprogramm „Unternehmensdatenschutz“
  109. regsvr32.exe /U /S "C:\Windows\SYSTEM32\edputil.dll"
  110. ren "C:\Windows\SYSTEM32\edputil.dll" "*dll.Disabled"
  111.  
  112. REM Windows Globalization Extension API for Input
  113. regsvr32.exe /U /S "C:\Windows\SYSTEM32\globinputhost.dll"
  114. ren "C:\Windows\SYSTEM32\globinputhost.dll" "*dll.Disabled"
  115.  
  116. REM Anbieter für „Sicherheit und Wartung“
  117. regsvr32.exe /U /S "C:\Windows\System32\hcproviders.dll"
  118. ren "C:\Windows\System32\hcproviders.dll" "*dll.Disabled"
  119.  
  120. REM InputHost// PC-Settings UI Doesnt work!
  121. REM ren "C:\Windows\System32\InputHost.dll" "*dll.Disabled"
  122.  
  123. REM Microsoft Windows-Eingabemodusumschaltung
  124. regsvr32.exe /U /S "C:\Windows\System32\InputSwitch.dll"
  125. ren "C:\Windows\System32\InputSwitch.dll" "*dll.Disabled"
  126.  
  127. REM "MobileNetworking.DYNLINK"
  128. regsvr32.exe /U /S "C:\Windows\System32\MobileNetworking.dll"
  129. ren "C:\Windows\System32\MobileNetworking.dll" "*dll.Disabled"
  130.  
  131. REM NotificationController Proxy Stub
  132. regsvr32.exe /U /S "C:\Windows\System32\NotificationControllerPS.dll"
  133. ren "C:\Windows\System32\NotificationControllerPS.dll" "*dll.Disabled"
  134.  
  135. REM Shellerweiterungen für Freigaben
  136. regsvr32.exe /U /S "C:\Windows\SYSTEM32\ntshrui.dll"
  137. ren "C:\Windows\SYSTEM32\ntshrui.dll" "*dll.Disabled"
  138.  
  139. REM PLAYTODEVICE-DLL
  140. regsvr32.exe /U /S "C:\Windows\System32\PlayToDevice.dll"
  141. ren "C:\Windows\System32\PlayToDevice.dll" "*dll.Disabled"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement