mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 09:31:15 +10:00
Simplify WPFTweaksRevertStartMenu (#4694)
Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
+9
-30
@@ -82,37 +82,16 @@
|
|||||||
"Description": "Bring back the old Start Menu layout from before the gradual rollout of the new one in 25H2. On newer versions of Windows !!THIS TWEAK WILL NOT WORK!!",
|
"Description": "Bring back the old Start Menu layout from before the gradual rollout of the new one in 25H2. On newer versions of Windows !!THIS TWEAK WILL NOT WORK!!",
|
||||||
"category": "Essential Tweaks",
|
"category": "Essential Tweaks",
|
||||||
"panel": "1",
|
"panel": "1",
|
||||||
"InvokeScript": [
|
"registry": [
|
||||||
"
|
{
|
||||||
Invoke-WebRequest https://github.com/thebookisclosed/ViVe/releases/download/v0.3.4/ViVeTool-v0.3.4-IntelAmd.zip -OutFile ViVeTool.zip
|
"Path": "HKLM:\\SYSTEM\\ControlSet001\\Control\\FeatureManagement\\Overrides\\8\\3036241548",
|
||||||
|
"Name": "EnabledState",
|
||||||
Expand-Archive ViVeTool.zip
|
"Value": "1",
|
||||||
Remove-Item ViVeTool.zip
|
"Type": "DWord",
|
||||||
|
"OriginalValue": "<RemoveEntry>"
|
||||||
Start-Process 'ViVeTool\\ViVeTool.exe' -ArgumentList '/disable /id:47205210' -Wait -NoNewWindow
|
}
|
||||||
|
|
||||||
Remove-Item ViVeTool -Recurse
|
|
||||||
|
|
||||||
Write-Host 'Old start menu reverted. Please restart your computer to take effect.'
|
|
||||||
Write-Host 'On newer versions of Windows !!THIS TWEAK WILL NOT WORK!!.'
|
|
||||||
"
|
|
||||||
],
|
],
|
||||||
"UndoScript": [
|
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/revertstartmenu"
|
||||||
"
|
|
||||||
Invoke-WebRequest https://github.com/thebookisclosed/ViVe/releases/download/v0.3.4/ViVeTool-v0.3.4-IntelAmd.zip -OutFile ViVeTool.zip
|
|
||||||
|
|
||||||
Expand-Archive ViVeTool.zip
|
|
||||||
Remove-Item ViVeTool.zip
|
|
||||||
|
|
||||||
Start-Process 'ViVeTool\\ViVeTool.exe' -ArgumentList '/enable /id:47205210' -Wait -NoNewWindow
|
|
||||||
|
|
||||||
Remove-Item ViVeTool -Recurse
|
|
||||||
|
|
||||||
Write-Host 'New start menu reverted. Please restart your computer to take effect.'
|
|
||||||
"
|
|
||||||
],
|
|
||||||
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/revertstartmenu",
|
|
||||||
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/revertstartmenu"
|
|
||||||
},
|
},
|
||||||
"WPFTweaksDisableStoreSearch": {
|
"WPFTweaksDisableStoreSearch": {
|
||||||
"Content": "Microsoft Store Recommended Search Results - Disable",
|
"Content": "Microsoft Store Recommended Search Results - Disable",
|
||||||
|
|||||||
Reference in New Issue
Block a user