HI
Is there any progress on your question?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, Q&A-Community!
Problem tl;dr:
The overall performance with the Start Menu (for example open it) is really bad. And I am not really sure why this is.
Before I prepared the hardware I tested the Win10-installation and the GPOs on a virtual machine.
I already tried several things with the visual performance settings (System->Advanced system settings -> Performance).
If I turn the setting to >best performance< on my actual session, then the problem seems to be gone. But after a restart the slow performance is back.
So i tried to apply some registry over GPO for this visual settings like VisualFXSetting = 2 (or 3 with chosen settings). But the problem is still there after login.
The VM can run with >best appearance< without a problem.
The hardware should be good enough, at least it works after manually changing to >best peformance< everytime after login.
Any ideas what I could try or check next?
Thank you all~
HI
Is there any progress on your question?
Hi ,
If you are using normal HDD ,Change it to SSD ,Win10 Works with SSD Efficiently
HI
Is there anything I can help you?
HI
Is there any update for your issue?
HI
0.Could you please enter winver in command prompt on both local win10 computer and remote win10 then look the os version and os version number ?[for example windows 10 enterprise 1809 (os build 17763.316)]
1.If we create new local admin account on this win10, will the same issue happen?
2.Can we run below command in command prompt(open as admin)then check if it can find and solve system file issue?|
sfc scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
3.Please enable below logs first and check when issue happen, is there related log in below
C:\windows\system32\winevt\logs\
System.evtx
setup.evtx
application.evtx
Microsoft-Windows-Store%4Operational.evtx
Microsoft-Windows-AppReadiness%4Admin.evtx
Microsoft-Windows-AppReadiness%4Operational.evtx
Microsoft-Windows-AppXDeploymentServer%4Operational.evtx
Microsoft-Windows-AppXDeployment%4Operational.evtx
Microsoft-Windows-AppxPackaging%4Operational.evtx
Microsoft-Windows-TWinUI%4Operational.evtx
Event viewer\
Applications and Services Logs\microsoft\windows\wmi-activity
operational need enable
trace need enable
Applications and Services Logs\microsoft\windows\winlogon
Applications and Services Logs\microsoft\windows\userprofile
Tracing WMI Activity
https://learn.microsoft.com/en-us/windows/win32/wmisdk/tracing-wmi-activity
4.Please open PowerShell as Administrator and copy-paste the following command to try to fix startmenu not open.
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
5.Please check again for above logs and find if there is start menu related log.