MyDrift
MyDrift
I think those Powersettings are usually overwritten by the powerplans, so setting them will set most of the settings as wished. Looking at every single one of them will most...
You can't remove the entire recommended section just from settings, reg edits ... as far as I've seen. Like that there will always be the Title and maybe even a...
> I'd rather not install pointless software just to do 1 simple thing. It sadly isn't one "simple thing". If you have the Windows Education edition (SE) you can follow...
that actually works, nice :) ``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start] "HideRecommendedSection"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education] "IsEducationEnvironment"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer] "HideRecommendedSection"=dword:00000001 ``` /reopen I have a PR opened that simplified the logic for the...
What I think happened is WinUtil detected the NGIDIA GPU and therefore used a ressource demanding UI, but that GPU is not the one used, so the integraded Graphics are...
If I looked at it correctly they work like following: - They do not do the same thing, they both edit a registry element, but not the same. - The...
updated script: ```ps # Initialize the $sync object and its configs property if not already initialized if (-not $sync) { $sync = New-Object PSObject -Property @{ configs = New-Object PSObject...
I already looked into that some time ago. As far as I got it to work you can get a list of items, but which one are pinned and which...