Sign in to follow this  
mesvak

How TO Delete desktop locker layer from the rdp or vps (cracking)

Recommended Posts

copy and paste it in notepad then change it to .cmd 

Run it via cmd on vps or rdp u want to be unlocked 

 

( nothing dangerous deleting some reg files ,changing the path , deleting directories ,..

 

[hide]

 

 

REG DELETE "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"  /f
REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runonce"  /f
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"  /f
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"  /f
REG DELETE "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run"  /f
REG DELETE "HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\TopLang\Desktop Lock Express"  /f
REG DELETE "HKEY_CURRENT_USER\Software\TopLang\Desktop Lock Express"  /f
REG DELETE "HKEY_CURRENT_USER\Software\TopLang\Desktop Lock Express\Registration"  /f
REG DELETE "HKEY_CURRENT_USER\Software\TopLang\Desktop Lock Express"  /f
REG DELETE "HKEY_CURRENT_USER\Software\TopLang\Desktop Lock Express\Registration"  /f
REG DELETE "HKLM\System\CurrentControlSet\Services\BootDriver "  /f
REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Performances"  /f
REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\Performances"  /f
RMDIR /s/q C:\Users\%UserName%\AppData\Roaming\Microsoft\Windows\Windows
erase /Q C:\Users\%UserName%\AppData\Roaming\Microsoft\Windows
RMDIR /s/q "C:\Users\%UserName%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
RMDIR /s/q "C:\Users\%UserName%\AppData\Local\DeskLock"
mkdir "C:\Users\%UserName%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
DEL /F /S /Q /A "C:\Windows\Fonts\svchost.exe"
DEL /F /S /Q /A "C:\Windows\Fonts\xuy_sosy.exe"
SetLocal EnableExtensions

For /F "Tokens=2*" %%I In ('Reg Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /V ProfilesDirectory') Do Set Profiles=%%J
Call Set Profiles=%Profiles%

For /F "Delims=" %%I In ('Dir /B /AD-S-H "%Profiles%" ^| FindStr /V /B /I /C:"All Users"') Do (
 Del /F /S /Q "%Profiles%\%%I\Local Settings\Temp\*.*"
 Del /F /S /Q "%Profiles%\%%I\Local Settings\Temporary Internet Files\*.*"

 Del /F /S /Q "%Profiles%\%%I\AppData\Local\Temp\*.*"
 Del /F /S /Q "%Profiles%\%%I\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"
)

 

 

 

[/hide]

Share this post


Link to post
Share on other sites

skemmer ass

  • Like 1

Share this post


Link to post
Share on other sites

CMD,

I Like It,

Thats Very Usefullllllllllllllllllllllllllllllllllll.

Share this post


Link to post
Share on other sites

I will use this method on aaponfly

Share this post


Link to post
Share on other sites

cópielo y péguelo en el bloc de notas, luego cámbielo a .cmd 

Ejecútelo a través de cmd en vps o rdp u desea ser desbloqueado 

 

(no es peligroso eliminar algunos archivos reg, cambiar la ruta, eliminar directorios, ...

 

 

 

muy ultil  :feelsgood:

Share this post


Link to post
Share on other sites

copy and paste it in notepad then change it to .cmd 

Run it via cmd on vps or rdp u want to be unlocked 

 

( nothing dangerous deleting some reg files ,changing the path , deleting directories ,..

 

 

 

what could be your method mm

Share this post


Link to post
Share on other sites

thanx brother

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this