SkylerWallace

Results 10 comments of SkylerWallace

> The beats that are implemented with the base game isn't properly done as they heavily use 4 division. This is why you can't use full on music theory for...

This can be added to disable Copilot from Taskbar: ``` Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowCopilotButton" -Type "DWord" -Value "0" ``` Disable Copilot system-wide: ``` Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" -Name "TurnOffWindowsCopilot" -Type...

This is an interesting topic LOL Winget uses a hash-validation check to ensure security. When Winget downloads from a URL, it checks what is downloaded to an internal hash to...

This is almost likely caused by a group policy. For the sake of documentation, it might be nice to know which group policy causes the startup tab to disappear. Probably...

Most of these Setting ads are enabled by the following settings: Settings > Privacy & security > General > **Show me suggested content in the Settings app** Settings > Privacy...

I agree that some tweaks in 'Disable telemetry' should be moved to a separate toggle.

I'm not sure I understand what you mean by "blurry software images" and unfortunately your screenshot doesn't seem to add any clarification. WinUtil could also benefit from adding this to...

Not sure if there's a way to implement that into this project. Wonder if adding either of these to the XAML could help? `SnapToDevicePixels="True"` `UseLayoutRounding="True"` https://learn.microsoft.com/en-us/dotnet/api/system.windows.uielement.snapstodevicepixels?view=windowsdesktop-8.0&redirectedfrom=MSDN#System_Windows_UIElement_SnapsToDevicePixels https://learn.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.uselayoutrounding?view=windowsdesktop-8.0&redirectedfrom=MSDN#System_Windows_FrameworkElement_UseLayoutRounding

WinUtil uses Winget to install programs. Winget's installer URL to Samsung Magician is the old 4.1 version. All Winget packages must be able to install silently, Winget is currently not...

Would love to see this get looked at again. Requiring silent installation is a blocker for many programs. Notable ones include HP Support Assistant and Samsung Magician. Add a boolean...