August 30, 20196 yr I recently noticed, after downloading a free game from "Windows Store", a slowdown in performance on my system. I found that turning off Windows Store during my simming sessions makes a difference Click START, type GPEDIT.MSC and press the Enter key. (if it does not show up, see below) Expand USER CONFIGURATION > ADMINISTRATIVE TEMPLATES > WINDOWS COMPONENTS > STORE. Set TURN OFF THE STORE APPLICATION to Enabled _________________________________________________________ If you have Windows Home Edition, you will have to install Group Policy Editor by putting this text below into a .bat file and running it in admin mode: This can always be reverted if you perceive no difference, but I have, my system is much more compliant now in all applications, I used to see hesitations when I typed, for instance, every once in a while. John *CSTE* _________________________________________________________ @echo off pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" pause
Archived
This topic is now archived and is closed to further replies.