Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to enable remote desktop with cmd

reg add "HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall set rule group="remote desktop" new enable=Yes
Comment

PREVIOUS NEXT
Code Example
Shell :: command to install express graphql 
Shell :: what to do with unstaged changes after reset 
Shell :: git clone using ssh key from gitlab 
Shell :: linux DNS_PROBE_FINISHED_NXDOMAIN 
Shell :: ubuntu find filename recursive 
Shell :: for loop in bash for files 
Shell :: linux show alias function 
Shell :: pip upgrade all at once 
Shell :: conky ubuntu 20.04 install 
Shell :: How to download Citrix Workspace for Ubuntu 
Shell :: clone branch in git 
Shell :: https://git-lfs.github.com/ 
Shell :: how to docker login with gitlab 
Shell :: tsc: command not found on arch 
Shell :: where to find zshrc mac 
Shell :: vagrant run paralel 
Shell :: mv all files in directory to parent 
Shell :: download putty for ubuntu 
Shell :: how to install postgresql 
Shell :: git merge develop to feature branch 
Shell :: download a zip file using curl 
Shell :: command get full history terminal mac 
Shell :: mac os install brew 
Shell :: curl : Depends: libcurl3-gnutls 
Shell :: how to check if mongodb is installed 
Shell :: how to install wifite for kali linux 
Shell :: ubuntu version command line 
Shell :: make git use a ssh key 
Shell :: how to install winehq in ubuntu?? 
Shell :: git push to existing repo 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =