Is it possible to create a customized user account in Windows 7 such that the user can install apps but the apps will be removed automatically if they are logged out?
|
feedback
|
|
While this doesn't directly answer your question it might be of interest to you. Consider Deep Freeze: http://www.faronics.com/en/Products/DeepFreeze/DeepFreezeCorporate.aspx In this instance whenever the pc is rebooted it returns to the normal state. | |||
|
feedback
|
|
Undoing what the user did is hard work & prone to errors or unresolved pop-ups ("are you sure Y/N"...) Just load a fresh/clean/standard profile each time the user logs in. There is a lovely (...) Microsoft article about what we are supposed to do now that steady state is no longer supported in Win7: steady-state-for-windows-7 | |||
|
feedback
|
|
Well, it sounds like you are traveling down a long and painful road. What you will need is a per-user installation, if you happen to have a decently made installer for the program(s) in question, you can use Now, another approach is a logoff script that uses Since I do work on a lot of public labs, a bit warning here: if you have heavily used machines, this is a dream for administrators and bane for users. Profile (re-)creation is a huge PITA and takes up a lot of system resources every time. Co-workers and I have tried playing games, but it is the absurd number of redirection ops and symlinks Microsoft insists on using in that process. It basically hammers away on the disk and has to resolve all the paths (so I was told, if I can find a ref, it will be posted here as an update). Needless to say, you will hear a neverending fit of complaints from people as you protect them from themselves. | |||
|
feedback
|