Guest User

Untitled

a guest
Jan 24th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 2.07 KB | None | 0 0
  1. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}" -ot reg -actn setowner -ownr n:Administratoren
  2. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}" -ot reg -actn ace -ace "n:Administratoren;p:full"
  3. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32" -ot reg -actn setowner -ownr n:Administratoren
  4. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32" -ot reg -actn ace -ace "n:Administratoren;p:full"
  5.  
  6. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}" -ot reg -actn setowner -ownr n:Administratoren
  7. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}" -ot reg -actn ace -ace "n:Administratoren;p:full"
  8. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32" -ot reg -actn setowner -ownr n:Administratoren
  9. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32" -ot reg -actn ace -ace "n:Administratoren;p:full"
  10.  
  11. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}" -ot reg -actn setowner -ownr n:Administratoren
  12. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}" -ot reg -actn ace -ace "n:Administratoren;p:full"
  13. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}\InprocServer32" -ot reg -actn setowner -ownr n:Administratoren
  14. SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}\InprocServer32" -ot reg -actn ace -ace "n:Administratoren;p:full"
  15.  
  16. reg add HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32 /ve /d C:\Windows\system32\vbscript.dll /f
  17. reg add HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32 /ve /d C:\Windows\system32\jscript9.dll /f
  18. reg add HKEY_CLASSES_ROOT\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}\InprocServer32 /ve /d C:\Windows\system32\jscript9.dll /f
  19.  
  20. regsvr32 jscript9.dll /s
  21. regsvr32 jscript.dll /s
  22. regsvr32 vbscript.dll /s
Add Comment
Please, Sign In to add comment