erodemobiles

hacktivate 2.0 C:/

May 2nd, 2011
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. takeown /f c:\windows\system32\SLLUA.exe
  2. takeown /f c:\windows\system32\SLUI.exe
  3. takeown /f c:\windows\system32\SLUINotify.dll
  4.  
  5. icacls c:\windows\system32\SLLUA.exe /grant %USERNAME%:f
  6. icacls c:\windows\system32\SLUI.exe /grant %USERNAME%:f
  7. icacls c:\windows\system32\SLUINotify.dll /grant %USERNAME%:f
  8.  
  9.  
  10. attrib c:\windows\system32\SLLUA.exe -s -h -r
  11. attrib c:\windows\system32\SLUI.exe -s -h -r
  12. attrib c:\windows\system32\SLUINotify.dll -s -h -r
  13.  
  14. del c:\windows\system32\SLLUA.exe
  15. del c:\windows\system32\SLUI.exe
  16. del c:\windows\system32\SLUINotify.dll
  17.  
  18. pause
Add Comment
Please, Sign In to add comment