Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- takeown /f c:\windows\system32\SLLUA.exe
- takeown /f c:\windows\system32\SLUI.exe
- takeown /f c:\windows\system32\SLUINotify.dll
- icacls c:\windows\system32\SLLUA.exe /grant %USERNAME%:f
- icacls c:\windows\system32\SLUI.exe /grant %USERNAME%:f
- icacls c:\windows\system32\SLUINotify.dll /grant %USERNAME%:f
- attrib c:\windows\system32\SLLUA.exe -s -h -r
- attrib c:\windows\system32\SLUI.exe -s -h -r
- attrib c:\windows\system32\SLUINotify.dll -s -h -r
- del c:\windows\system32\SLLUA.exe
- del c:\windows\system32\SLUI.exe
- del c:\windows\system32\SLUINotify.dll
- pause
Add Comment
Please, Sign In to add comment