Oct 11 2023 01:36 AM
Hi
At the beginning:
I've been working as an extra in a new company (it's a school) for two weeks, so I don't really know the rules/configuration.
After weeks of working there, users started having problems (it started with one user at first).
Problems:
(This problem has existed before) Very long login and logout time.
After successful login, the user has a black screen with a white cursor and only the "My computer" context is displayed (as I remember well). Explorer exe helps after restarting from the task manager, but not for long, because when the user starts working on a folder or right-clicks on the desktop or directory, the explorer.exe process hangs, turns off and we return to the starting point.
I don't know why, but users have problems with conflicts in the synchronization center and files do not synchronize on some users.
Problem with exceeded profile space. "You have exceeded your Profile Storage Space"
Errors:
In the event viewer there is Faulting application name: Explorer.EXE, there is also a fatal error on some endings:
0x3d55 package family microsoft.windowscommunicationsapps_8wekyb3d8bbwe
We use redirected folders and redierected profiles (together with AppData).
I really don't like the combination of these two "technologies" and methods. I would like to get away from these technologies, but users must have their files on different computers within the school.
My questions:
How to deal with black screen issues?
If I suddenly stop redirecting AppData in GPO, will it cause anything? If so, what?
Is the long user loading time caused by roaming profiles and their size?
What are the alternatives to Roaming profiles & redirected profiles? What could I potentially migrate to? (Users do not work remotely) (we have MS365 a1 licenses)
AD: Windows server 2016
PC: Windows 10/11 and Windows 7 (Interestingly, there are no problems with explorer.exe on Windows 7)
Oct 12 2023 07:19 AM
Hi @sphtd390,
How to deal with black screen issues?
There are a few things you can try:
sfc /scannow
net stop wuauserv
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\config\systemprofile\AppData\Local\Temp Temp.old
net start wuauserv
net start bits
net start msiserver
If you have tried all of the above and the black screen problem persists, you may need to reinstall Windows.
If I suddenly stop redirecting AppData in GPO, will it cause anything? If so, what?
Yes, if you suddenly stop redirecting AppData in GPO, it will cause users to lose all of their AppData settings and data. This includes things like browser bookmarks, saved games, and application preferences.
If you need to stop redirecting AppData, you should first migrate the users' AppData folders to their local computers.
Is the long user loading time caused by roaming profiles and their size?
Yes, roaming profiles can cause long user loading times, especially if the profiles are large. This is because Windows has to download the profile from the server every time the user logs in.
There are a few things you try to reduce the size of roaming profiles:
What are the alternatives to Roaming profiles & redirected profiles? What could I potentially migrate to? (Users do not work remotely) (we have MS365 a1 licenses)
There are a few alternatives to roaming profiles and redirected profiles:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
Jan 25 2024 01:24 AM