An Administrator Sandbox
No one should run their Windows machines as administrator, but it is incredibly difficult to convince a user of this fact. Often I do not blame them for resisting because the trade-off in terms of convenience is huge. The OS doesn’t help you in this regard at all.
The command line to the rescue. I’ve been running as a limited user for a few months on my Windows desktop. From time to time I need access to act as administrator. So I created a shortcut called ‘Root Shell’ with the target:
runas /user:administrator “\”c:\program files\internet explorer\iexplore\”c:”
the very same command I used in a previous hint, instead this time I use it to launch anything and everything that I need to as administrator. Anything launched from that window, be it a Control Panel, installer application or otherwise is run as root.
Setting up a user with this on their desktop and an Administrator password that matches their own might just be the answer to negotiating control and mitigating further Windows disasters.