Which of these registries is connected to your accounts?

1

I have a custom .bat file that deletes the registries I'll be listing down here, but when I run it, every time I reboot my PC it asks for my login info at the mail app.

Also my icon size/location gets reset but I figured out it was this registry: `"HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags"

This is the script I run, I'd like to delete the line that resets your mail account info:

HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\MuiCache 

 HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags 

 HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU 

 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store 

 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Persisted 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedPidlMRU 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedPidlMRULegacy 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU 

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist

https://i.imgur.com/WEzJMu3.jpg

Liiyty Mindy

Posted 2018-05-20T22:43:25.877

Reputation: 11

1err... I don't want to be 'that guy' but do you want to run batch files that delete registry entries without knowing what all of it does? There may be safer ways to do the same thing... – Journeyman Geek – 2018-05-21T02:23:19.050

I use all of them to remove any trace of executed programs and opened folders on my PC. I play games where I can't have stuff opened because they think I cheat (they run Nirsoft Tools in other to check that) (Yes, total pprivacy offense) but yeah pretty much I have to hide anything I can. – Liiyty Mindy – 2018-05-21T04:45:25.837

So remove the lines one by one till you figure out which one is causing the problem. If you are really smart you can use a binary chop :) 4 restarts should be enough. – DavidPostill – 2018-05-21T20:17:17.570

No answers