mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 09:04:47 -05:00
Added get installed check for classic start menu tweak (#2231)
Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
@ -2852,6 +2852,15 @@
|
||||
$process = Get-Process -Name \"explorer\"
|
||||
Stop-Process -InputObject $process
|
||||
"
|
||||
],
|
||||
"registry": [
|
||||
{
|
||||
"Path": "HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\\InprocServer32",
|
||||
"Name": "(default)",
|
||||
"Value": "",
|
||||
"OriginalValue": "",
|
||||
"Type": "String"
|
||||
}
|
||||
]
|
||||
},
|
||||
"WPFTweaksDiskCleanup": {
|
||||
|
Reference in New Issue
Block a user