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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...