|
|
|
|
Re: WINDOWS PROFILE DAMAGED AFTER INSTALLATION AND SYNCHRONIZATION MAIL BOX [message #151782 is a reply to message #151677] |
Tue, 31 May 2022 14:36   |
Robert
Messages: 2 Registered: May 2022
|
|
|
|
I have been using this tool for over 10 years and have never had any issues. I am just very careful with it on any machine I do not want permanent damage done to. To find out if this tool worked or not for this issue, I took one of the affected units that we traded out and it wouldn't have mattered if it destroyed the OS anyway. The user we traded with ended up having the same issue on their new workstation too! The only side effect of resetting all of the registry permissions to factory default is that it will also reset any default apps as well. If you have another browser other than Edge, resetting will make Edge the default. The same thing goes for Adobe. Edge will be the default for pdfs after the reset.
|
|
|
|
Re: WINDOWS PROFILE DAMAGED AFTER INSTALLATION AND SYNCHRONIZATION MAIL BOX [message #151787 is a reply to message #151534] |
Wed, 01 June 2022 00:03   |
kingswaygroup
Messages: 62 Registered: June 2008
|
|
|
|
My experience with this issue goes back a couple of months now, likely before we went to 9.4.1 and I too have been using the Tweaking.com tool selectively to repair the issue. Now in my situation most of our customers are smaller and have only workgroup setups although it did happen to one customer on one machine with a domain user but only one user. I have not tracked down when this problem occurs but Kerio is already on the current version before the problem starts up. I have used the portable version of Tweaking.com (I will purchase this product shortly as it has been helpful) and I have not had to use safe mode for what I am doing - mostly as I am doing this all at night from home remotely. I backup the registry, create a system restore, then I select Preset:common repairs and clear all the check marks and only set Reset Registry Permissions and Start Repairs. Clicking on the date or on the start button seemingly shows the problem being resolved in the first few moments of the repair but I let it complete and then restart the system. All is working.
I would like to understand more about what is happening and help out but at the moment this is what I have.
ONE IMPORTANT NOTE: I have always made a copy of the hosts file in c:\windows\system32\drivers\etc as I have seen this cleared out by the process. Also make note of any mapped drives just in case.
David
David Green
[Updated on: Wed, 01 June 2022 00:05] Report message to a moderator
|
|
|
|
|
|
Re: WINDOWS PROFILE DAMAGED AFTER INSTALLATION AND SYNCHRONIZATION MAIL BOX [message #151839 is a reply to message #151534] |
Tue, 07 June 2022 09:37   |
Pitrygo
Messages: 2 Registered: June 2022
|
|
|
|
Start menu + search not working
So far the only procedure that works for me :
1. I set the user via netplwiz as administrator + restart
2. I log the user in and run the Tweaking.com tool + restart
3.Login the user - Start is already working, search is not yet
4.I run Powershel as admin and use these 3 commands in sequence :
First Script:
PowerShell -ExecutionPolicy Unrestricted
Second Script:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Third Script:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
5. I downgrade user profile to „user" rights (netplwiz) and finally restart.
6. User logs in and everything is OK
This is the only successful procedure so far.
Unfortunately, no other approach worked for me. I have tried running Tweaking in the user profile as admin, or I have run Tweaking in my admin profile -
unfortunately this did not work and the start menu did not correct the affected user.
|
|
|
Re: WINDOWS PROFILE DAMAGED AFTER INSTALLATION AND SYNCHRONIZATION MAIL BOX [message #151850 is a reply to message #151839] |
Wed, 08 June 2022 13:12   |
beny66ka
Messages: 8 Registered: October 2020
|
|
|
|
From April to today, I have over 30 affected PCs.
Today another 4 pieces.
I am desperate, neither Kerio nor Microsoft have made any comments.
Thank you very much, "Pitrygo" and "Robert". I used the solution published by "Pitrygo" here today on 2 pieces of PCs and it works !!!
So far, I have solved the situation by downloading the entire ISO installation of Windows and performing a complete reinstallation of the system.
I ran the reinstall directly from Windows, so everything was preserved, but the whole process takes about 2 hours.
Does anyone know how to open a ticket by Kerio and Microsoft with this problem?
|
|
|
|
|
|