Disassembler0
Disassembler0
Microsoft has broken all GPOs and settings related to disabling Bing Search in Start Menu in 2004. The best workaround currently is to set ```powershell If (!(Test-Path "HKCU:\Software\Policies\Microsoft\Windows\Explorer")) { New-Item...
For quite some time, I have an idea for PowerShell-based WindowsForms GUI which would help people to create their own presets. The interface itself would be generated automatically based on...
1903 added *Tamper protection* feature into Windows Defender. This basically blocks all attempts to modify defender-related registry, unless you're doing it as *TrustedInstaller* user. By default, the protection seems to...
Since the conception of the script, the tweaks were divided into 4 main categories (*privacy*, *services*, *UI* and *applications*). Later, *security* was split from privacy and services, and *Explorer UI*...
This feature was often requested from the beginning (#5, #29 etc.), so it might be worth to look into it. The basic idea would be to have a parameter (#241)...
### The idea Currently the tweaks are as individual unparametrized idempotent functions. This was generally OK in the beginning of the project as all the tweaks were just enable/disable. Then...
https://blogs.windows.com/windowsexperience/2019/01/09/announcing-windows-10-insider-preview-build-18312/ https://blogs.technet.microsoft.com/filecab/2019/01/07/windows-10-and-reserved-storage/ > Starting with the next major update we’re making a few changes to how Windows 10 manages disk space. Through reserved storage, some disk space will be set...
With current master it's not possible to send a message directly from shoutbox due to incomplete event refactorization/rename. This PR fixes it. And also #215