DeveloperDurp
DeveloperDurp
Win10 22H2 HKCU:\System\GameConfigStore\GameDVR_Enabled = 1 HKCU:\System\GameConfigStore\GameDVR_DXGIHonorFSEWindowsCompatible = 0 HKCU:\System\GameConfigStore\GameDVR_HonorUserFSEBehaviorMode = 0 HKCU:\System\GameConfigStore\GameDVR_EFSEFeatureFlags = 0 HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location\Value = Deny HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}\SensorPermissionState = 0 HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection\AllowTelemetry = 1 HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\ContentDeliveryAllowed = 1 HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\OemPreInstalledAppsEnabled = 1...
The only thing that could have an impact from the tool is if you changed DNS to something other than "Default" and that WiFi network actively blocks the DNS provider...
@padsalatushal We can compress this into one checkbox, especially if it's that one registry value. With the undo function users would be able to enable and disable this without the...
Yes, those can be converted to a single checkbox as well
We could, however dark mode is a little special. It has logic that when it's "checked" or "unchecked" it will execute a function. There is also a function to get...
We recently reorganized the structure of the main script so you should have no problems making modifications and launching your modified script locally. If your goal is to install a...
You might have better luck hitting the file directly. My guess is your IP is blocked somewhere in the chain. https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1
The fix will be part of the following PR #576
Try hitting the script directly `irm https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1 | iex`
Try changing your DNS provider https://github.com/ChrisTitusTech/winutil/issues/547#issuecomment-1368995308