###################################################################### 
########## Desde Ventana comandos CMD como Administrador
######################################################################

Rem #################### CMD Enable show extensions ####################
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f


Rem ########## CMD Enable Telnet , pide reiniciar la desactivacion
Rem dism /online /Enable-Feature /FeatureName:TelnetClient

Rem ####################  CMD Enable ICMP ####################
netsh advfirewall firewall add rule name="ICMP INPUT" protocol=icmpv4:8,any dir=in action=allow


Rem #################### CMD Enable RDP ####################
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall add rule name="RDP INPUT" dir=in action=allow protocol=TCP localport=3389
Reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f



Rem ########### PWS enable Microsoft Office 2019 ###########
REM irm https://massgrave.dev/get | iex
REM irm https://get.activated.win | iex
