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:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...