mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
a1c7501b98
* Fix of the unit tests (#468) * fix pester tests * fix function (#467) * Cherry pick and fix helper script * remove admin check and disable * Trim Trailing Whitespace (#472) Co-authored-by: Chris Titus <contact@christitus.com> * Better .gitignore (#473) * add progress and add wait to start-process (#475) * Fixed Cloudflare Naming (#504) * Update winutil.ps1 * Update MainWindow.xaml * Update check for Chocolatey (#520) * Update winutil.ps1 * Update check for Chocolatey Let user decide if he wants to install Chocolatey * Update winutil.ps1 (#525) Migrate to Switch-Tab function * Update winutil.ps1 (#531) Changes to "DiagTrack" service. * add responsive winget installs (#540) * add responsive winget installs * Update winutil.ps1 fix typo * remove no longer used paramater * add golang, an installation option in development list (#542) * Updated winget functions (#543) * update functions * Update winutil.ps1 forgot triple quotes * Update winutil.ps1 fixed vscode using wrong double quotes * Functions and error handling (#552) * move winget install to function and exception * updated winget upgrade to new install process * add logging to update * choco to function and write-output to ensure logs * update error handling * revert write-host and add invoke-runspace * Added runspace to load configs in background * fix unit tests * update pester tests * update pester * update pester * update pester * updated tweaks config to use WPF variable name * Fix data type of MouseHoverTime (#568) Setting Computer\HKEY_CURRENT_USER\Control Panel\Mouse\MouseHoverTime needs to be REG_SZ instead of REG_DWORD. With the wrong type the Taskbar and the Start Menu become hard to use because everything pops up instantly, probably because it's then treated as a 0 ms delay. * fix restore launch to quick access & OOSU10 download (#565) * Fix grammar (#577) * Update MainWindow.xaml * Update MainWindow-runspace.xaml * fix enable numlock after startup (#580) * Update README.md (#616) Added DNS provider into readme * Fix O&O ShutUp10 disabling app notifications and hide search box (#630) * Add files via upload Added ooshutup10_winutil_settings and fix the issue where OOSU10 disable app notifications and hide search box in windows. * Update winutil.ps1 Change ooshut10.cfg to ooshutup10_winutil_settings.cfg and fix the issues in https://github.com/ChrisTitusTech/winutil/issues/629 Now when apply the tweaks by O&O ShutUp10, will keep search box and notifications will not be disabled. * Update winutil.ps1 * Update winutil.ps1 --------- Co-authored-by: Chris Titus <contact@christitus.com> * Create ooshutup10_winutil_settings.cfg * Feature/tweakstofunctions (#576) * add functions for services * Move WPFEssTweaksDVR to function * Add invoke script and moved temp files * WPFEssTweaksHiber and formatting * WPFEssTweaksHiber * WPFEssTweaksHome and service * WPFEssTweaksLoc * TPMCheck * WPFEssTweaksDiskCleanup * Add error handling for invoke script * grammer * UAC and tweaks * WPFMiscTweaksDisableNotifications * WPFMiscTweaksRightClickMenu * Added DNS configuration + Reset to DHCP * WPFEssTweaksOO * WPFEssTweaksRP * WPFEssTweaksServices * WPFEssTweaksStorage * WPFEssTweaksTele * WPFEssTweaksWifi * WPFMiscTweaksLapPower * WPFMiscTweaksLapNum * WPFMiscTweaksPower * WPFMiscTweaksNum * WPFMiscTweaksExt * WPFMiscTweaksUTC * WPFMiscTweaksDisplay * Mouse Acceleration * WPFEssTweaksRemoveCortana * WPFEssTweaksDeBloat * set teaks to get checkboxes and loop * remove isdev * add help documentation * Add Quad 9 for #532 and #416 * remove isdev * Update tweaks.json Remove-ItemProperty is no longer needed as this was a bug from a bad commit 4 months ago. --------- Co-authored-by: Chris Titus <contact@christitus.com> * Tweak bingsearch (#620) * add functions for services * Move WPFEssTweaksDVR to function * Add invoke script and moved temp files * WPFEssTweaksHiber and formatting * WPFEssTweaksHiber * WPFEssTweaksHome and service * WPFEssTweaksLoc * TPMCheck * WPFEssTweaksDiskCleanup * Add error handling for invoke script * grammer * UAC and tweaks * WPFMiscTweaksDisableNotifications * WPFMiscTweaksRightClickMenu * Added DNS configuration + Reset to DHCP * WPFEssTweaksOO * WPFEssTweaksRP * WPFEssTweaksServices * WPFEssTweaksStorage * WPFEssTweaksTele * WPFEssTweaksWifi * WPFMiscTweaksLapPower * WPFMiscTweaksLapNum * WPFMiscTweaksPower * WPFMiscTweaksNum * WPFMiscTweaksExt * WPFMiscTweaksUTC * WPFMiscTweaksDisplay * Mouse Acceleration * WPFEssTweaksRemoveCortana * WPFEssTweaksDeBloat * set teaks to get checkboxes and loop * remove isdev * add help documentation * Add Quad 9 for #532 and #416 * remove isdev * Update helper script and add tweak * update changes * Refactor/runspaces (#626) * modify runspace.ps1 to compile * update compiler to include warning * unit test * implement invoke-button and naming standard * naming standard * fix winutil tests * update functions * add version number * fix codeowners * fix import * undo tweaks now pull from config * pester test * Compile Winutil * python and oo cfg -fix python 3 to 3.11 -fix o&o shutup cfg -enable dev mode for testing * Force install missing winget Fix method for winget install on any system. * Deluge Addition * Feature/impex (#619) * add functions for services * Move WPFEssTweaksDVR to function * Add invoke script and moved temp files * WPFEssTweaksHiber and formatting * WPFEssTweaksHiber * WPFEssTweaksHome and service * WPFEssTweaksLoc * TPMCheck * WPFEssTweaksDiskCleanup * Add error handling for invoke script * grammer * UAC and tweaks * WPFMiscTweaksDisableNotifications * WPFMiscTweaksRightClickMenu * Added DNS configuration + Reset to DHCP * WPFEssTweaksOO * WPFEssTweaksRP * WPFEssTweaksServices * WPFEssTweaksStorage * WPFEssTweaksTele * WPFEssTweaksWifi * WPFMiscTweaksLapPower * WPFMiscTweaksLapNum * WPFMiscTweaksPower * WPFMiscTweaksNum * WPFMiscTweaksExt * WPFMiscTweaksUTC * WPFMiscTweaksDisplay * Mouse Acceleration * WPFEssTweaksRemoveCortana * WPFEssTweaksDeBloat * set teaks to get checkboxes and loop * remove isdev * add help documentation * Add Quad 9 for #532 and #416 * remove isdev * Working Import and Export * Add null check * Remove IsDev * sync with test * redo impex * Irm runspace fix (#635) * Update runspace.ps1 * Update start.ps1 * compiled for testing * Compile Winutil * Compile Winutil * test * disable runspace build * test * change compile to ascii * change compile to winutil * Compile Winutil * Delete MainWindow.xaml * Update release.yaml runspace merge job * remove update branch --------- Co-authored-by: DeveloperDurp <developerdurp@durp.info> Co-authored-by: Carter <60557606+Carterpersall@users.noreply.github.com> Co-authored-by: Jacobtread <33708767+jacobtread@users.noreply.github.com> Co-authored-by: jstok84 <jstok84@gmail.com> Co-authored-by: WolfBungalow <irtwit@gmail.com> Co-authored-by: Ankit Yadav <52023083+4nkitd@users.noreply.github.com> Co-authored-by: Starfiresg1 <Starfiresg1@users.noreply.github.com> Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com> Co-authored-by: Hyperio <96462198+hyperio546@users.noreply.github.com> Co-authored-by: dennyamarojr <36896116+dennyamarojr@users.noreply.github.com> Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
1293 lines
37 KiB
JSON
1293 lines
37 KiB
JSON
{
|
|
"WPFEssTweaksAH": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",
|
|
"Name": "EnableActivityFeed",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",
|
|
"Name": "PublishUserActivities",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",
|
|
"Name": "UploadUserActivities",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksHiber": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\System\\CurrentControlSet\\Control\\Session Manager\\Power",
|
|
"Name": "HibernateEnabled",
|
|
"Type": "Dword",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FlyoutMenuSettings",
|
|
"Name": "ShowHibernateOption",
|
|
"Type": "Dword",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksHome": {
|
|
"service": [
|
|
{
|
|
"Name": "HomeGroupListener",
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic"
|
|
},
|
|
{
|
|
"Name": "HomeGroupProvider",
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksLoc": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\location",
|
|
"Name": "Value",
|
|
"Type": "String",
|
|
"Value": "Deny",
|
|
"OriginalValue": "Allow"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Sensor\\Overrides\\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}",
|
|
"Name": "SensorPermissionState",
|
|
"Type": "Dword",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\lfsvc\\Service\\Configuration",
|
|
"Name": "Status",
|
|
"Type": "Dword",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\Maps",
|
|
"Name": "AutoUpdateEnabled",
|
|
"Type": "Dword",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksServices": {
|
|
"service": [
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "diagnosticshub.standardcollector.service"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "DiagTrack"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "DPS"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "dmwappushservice"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "lfsvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "MapsBroker"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "NetTcpPortSharing"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "RemoteAccess"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "RemoteRegistry"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "SharedAccess"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "TrkWks"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "WMPNetworkSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "WSearch"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "XblAuthManager"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "XblGameSave"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "XboxNetApiSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "XboxGipSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "ndu"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "WerSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "Fax"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "fhsvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "gupdate"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "gupdatem"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "stisvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "AJRouter"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "MSDTC"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "WpcMonSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "PhoneSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "PrintNotify"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "PcaSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "WPDBusEnum"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "seclogon"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "SysMain"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "lmhosts"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "wisvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "FontCache"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "RetailDemo"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "ALG"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "SCardSvr"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "EntAppSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "BthAvctpSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "Browser"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "BthAvctpSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "iphlpsvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "edgeupdate"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "MicrosoftEdgeElevationService"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "edgeupdatem"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "SEMgrSvc"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "PerfHost"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "BcastDVRUserService_48486de"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "CaptureService_48486de"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "cbdhsvc_48486de"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "WpnService"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "RtkBtManServ"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "QWAVE"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "HPAppHelperCap"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "HPDiagsCap"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "HPNetworkCap"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "HPSysInfoCap"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "HpTouchpointAnalyticsService"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "HvHost"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmickvpexchange"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmicguestinterface"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmicshutdown"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmicheartbeat"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmicvmsession"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmicrdv"
|
|
},
|
|
{
|
|
"StartupType": "Manual",
|
|
"OriginalType": "Automatic",
|
|
"Name": "vmictimesync"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksTele": {
|
|
"ScheduledTask": [
|
|
{
|
|
"Name": "Microsoft\\Windows\\Application Experience\\Microsoft Compatibility Appraiser",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Application Experience\\ProgramDataUpdater",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Autochk\\Proxy",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Customer Experience Improvement Program\\Consolidator",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Customer Experience Improvement Program\\UsbCeip",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\DiskDiagnostic\\Microsoft-Windows-DiskDiagnosticDataCollector",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Feedback\\Siuf\\DmClient",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Feedback\\Siuf\\DmClientOnScenarioDownload",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
},
|
|
{
|
|
"Name": "Microsoft\\Windows\\Windows Error Reporting\\QueueReporting",
|
|
"State": "Disabled",
|
|
"OriginalState": "Enabled"
|
|
}
|
|
],
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection",
|
|
"type": "Dword",
|
|
"value": 0,
|
|
"name": "AllowTelemetry",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection",
|
|
"OriginalValue": "1",
|
|
"name": "AllowTelemetry",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "ContentDeliveryAllowed",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "OemPreInstalledAppsEnabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "PreInstalledAppsEnabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "PreInstalledAppsEverEnabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "SilentInstalledAppsEnabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "SubscribedContent-338387Enabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "SubscribedContent-338388Enabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "SubscribedContent-338389Enabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "SubscribedContent-353698Enabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager",
|
|
"OriginalValue": "1",
|
|
"name": "SystemPaneSuggestionsEnabled",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent",
|
|
"OriginalValue": "0",
|
|
"name": "DisableWindowsConsumerFeatures",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Siuf\\Rules",
|
|
"OriginalValue": "0",
|
|
"name": "NumberOfSIUFInPeriod",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection",
|
|
"OriginalValue": "0",
|
|
"name": "DoNotShowFeedbackNotifications",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent",
|
|
"OriginalValue": "0",
|
|
"name": "DisableTailoredExperiencesWithDiagnosticData",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo",
|
|
"OriginalValue": "0",
|
|
"name": "DisabledByGroupPolicy",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting",
|
|
"OriginalValue": "0",
|
|
"name": "Disabled",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DeliveryOptimization\\Config",
|
|
"OriginalValue": "1",
|
|
"name": "DODownloadMode",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Remote Assistance",
|
|
"OriginalValue": "1",
|
|
"name": "fAllowToGetHelp",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\OperationStatusManager",
|
|
"OriginalValue": "0",
|
|
"name": "EnthusiastMode",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
|
"OriginalValue": "1",
|
|
"name": "ShowTaskViewButton",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\People",
|
|
"OriginalValue": "1",
|
|
"name": "PeopleBand",
|
|
"value": 0,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
|
"OriginalValue": "1",
|
|
"name": "LaunchTo",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem",
|
|
"OriginalValue": "0",
|
|
"name": "LongPathsEnabled",
|
|
"value": 1,
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DriverSearching",
|
|
"OriginalValue": "1",
|
|
"name": "SearchOrderConfig",
|
|
"value": "0",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile",
|
|
"OriginalValue": "1",
|
|
"name": "SystemResponsiveness",
|
|
"value": "0",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile",
|
|
"OriginalValue": "1",
|
|
"name": "NetworkThrottlingIndex",
|
|
"value": "4294967295",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Control Panel\\Desktop",
|
|
"OriginalValue": "1",
|
|
"name": "MenuShowDelay",
|
|
"value": "1",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Control Panel\\Desktop",
|
|
"OriginalValue": "1",
|
|
"name": "AutoEndTasks",
|
|
"value": "1",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Memory Management",
|
|
"OriginalValue": "0",
|
|
"name": "ClearPageFileAtShutdown",
|
|
"value": "0",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\ControlSet001\\Services\\Ndu",
|
|
"OriginalValue": "1",
|
|
"name": "Start",
|
|
"value": "00000004",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "1",
|
|
"name": "MouseHoverTime",
|
|
"value": "400",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\LanmanServer\\Parameters",
|
|
"OriginalValue": "1",
|
|
"name": "IRPStackSize",
|
|
"value": "20",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Windows Feeds",
|
|
"OriginalValue": "1",
|
|
"name": "EnableFeeds",
|
|
"value": "0",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Feeds",
|
|
"OriginalValue": "1",
|
|
"name": "ShellFeedsTaskbarViewMode",
|
|
"value": "2",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer",
|
|
"OriginalValue": "1",
|
|
"name": "HideSCAMeetNow",
|
|
"value": "1",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile\\Tasks\\Games",
|
|
"OriginalValue": "1",
|
|
"name": "GPU Priority",
|
|
"value": "8",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile\\Tasks\\Games",
|
|
"OriginalValue": "1",
|
|
"name": "Priority",
|
|
"value": "6",
|
|
"type": "Dword"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile\\Tasks\\Games",
|
|
"OriginalValue": "High",
|
|
"name": "Scheduling Category",
|
|
"value": "High",
|
|
"type": "String"
|
|
}
|
|
],
|
|
"service": [
|
|
{
|
|
"Name": "DiagTrack",
|
|
"StartupType": "Disabled",
|
|
"OriginalType": "Automatic"
|
|
},
|
|
{
|
|
"Name": "dmwappushservice",
|
|
"StartupType": "Disabled",
|
|
"OriginalType": "Manual"
|
|
},
|
|
{
|
|
"Name": "SysMain",
|
|
"StartupType": "Disabled",
|
|
"OriginalType": "Manual"
|
|
}
|
|
],
|
|
"InvokeScript": [
|
|
"bcdedit /set `{current`} bootmenupolicy Legacy | Out-Null
|
|
If ((get-ItemProperty -Path \"HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\" -Name CurrentBuild).CurrentBuild -lt 22557) {
|
|
$taskmgr = Start-Process -WindowStyle Hidden -FilePath taskmgr.exe -PassThru
|
|
Do {
|
|
Start-Sleep -Milliseconds 100
|
|
$preferences = Get-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\TaskManager\" -Name \"Preferences\" -ErrorAction SilentlyContinue
|
|
} Until ($preferences)
|
|
Stop-Process $taskmgr
|
|
$preferences.Preferences[28] = 0
|
|
Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\TaskManager\" -Name \"Preferences\" -Type Binary -Value $preferences.Preferences
|
|
}
|
|
Remove-Item -Path \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}\" -Recurse -ErrorAction SilentlyContinue
|
|
|
|
# Group svchost.exe processes
|
|
$ram = (Get-CimInstance -ClassName Win32_PhysicalMemory | Measure-Object -Property Capacity -Sum).Sum / 1kb
|
|
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name \"SvcHostSplitThresholdInKB\" -Type DWord -Value $ram -Force
|
|
|
|
$autoLoggerDir = \"$env:PROGRAMDATA\\Microsoft\\Diagnosis\\ETLLogs\\AutoLogger\"
|
|
If (Test-Path \"$autoLoggerDir\\AutoLogger-Diagtrack-Listener.etl\") {
|
|
Remove-Item \"$autoLoggerDir\\AutoLogger-Diagtrack-Listener.etl\"
|
|
}
|
|
icacls $autoLoggerDir /deny SYSTEM:`(OI`)`(CI`)F | Out-Null
|
|
|
|
#Timeout Tweaks cause flickering on Windows now
|
|
#Remove-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"WaitToKillAppTimeout\" -ErrorAction SilentlyContinue
|
|
#Remove-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"HungAppTimeout\" -ErrorAction SilentlyContinue
|
|
#Remove-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name \"WaitToKillServiceTimeout\" -ErrorAction SilentlyContinue
|
|
#Remove-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"LowLevelHooksTimeout\" -ErrorAction SilentlyContinue
|
|
#Remove-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"WaitToKillServiceTimeout\" -ErrorAction SilentlyContinue
|
|
|
|
$ram = (Get-CimInstance -ClassName \"Win32_PhysicalMemory\" | Measure-Object -Property Capacity -Sum).Sum / 1kb
|
|
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name \"SvcHostSplitThresholdInKB\" -Type DWord -Value $ram -Force
|
|
"
|
|
]
|
|
},
|
|
"WPFEssTweaksWifi": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\Software\\Microsoft\\PolicyManager\\default\\WiFi\\AllowWiFiHotSpotReporting",
|
|
"Name": "Value",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\Software\\Microsoft\\PolicyManager\\default\\WiFi\\AllowAutoConnectToWiFiSenseHotspots",
|
|
"Name": "Value",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksLapPower": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Power\\PowerThrottling",
|
|
"Name": "PowerThrottlingOff",
|
|
"Type": "DWord",
|
|
"Value": "00000000",
|
|
"OriginalValue": "00000001"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Power",
|
|
"Name": "HiberbootEnabled",
|
|
"Type": "DWord",
|
|
"Value": "0000001",
|
|
"OriginalValue": "0000000"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksPower": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Power\\PowerThrottling",
|
|
"Name": "PowerThrottlingOff",
|
|
"Type": "DWord",
|
|
"Value": "00000001",
|
|
"OriginalValue": "00000000"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Power",
|
|
"Name": "HiberbootEnabled",
|
|
"Type": "DWord",
|
|
"Value": "0000000",
|
|
"OriginalValue": "00000001"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksExt": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
|
"Name": "HideFileExt",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksUTC": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
|
|
"Name": "RealTimeIsUniversal",
|
|
"Type": "DWord",
|
|
"Value": "1",
|
|
"OriginalValue": "0"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksDisplay": {
|
|
"registry": [
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Desktop",
|
|
"OriginalValue": "1",
|
|
"name": "DragFullWindows",
|
|
"value": "0",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Desktop",
|
|
"OriginalValue": "1",
|
|
"name": "MenuShowDelay",
|
|
"value": "200",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Desktop\\WindowMetrics",
|
|
"OriginalValue": "1",
|
|
"name": "MinAnimate",
|
|
"value": "0",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Keyboard",
|
|
"OriginalValue": "1",
|
|
"name": "KeyboardDelay",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
|
"OriginalValue": "1",
|
|
"name": "ListviewAlphaSelect",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
|
"OriginalValue": "1",
|
|
"name": "ListviewShadow",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
|
"OriginalValue": "1",
|
|
"name": "TaskbarAnimations",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\VisualEffects",
|
|
"OriginalValue": "1",
|
|
"name": "VisualFXSetting",
|
|
"value": "3",
|
|
"type": "DWord"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Software\\Microsoft\\Windows\\DWM",
|
|
"OriginalValue": "1",
|
|
"name": "EnableAeroPeek",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
}
|
|
],
|
|
"InvokeScript": [
|
|
"Set-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"UserPreferencesMask\" -Type Binary -Value ([byte[]](144,18,3,128,16,0,0,0))"
|
|
]
|
|
},
|
|
"WPFEssTweaksDeBloat": {
|
|
"appx": [
|
|
"Microsoft.Microsoft3DViewer",
|
|
"Microsoft.AppConnector",
|
|
"Microsoft.BingFinance",
|
|
"Microsoft.BingNews",
|
|
"Microsoft.BingSports",
|
|
"Microsoft.BingTranslator",
|
|
"Microsoft.BingWeather",
|
|
"Microsoft.BingFoodAndDrink",
|
|
"Microsoft.BingHealthAndFitness",
|
|
"Microsoft.BingTravel",
|
|
"Microsoft.MinecraftUWP",
|
|
"Microsoft.GamingServices",
|
|
"Microsoft.GetHelp",
|
|
"Microsoft.Getstarted",
|
|
"Microsoft.Messaging",
|
|
"Microsoft.Microsoft3DViewer",
|
|
"Microsoft.MicrosoftSolitaireCollection",
|
|
"Microsoft.NetworkSpeedTest",
|
|
"Microsoft.News",
|
|
"Microsoft.Office.Lens",
|
|
"Microsoft.Office.Sway",
|
|
"Microsoft.Office.OneNote",
|
|
"Microsoft.OneConnect",
|
|
"Microsoft.People",
|
|
"Microsoft.Print3D",
|
|
"Microsoft.SkypeApp",
|
|
"Microsoft.Wallet",
|
|
"Microsoft.Whiteboard",
|
|
"Microsoft.WindowsAlarms",
|
|
"microsoft.windowscommunicationsapps",
|
|
"Microsoft.WindowsFeedbackHub",
|
|
"Microsoft.WindowsMaps",
|
|
"Microsoft.WindowsPhone",
|
|
"Microsoft.WindowsSoundRecorder",
|
|
"Microsoft.XboxApp",
|
|
"Microsoft.ConnectivityStore",
|
|
"Microsoft.CommsPhone",
|
|
"Microsoft.ScreenSketch",
|
|
"Microsoft.Xbox.TCUI",
|
|
"Microsoft.XboxGameOverlay",
|
|
"Microsoft.XboxGameCallableUI",
|
|
"Microsoft.XboxSpeechToTextOverlay",
|
|
"Microsoft.MixedReality.Portal",
|
|
"Microsoft.XboxIdentityProvider",
|
|
"Microsoft.ZuneMusic",
|
|
"Microsoft.ZuneVideo",
|
|
"Microsoft.Getstarted",
|
|
"Microsoft.MicrosoftOfficeHub",
|
|
"*EclipseManager*",
|
|
"*ActiproSoftwareLLC*",
|
|
"*AdobeSystemsIncorporated.AdobePhotoshopExpress*",
|
|
"*Duolingo-LearnLanguagesforFree*",
|
|
"*PandoraMediaInc*",
|
|
"*CandyCrush*",
|
|
"*BubbleWitch3Saga*",
|
|
"*Wunderlist*",
|
|
"*Flipboard*",
|
|
"*Twitter*",
|
|
"*Facebook*",
|
|
"*Royal Revolt*",
|
|
"*Sway*",
|
|
"*Speed Test*",
|
|
"*Dolby*",
|
|
"*Viber*",
|
|
"*ACGMediaPlayer*",
|
|
"*Netflix*",
|
|
"*OneCalendar*",
|
|
"*LinkedInforWindows*",
|
|
"*HiddenCityMysteryofShadows*",
|
|
"*Hulu*",
|
|
"*HiddenCity*",
|
|
"*AdobePhotoshopExpress*",
|
|
"*HotspotShieldFreeVPN*",
|
|
"*Microsoft.Advertising.Xaml*"
|
|
],
|
|
"InvokeScript": [
|
|
"
|
|
$TeamsPath = [System.IO.Path]::Combine($env:LOCALAPPDATA, 'Microsoft', 'Teams')
|
|
$TeamsUpdateExePath = [System.IO.Path]::Combine($TeamsPath, 'Update.exe')
|
|
|
|
Write-Host \"Stopping Teams process...\"
|
|
Stop-Process -Name \"*teams*\" -Force -ErrorAction SilentlyContinue
|
|
|
|
Write-Host \"Uninstalling Teams from AppData\\Microsoft\\Teams\"
|
|
if ([System.IO.File]::Exists($TeamsUpdateExePath)) {
|
|
# Uninstall app
|
|
$proc = Start-Process $TeamsUpdateExePath \"-uninstall -s\" -PassThru
|
|
$proc.WaitForExit()
|
|
}
|
|
|
|
Write-Host \"Removing Teams AppxPackage...\"
|
|
Get-AppxPackage \"*Teams*\" | Remove-AppxPackage -ErrorAction SilentlyContinue
|
|
Get-AppxPackage \"*Teams*\" -AllUsers | Remove-AppxPackage -AllUsers -ErrorAction SilentlyContinue
|
|
|
|
Write-Host \"Deleting Teams directory\"
|
|
if ([System.IO.Directory]::Exists($TeamsPath)) {
|
|
Remove-Item $TeamsPath -Force -Recurse -ErrorAction SilentlyContinue
|
|
}
|
|
|
|
Write-Host \"Deleting Teams uninstall registry key\"
|
|
# Uninstall from Uninstall registry key UninstallString
|
|
$us = (Get-ChildItem -Path HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall, HKLM:\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall | Get-ItemProperty | Where-Object { $_.DisplayName -like '*Teams*'}).UninstallString
|
|
if ($us.Length -gt 0) {
|
|
$us = ($us.Replace('/I', '/uninstall ') + ' /quiet').Replace(' ', ' ')
|
|
$FilePath = ($us.Substring(0, $us.IndexOf('.exe') + 4).Trim())
|
|
$ProcessArgs = ($us.Substring($us.IndexOf('.exe') + 5).Trim().replace(' ', ' '))
|
|
$proc = Start-Process -FilePath $FilePath -Args $ProcessArgs -PassThru
|
|
$proc.WaitForExit()
|
|
}
|
|
"
|
|
]
|
|
},
|
|
"WPFEssTweaksOO": {
|
|
"InvokeScript": [
|
|
"curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/ooshutup10.cfg\" -o $ENV:temp\\ooshutup10.cfg
|
|
curl.exe -s \"https://dl5.oo-software.com/files/ooshutup10/OOSU10.exe\" -o $ENV:temp\\OOSU10.exe
|
|
Start-Process $ENV:temp\\OOSU10.exe -ArgumentList \"$ENV:temp\\ooshutup10.cfg /quiet\"
|
|
"
|
|
]
|
|
},
|
|
"WPFEssTweaksRP": {
|
|
"InvokeScript": [
|
|
"Enable-ComputerRestore -Drive \"$env:SystemDrive\"
|
|
Checkpoint-Computer -Description \"RestorePoint1\" -RestorePointType \"MODIFY_SETTINGS\""
|
|
]
|
|
},
|
|
"WPFEssTweaksStorage": {
|
|
"InvokeScript": [
|
|
"Remove-Item -Path \"HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy\" -Recurse -ErrorAction SilentlyContinue"
|
|
]
|
|
},
|
|
"WPFMiscTweaksLapNum": {
|
|
"Registry": [
|
|
{
|
|
"path": "HKU:\\.DEFAULT\\Control Panel\\Keyboard",
|
|
"OriginalValue": "1",
|
|
"name": "InitialKeyboardIndicators",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksNum": {
|
|
"Registry": [
|
|
{
|
|
"path": "HKU:\\.DEFAULT\\Control Panel\\Keyboard",
|
|
"OriginalValue": "1",
|
|
"name": "InitialKeyboardIndicators",
|
|
"value": "80000002",
|
|
"type": "DWord"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksRemoveEdge": {
|
|
"InvokeScript": [
|
|
"Invoke-WebRequest -useb https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/Edge_Removal.bat | Invoke-Expression"
|
|
]
|
|
},
|
|
"WPFMiscTweaksDisableNotifications": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKCU:\\Software\\Policies\\Microsoft\\Windows\\Explorer",
|
|
"Name": "DisableNotificationCenter",
|
|
"Type": "DWord",
|
|
"Value": "1",
|
|
"OriginalValue": "0"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
|
|
"Name": "ToastEnabled",
|
|
"Type": "DWord",
|
|
"Value": "0",
|
|
"OriginalValue": "1"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksRightClickMenu": {
|
|
"InvokeScript": [
|
|
"New-Item -Path \"HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" -Name \"InprocServer32\" -force -value \"\" "
|
|
]
|
|
},
|
|
"WPFEssTweaksDiskCleanup": {
|
|
"InvokeScript": [
|
|
"cleanmgr.exe /d C: /VERYLOWDISK"
|
|
]
|
|
},
|
|
"WPFMiscTweaksDisableTPMCheck": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKLM:\\SYSTEM\\Setup\\MoSetup",
|
|
"Name": "AllowUpgradesWithUnsupportedTPM",
|
|
"Type": "DWord",
|
|
"Value": "1",
|
|
"OriginalValue": "0"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksDisableUAC": {
|
|
"registry": [
|
|
{
|
|
"path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System",
|
|
"OriginalValue": "5",
|
|
"name": "ConsentPromptBehaviorAdmin",
|
|
"value": "0",
|
|
"type": "DWord"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksDisableMouseAcceleration": {
|
|
"registry": [
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "1",
|
|
"name": "MouseSpeed",
|
|
"value": "0",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "6",
|
|
"name": "MouseThreshold1",
|
|
"value": "0",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "10",
|
|
"name": "MouseThreshold2",
|
|
"value": "0",
|
|
"type": "String"
|
|
}
|
|
]
|
|
},
|
|
"WPFMiscTweaksEnableMouseAcceleration": {
|
|
"registry": [
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "1",
|
|
"name": "MouseSpeed",
|
|
"value": "1",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "6",
|
|
"name": "MouseThreshold1",
|
|
"value": "6",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"path": "HKCU:\\Control Panel\\Mouse",
|
|
"OriginalValue": "10",
|
|
"name": "MouseThreshold2",
|
|
"value": "10",
|
|
"type": "String"
|
|
}
|
|
]
|
|
},
|
|
"WPFEssTweaksDeleteTempFiles": {
|
|
"InvokeScript": [
|
|
"Get-ChildItem -Path \"C:\\Windows\\Temp\" *.* -Recurse | Remove-Item -Force -Recurse
|
|
Get-ChildItem -Path $env:TEMP *.* -Recurse | Remove-Item -Force -Recurse"
|
|
]
|
|
},
|
|
"WPFEssTweaksRemoveCortana": {
|
|
"InvokeScript": [
|
|
"Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage"
|
|
]
|
|
},
|
|
"WPFEssTweaksDVR": {
|
|
"registry": [
|
|
{
|
|
"Path": "HKCU:\\System\\GameConfigStore",
|
|
"Name": "GameDVR_FSEBehavior",
|
|
"Value": "2",
|
|
"OriginalValue": "1",
|
|
"Type": "DWord"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\System\\GameConfigStore",
|
|
"Name": "GameDVR_Enabled",
|
|
"Value": "0",
|
|
"OriginalValue": "1",
|
|
"Type": "DWord"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\System\\GameConfigStore",
|
|
"Name": "GameDVR_DXGIHonorFSEWindowsCompatible",
|
|
"Value": "1",
|
|
"OriginalValue": "0",
|
|
"Type": "DWord"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\System\\GameConfigStore",
|
|
"Name": "GameDVR_HonorUserFSEBehaviorMode",
|
|
"Value": "1",
|
|
"OriginalValue": "0",
|
|
"Type": "DWord"
|
|
},
|
|
{
|
|
"Path": "HKCU:\\System\\GameConfigStore",
|
|
"Name": "GameDVR_EFSEFeatureFlags",
|
|
"Value": "0",
|
|
"OriginalValue": "1",
|
|
"Type": "DWord"
|
|
},
|
|
{
|
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\GameDVR",
|
|
"Name": "AllowGameDVR",
|
|
"Value": "0",
|
|
"OriginalValue": "1",
|
|
"Type": "DWord"
|
|
}
|
|
]
|
|
},
|
|
"WPFBingSearch": {
|
|
"registry": [
|
|
{
|
|
"OriginalValue": "1",
|
|
"Name": "BingSearchEnabled",
|
|
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
|
|
"Type": "DWORD",
|
|
"Value": "0"
|
|
}
|
|
]
|
|
}
|
|
}
|