mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-21 05:21:29 -06:00
1d0e3bfd5c
* move logic to json template - remove Invoke-WPFToggle.ps1 - generalize Get-WinUtilToggleStatus - add bingsearch reg key for testing - use Invoke-WinUtilTweaks for actions - replace Add-Click with checked & unchecked to make undo work * add reg params for toggles into tweaks.json - add all reg keys to tweaks.json into existing toggle entry - remove unneeded scripts * fix HKU - load HKU if needed (for tweaks & GetToggleStatus) - remove unneeded Invoke-WinUtilNumLock - has loaded HKU does not load/not stay loaded * add a lot of error handling * Bugfix: New-PSDrive seems to return the "hku" itself so weirdly gets prepended to the return value so the result becomes ("hku", $false). In powershell pretty much every variable that exists is interpreted as $true so the toggle for numlock got incorrectly checked * globally fix HKU error & minimize console feedback - fix HKU issue globally - remove some console logs, change some others to write-debug * update Explorerrefresh - change Invoke-WinUtilExplorerRefresh to handle refresh and restart - add restart logic to window snapping Flyout & Suggestions - rename Invoke-WinUtilExplorerRefresh to Invoke-WinUtilExplorerUpdate * add explorer restart where needed to take effect add explorer restart logic for hidden files + Fileextension toggles * fix missing theme change logic in darkmode toggle * fix window snapping - fix issue defining WindowArrangementActive as dword instead of string * fix bing search - switch bing search enabled/disabled values * add a little bit of error handling - add error handling for Get-WinUtilToggleStatus --------- Co-authored-by: Marterich <47688561+Marterich@users.noreply.github.com> |
||
---|---|---|
.. | ||
Copy-Files.ps1 | ||
Get-LocalizedYesNo.ps1 | ||
Get-WinUtilCheckBoxes.ps1 | ||
Get-WinUtilInstallerProcess.ps1 | ||
Get-WinUtilToggleStatus.ps1 | ||
Get-WinUtilVariables.ps1 | ||
Get-WinUtilWingetLatest.ps1 | ||
Get-WPFObjectName.ps1 | ||
Install-WinUtilChoco.ps1 | ||
Install-WinUtilProgramChoco.ps1 | ||
Install-WinUtilProgramWinget.ps1 | ||
Install-WinUtilWinget.ps1 | ||
Invoke-WinUtilAssets.ps1 | ||
Invoke-WinUtilCurrentSystem.ps1 | ||
Invoke-WinUtilExplorerUpdate.ps1 | ||
Invoke-WinUtilFeatureInstall.ps1 | ||
Invoke-WinUtilGPU.ps1 | ||
Invoke-WinUtilInstallPSProfile.ps1 | ||
Invoke-WinUtilpsProfile.ps1 | ||
Invoke-WinUtilScript.ps1 | ||
Invoke-WinUtilSponsors.ps1 | ||
Invoke-WinUtilSSHServer.ps1 | ||
Invoke-WinutilThemeChange.ps1 | ||
Invoke-WinUtilTweaks.ps1 | ||
Invoke-WinUtilUninstallPSProfile.ps1 | ||
Remove-WinUtilAPPX.ps1 | ||
Set-WinUtilDNS.ps1 | ||
Set-WinUtilProgressbar.ps1 | ||
Set-WinUtilRegistry.ps1 | ||
Set-WinUtilScheduledTask.ps1 | ||
Set-WinUtilService.ps1 | ||
Set-WinUtilTaskbarItem.ps1 | ||
Show-CustomDialog.ps1 | ||
Test-WinUtilPackageManager.ps1 | ||
Uninstall-WinUtilEdgeBrowser.ps1 | ||
Update-WinUtilProgramWinget.ps1 |