2018-10-17

Chrome URL's

ItemURL
URLchrome://chrome-urls/
Componentschrome://components/
Extensionschrome://extensions/
Flagschrome://flags/
Security Sandboxchrome://sandbox/

2018-10-04

Uninstall programs from command line using wmic

Open an elevated command prompt and run:

wmic product get name to view all installed programs

wmic product where name="ApplicationName" call uninstall to uninstall an application