Windows 10 1709 slow for non-admin accounts
I am using KACE SDA v5.1.84 to capture and deploy Windows 10 Enterprise build 1709. It captures and deploys no problem. The issue I am running into is regular user accounts are very slow to load programs, menus, settings, and other Microsoft-based software. I can load chrome and other third party software quickly without issue.
Has anyone else seen this before? The only way I was able to get around it was by deploying 1607. I'd rather not use a 2 year old build for our Windows 10 rollout.
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
darst16
6 years ago
We have fixed it using the following commands to delete a few files.
rmdir C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache /s /q
rmdir C:\Users\Default\AppData\Local\Microsoft\Windows\WebCache /s /q
del C:\Users\Default\AppData\Local\Microsoft\Windows\WebCacheLock.dat /s /a /f /q - RyanPersaud 6 years ago