# Cybersecurity Guide
November 08, 2016
Simple use of windows runas
Misc
□ runas : Windows command that executes software with another account's authority.
□ runas /user:[Account name] [Software name]
□ runas /user:Administrator "C:\Program Files\Google\Chrome\Application\chrome.exe"