Saturday, March 14, 2020

Disable Windows Vista UAC using MSCONFIG

Run msconfig.exe from command line.

image

Then select "Disable UAC", see above for the location. Then hit on "Launch" button. Reboot computer.

~ts

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...