someone asked here how to turn off autoplay in-store. so my best turn was ... this s**t script. the problem? 'LocalState' value is changed every time it has some binary encoded value, that keeps changing Code: cls taskkill /f /im WinStore.App.exe reg Load HKLM\STORE "%USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\Settings\settings.dat" reg delete "HKLM\STORE\LocalState" /f /v VideoAutoplay rem reg add "HKLM\STORE\LocalState" /f /v VideoAutoplay /t REG_BINARY /d ???????? reg Unload HKLM\STORE echo.Done