Archive

Archive for December, 2018

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

WordPress: Classical editor

December 9th, 2018 No comments

If you’d rather not use Gutenberg, you can use the Classic Editor Plugin (which will still be available after Gutenberg is added to Core).

Tags:

Windows CMD command line

December 8th, 2018 No comments