Archive

Posts Tagged ‘System’

Update WSL

December 28th, 2018 No comments

$ sudo apt update
$ sudo apt upgrade

Add parameter to registry from batch

December 28th, 2018 No comments

REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /d "http=proxy-url:port;https=proxy-url:port;ftp=proxy-url:port;socks=proxy-url:port;" /t REG_SZ /f

source

CTRL+ALT+Delete in Remote Desktop

December 28th, 2018 No comments

Method 1

  • In RDP, the “CTRL + ALT + End” combination will work.

Method 2

  1. On the Remote Desktop, select “Start”.
  2. Type “osk”, then open the “On Screen Keyboard”.
  3. Press “Ctrl” and “Alt” on the physical keyboard, then select “Del” on the osk window.

source

Windows CMD command line

December 8th, 2018 No comments