net user UserName /active=yes
2018-10-26
Unlock local account from command line
Open an elevated command line and enter:
2018-10-17
Chrome URL's
Item | URL |
---|---|
URL | chrome://chrome-urls/ |
Components | chrome://components/ |
Extensions | chrome://extensions/ |
Flags | chrome://flags/ |
Security Sandbox | chrome://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
Subscribe to:
Posts (Atom)