📎 AI Summary:
The thread discusses safeguarding user privacy on community computers, specifically preventing elderly users from leaving sessions logged in on browsers like Chrome and Firefox. The original poster has tried using a batch file to delete profile data on login but faces permission issues because users lack deletion rights. A suggested solution involves running a cleanup task as the system account, triggered at logon or logoff, to ensure profiles are cleared, with the original poster expressing appreciation for this advice.

ineuw

Extraordinary Member
Joined
Dec 16, 2014
Messages
6
Thread Author #1
This issue is strictly about browser privacy between users of community desktop computers. Elderly users are sometimes forgetful while on the web. They forget to logout of their browser activities like Facebook, gMail etc, and then forget to logout of the community account. Some have even saved passwords as well.


Please ignore browsers' internally controlled "privacy" measures. Users fiddle with them, and I am not interested in controlling their use by setting policies in the registry, etc. I am well versed with setting browser policies, but they often change, and managing them is very time consuming and in this situation is unnecessary. I also volunteer my time to manage these desktops.

The two browsers used are Chrome, and Firefox. If missing, both browsers recreate the password, browsing history and their related files on startup.


I placed an autoexec.bat file in the user account startup folder which deletes the necessary profile files when logging in. The batch file failed because users have no deletion rights in their own the profile folders.

Is it possible to correct this? Could this be done by changing a Windows policy? I have a lot more faith in an OS policy than a browser policy.

The OS is Windows 10 Pro, There is 1 admin account, and 1 public account. All three desktops are identical. After 5 minutes of inactivity, users are logged out automatically.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
I would run it as a scheduled task running as system on either logon or you could trigger from a logoff event.
 

Solution