|
|
Re: my solution / Permissions in Registry [message #152605 is a reply to message #152187] |
Fri, 02 September 2022 11:12   |
Schuelke
Messages: 14 Registered: September 2019
|
|
|
|
LogitComputer wrote on Wed, 13 July 2022 16:53Update for my case (perhaps written somewhere else):
Open Registry, go go " Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curren tVersion\Explorer\User Shell Folders" and check permissions for "User Shell Folders" if "ALLE ANWENDUNGSPAKETE" (German) / "ALL APPLICATION PACKAGES" (or so) has Full-Access and read, see screenshot.
After this, without a reobot my Start Menu worked again, and the search bar in Explorer too.
This worked for me too, and it can be solved programmatically. Get the SetACL CLI tool:
https://helgeklein.com/download/#download-setacl
Then run this, should be self-explanatory:
SetACL.exe -on "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -ot reg -actn ace -ace "n:S-1-15-2-1;p:full"
Where "S-1-15-2-1" is the well-known SID for "ALL APPLICATION PACKAGES" ("ALLE ANWENDUNGSPAKETE" in German Windows versions) according to the official docs.
[Updated on: Fri, 02 September 2022 11:14] Report message to a moderator
|
|
|
|
|
|
Re: WINDOWS PROFILE DAMAGED AFTER INSTALLATION AND SYNCHRONIZATION MAIL BOX [message #152710 is a reply to message #152685] |
Mon, 19 September 2022 18:57   |
Nardone84
Messages: 2 Registered: September 2022
|
|
|
|
Update troubleshooting: The problem appears again after all windows system update.
Actualy the fast and durable solution is recheck the permissions for " Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curren tVersion\Explorer\User Shell Folders". works whithout reboot the OS.
in many case i have deleted "ALL APPLICATION PACKAGES" user and readd it whith full access permissions.
|
|
|
|
Re: WINDOWS PROFILE DAMAGED AFTER INSTALLATION AND SYNCHRONIZATION MAIL BOX [message #152721 is a reply to message #151534] |
Wed, 21 September 2022 19:08   |
ShaneLG
Messages: 15 Registered: October 2017 Location: California
|
|
|
|
Been having this corrupt profile thing happening for a few months now. It's affected about 15-20 machines. I've been rebuilding Windows Profiles as a solution but it really is a headache! Most users its only happened once, but now it seems to be happening a second time to the same users. I did try the registry permission fix. "ALL APPLICATION PACKAGES" wasn't even listed under the users, so I had to re-add it. Once adding it back, giving it full permissions to " Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curren tVersion\Explorer\User Shell Folders" and rebooting, everything started working again. Hoping it doesn't revert back like other users have reported. But so far I much rather change permissions like this then re-create a whole new windows profile! I really hope Kerio fixes this issue soon! I do not have high hopes though. Honestly thinking of switching away from Kerio, we've had countless problems with this program. Started a few years back when they released a bad update that crashed the server repeatedly and its been nothing but constant issues since then. We are on 9.4.1 and I am honestly afraid to do any updates, because I feel anytime I do it breaks something else. Being the only IT person in the company, I need something more reliable with less issues. Takes too much of my time doing these fixes.
|
|
|
|
|
|
|
|
|