2022-10-18 08:08:23 -05:00
{
2024-01-15 11:32:19 -06:00
"WPFTweaksAH" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Activity History" ,
"Description" : "This erases recent docs, clipboard, and run history." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a005_" ,
2022-10-18 08:08:23 -05:00
"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"
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksHiber" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Hibernation" ,
"Description" : "Hibernation is really meant for laptops as it saves what's in memory before turning the pc off. It really should never be used, but some people are lazy and rely on it. Don't be like Bob. Bob likes hibernation." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a011_" ,
2022-10-18 08:08:23 -05:00
"registry" : [
{
"Path" : "HKLM:\\System\\CurrentControlSet\\Control\\Session Manager\\Power" ,
2023-03-07 14:28:00 -06:00
"Name" : "HibernateEnabled" ,
2023-09-13 17:30:56 -05:00
"Type" : "DWord" ,
2022-10-18 08:08:23 -05:00
"Value" : "0" ,
"OriginalValue" : "1"
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FlyoutMenuSettings" ,
2023-03-07 14:28:00 -06:00
"Name" : "ShowHibernateOption" ,
2023-09-13 17:30:56 -05:00
"Type" : "DWord" ,
2022-10-18 08:08:23 -05:00
"Value" : "0" ,
"OriginalValue" : "1"
}
2023-07-27 16:06:41 -05:00
] ,
"InvokeScript" : [
"powercfg.exe /hibernate off"
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
] ,
"UndoScript" : [
"powercfg.exe /hibernate on"
2022-10-18 08:08:23 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksHome" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Homegroup" ,
"Description" : "Disables HomeGroup - HomeGroup is a password-protected home networking service that lets you share your stuff with other PCs that are currently running and connected to your network." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a009_" ,
2022-10-18 08:08:23 -05:00
"service" : [
{
"Name" : "HomeGroupListener" ,
"StartupType" : "Manual" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "HomeGroupProvider" ,
"StartupType" : "Manual" ,
"OriginalType" : "Automatic"
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksLoc" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Location Tracking" ,
"Description" : "Disables Location Tracking...DUH!" ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a008_" ,
2022-10-18 08:08:23 -05:00
"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" ,
2023-09-13 17:30:56 -05:00
"Type" : "DWord" ,
2022-10-18 08:08:23 -05:00
"Value" : "0" ,
"OriginalValue" : "1"
} ,
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\lfsvc\\Service\\Configuration" ,
"Name" : "Status" ,
2023-09-13 17:30:56 -05:00
"Type" : "DWord" ,
2022-10-18 08:08:23 -05:00
"Value" : "0" ,
"OriginalValue" : "1"
} ,
{
"Path" : "HKLM:\\SYSTEM\\Maps" ,
"Name" : "AutoUpdateEnabled" ,
2023-09-13 17:30:56 -05:00
"Type" : "DWord" ,
2022-10-18 08:08:23 -05:00
"Value" : "0" ,
"OriginalValue" : "1"
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksServices" : {
2024-02-02 16:22:08 -06:00
"Content" : "Set Services to Manual" ,
"Description" : "Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a014_" ,
2022-10-18 08:08:23 -05:00
"service" : [
{
2023-05-09 13:14:27 -05:00
"Name" : "AJRouter" ,
2023-07-27 16:06:41 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "ALG" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "AppIDSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "AppMgmt" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "AppReadiness" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "AppVClient" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
} ,
{
"Name" : "AppXSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "Appinfo" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "AssignedAccessManagerSvc" ,
2023-07-27 16:06:41 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "AudioEndpointBuilder" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "AudioSrv" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "Audiosrv" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "AxInstSV" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "BDESVC" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "BFE" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "BITS" ,
"StartupType" : "AutomaticDelayedStart" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "BTAGService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "BcastDVRUserService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "BluetoothUserService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "BrokerInfrastructure" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "Browser" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "BthAvctpSvc" ,
2023-08-02 19:43:52 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "BthHFSrv" ,
2023-08-02 19:43:52 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "CDPSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Automatic"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "CDPUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "COMSysApp" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "CaptureService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "CertPropSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "ClipSVC" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "ConsentUxUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "CoreMessagingRegistrar" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "CredentialEnrollmentManagerUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "CryptSvc" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "CscService" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "DPS" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "DcomLaunch" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "DcpSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "DevQueryBroker" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "DeviceAssociationBrokerSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "DeviceAssociationService" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "DeviceInstall" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "DevicePickerUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "DevicesFlowUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "Dhcp" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "DiagTrack" ,
"StartupType" : "Disabled" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "DialogBlockingService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
} ,
{
"Name" : "DispBrokerDesktopSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "DisplayEnhancementService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "DmEnrollmentSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "Dnscache" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "DoSvc" ,
"StartupType" : "AutomaticDelayedStart" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "DsSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "DsmSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "DusmSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "EFS" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "EapHost" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "EntAppSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "EventLog" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "EventSystem" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "FDResPub" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "Fax" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "FontCache" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "FrameServer" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "FrameServerMonitor" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "GraphicsPerfSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "HomeGroupListener" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "HomeGroupProvider" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "HvHost" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "IEEtwCollectorService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "IKEEXT" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "InstallService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "InventorySvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "IpxlatCfgSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "KeyIso" ,
2023-08-08 16:44:10 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "KtmRm" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "LSM" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "LanmanServer" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "LanmanWorkstation" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "LicenseManager" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "LxpSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "MSDTC" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "MSiSCSI" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "MapsBroker" ,
"StartupType" : "AutomaticDelayedStart" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "McpManagementService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "MessagingService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "MicrosoftEdgeElevationService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "MixedRealityOpenXRSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "MpsSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "MsKeyboardFilter" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "NPSMSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "NaturalAuthentication" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "NcaSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NcbService" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NcdAutoSetup" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NetSetupSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NetTcpPortSharing" ,
"StartupType" : "Disabled" ,
"OriginalType" : "Disabled"
} ,
{
"Name" : "Netlogon" ,
2023-12-19 14:10:35 -06:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "Netman" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NgcCtnrSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NgcSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "NlaSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "OneSyncSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "P9RdrService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "PNRPAutoReg" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "PNRPsvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "PcaSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "PeerDistSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "PenService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "PerfHost" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "PhoneSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "PimIndexMaintenanceSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "PlugPlay" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "PolicyAgent" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "Power" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "PrintNotify" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "PrintWorkflowUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "ProfSvc" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "PushToInstall" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "QWAVE" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "RasAuto" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "RasMan" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "RemoteAccess" ,
"StartupType" : "Disabled" ,
"OriginalType" : "Disabled"
} ,
{
"Name" : "RemoteRegistry" ,
"StartupType" : "Disabled" ,
"OriginalType" : "Disabled"
} ,
{
"Name" : "RetailDemo" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "RmSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "RpcEptMapper" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "RpcLocator" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "RpcSs" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "SCPolicySvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SCardSvr" ,
2023-07-27 16:06:41 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "SDRSVC" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SEMgrSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "SENS" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "SNMPTRAP" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "SNMPTrap" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "SSDPSRV" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SamSs" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "ScDeviceEnum" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "Schedule" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "SecurityHealthService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "Sense" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "SensorDataService" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SensorService" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SensrSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SessionEnv" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SgrmBroker" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "SharedAccess" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "SharedRealitySvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "ShellHWDetection" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "SmsRouter" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "Spooler" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "SstpSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "StateRepository" ,
"StartupType" : "Manual" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "StiSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
} ,
{
"Name" : "StorSvc" ,
"StartupType" : "Manual" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "SysMain" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "SystemEventsBroker" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "TabletInputService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "TapiSrv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "TermService" ,
2023-07-27 16:06:41 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "TextInputManagementService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "Themes" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "TieringEngineService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "TimeBroker" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "TimeBrokerSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "TokenBroker" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "TrkWks" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "TroubleshootingSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "TrustedInstaller" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "UI0Detect" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "UdkUserSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "UevAgentService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "UmRdpService" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "UnistoreSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "UserDataSvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "UserManager" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "UsoSvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "VGAuthService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "VMTools" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "VSS" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "VacSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "VaultSvc" ,
2023-08-08 16:44:10 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "W32Time" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WEPHOSTSVC" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WFDSConMgrSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "WMPNetworkSvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WManSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "WPDBusEnum" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "WSService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "WSearch" ,
"StartupType" : "AutomaticDelayedStart" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "WaaSMedicSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WalletService" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "WarpJITSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WbioSrvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "Wcmsvc" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WcsPlugInService" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "WdNisSvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WdiServiceHost" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WdiSystemHost" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WebClient" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "Wecsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WerSvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WiaRpc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "WinDefend" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WinHttpAutoProxySvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WinRM" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "Winmgmt" ,
2023-05-16 09:58:46 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "WlanSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-13 08:45:07 -05:00
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "WpcMonSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WpnService" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "WpnUserService_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "WwanSvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "XblAuthManager" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "XblGameSave" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "XboxGipSvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "XboxNetApiSvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "autotimesvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "bthserv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "camsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "cbdhsvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "cloudidsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "dcsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "defragsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "diagnosticshub.standardcollector.service" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "diagsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "dmwappushservice" ,
2023-07-27 16:06:41 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "dot3svc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "edgeupdate" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "edgeupdatem" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "embeddedmode" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "fdPHost" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "fhsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "gpsvc" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "hidserv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "icssvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "iphlpsvc" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "lfsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "lltdsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "lmhosts" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "mpssvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "msiserver" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "netprofm" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "nsi" ,
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "p2pimsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "p2psvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "perceptionsimulation" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "pla" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "seclogon" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "shpamsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "smphost" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "spectrum" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "sppsvc" ,
"StartupType" : "AutomaticDelayedStart" ,
"OriginalType" : "Automatic"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "ssh-agent" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
} ,
{
"Name" : "svsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "swprv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "tiledatamodelsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
"OriginalType" : "Automatic"
2023-05-09 13:14:27 -05:00
} ,
{
"Name" : "tzautoupdate" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
} ,
{
"Name" : "uhssvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Disabled" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Disabled"
} ,
{
"Name" : "upnphost" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vds" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vm3dservice" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "vmicguestinterface" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmicheartbeat" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmickvpexchange" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmicrdv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmicshutdown" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmictimesync" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmicvmsession" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "vmicvss" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "vmvss" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "wbengine" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "wcncsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "webthreatdefsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
2023-12-19 14:10:35 -06:00
"Name" : "webthreatdefusersvc_*" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Automatic" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Automatic"
} ,
{
"Name" : "wercplsupport" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "wisvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "wlidsvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "wlpasvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "wmiApSrv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "workfolderssvc" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
} ,
{
2023-05-09 13:14:27 -05:00
"Name" : "wscsvc" ,
"StartupType" : "AutomaticDelayedStart" ,
"OriginalType" : "Automatic"
} ,
{
"Name" : "wuauserv" ,
2022-10-18 08:08:23 -05:00
"StartupType" : "Manual" ,
2023-05-09 13:14:27 -05:00
"OriginalType" : "Manual"
} ,
{
"Name" : "wudfsvc" ,
2023-07-15 10:42:11 -05:00
"StartupType" : "Manual" ,
"OriginalType" : "Manual"
2022-10-18 08:08:23 -05:00
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksTele" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Telemetry" ,
"Description" : "Disables Microsoft Telemetry. Note: This will lock many Edge Browser settings. Microsoft spies heavily on you when using the Edge browser." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a003_" ,
2022-10-18 08:08:23 -05:00
"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"
2023-10-19 17:12:55 -05:00
} ,
{
"Name" : "Microsoft\\Windows\\Application Experience\\MareBackup" ,
"State" : "Disabled" ,
"OriginalState" : "Enabled"
} ,
{
"Name" : "Microsoft\\Windows\\Application Experience\\StartupAppTask" ,
"State" : "Disabled" ,
"OriginalState" : "Enabled"
} ,
{
"Name" : "Microsoft\\Windows\\Application Experience\\PcaPatchDbTask" ,
"State" : "Disabled" ,
"OriginalState" : "Enabled"
} ,
{
"Name" : "Microsoft\\Windows\\Maps\\MapsUpdateTask" ,
"State" : "Disabled" ,
"OriginalState" : "Enabled"
2022-10-18 08:08:23 -05:00
}
] ,
"registry" : [
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection" ,
2023-09-23 14:10:03 -05:00
"Type" : "DWord" ,
"Value" : "0" ,
"Name" : "AllowTelemetry" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1"
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "AllowTelemetry" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "ContentDeliveryAllowed" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "OemPreInstalledAppsEnabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "PreInstalledAppsEnabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "PreInstalledAppsEverEnabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SilentInstalledAppsEnabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SubscribedContent-338387Enabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SubscribedContent-338388Enabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SubscribedContent-338389Enabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SubscribedContent-353698Enabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SystemPaneSuggestionsEnabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "DisableWindowsConsumerFeatures" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Siuf\\Rules" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "NumberOfSIUFInPeriod" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "DoNotShowFeedbackNotifications" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "DisableTailoredExperiencesWithDiagnosticData" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "DisabledByGroupPolicy" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "Disabled" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DeliveryOptimization\\Config" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "DODownloadMode" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Remote Assistance" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "fAllowToGetHelp" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\OperationStatusManager" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "EnthusiastMode" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "ShowTaskViewButton" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\People" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "PeopleBand" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "LaunchTo" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
2023-03-07 14:28:00 -06:00
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem" ,
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "LongPathsEnabled" ,
"Value" : "1" ,
"Type" : "DWord"
2023-03-07 14:28:00 -06:00
} ,
2022-10-18 08:08:23 -05:00
{
2023-05-09 13:14:27 -05:00
"_Comment" : "Driver searching is a function that should be left in" ,
2022-10-18 08:08:23 -05:00
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DriverSearching" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SearchOrderConfig" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SystemResponsiveness" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "NetworkThrottlingIndex" ,
"Value" : "4294967295" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-03-07 14:28:00 -06:00
"Path" : "HKCU:\\Control Panel\\Desktop" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "MenuShowDelay" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-03-07 14:28:00 -06:00
"Path" : "HKCU:\\Control Panel\\Desktop" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "AutoEndTasks" ,
"Value" : "1" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Memory Management" ,
2022-10-18 15:41:08 -05:00
"OriginalValue" : "0" ,
2023-09-23 14:10:03 -05:00
"Name" : "ClearPageFileAtShutdown" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SYSTEM\\ControlSet001\\Services\\Ndu" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "Start" ,
"Value" : "2" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-03-07 14:28:00 -06:00
"Path" : "HKCU:\\Control Panel\\Mouse" ,
2023-05-09 13:14:27 -05:00
"OriginalValue" : "400" ,
2023-09-23 14:10:03 -05:00
"Name" : "MouseHoverTime" ,
"Value" : "400" ,
"Type" : "String"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\LanmanServer\\Parameters" ,
2023-05-09 13:14:27 -05:00
"OriginalValue" : "20" ,
2023-09-23 14:10:03 -05:00
"Name" : "IRPStackSize" ,
"Value" : "30" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Windows Feeds" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "EnableFeeds" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Feeds" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "ShellFeedsTaskbarViewMode" ,
"Value" : "2" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "HideSCAMeetNow" ,
"Value" : "1" ,
"Type" : "DWord"
2023-03-07 14:28:00 -06:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile\\Tasks\\Games" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "GPU Priority" ,
"Value" : "8" ,
"Type" : "DWord"
2023-03-07 14:28:00 -06:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile\\Tasks\\Games" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "Priority" ,
"Value" : "6" ,
"Type" : "DWord"
2023-03-07 14:28:00 -06:00
} ,
{
"Path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Multimedia\\SystemProfile\\Tasks\\Games" ,
"OriginalValue" : "High" ,
2023-09-23 14:10:03 -05:00
"Name" : "Scheduling Category" ,
"Value" : "High" ,
"Type" : "String"
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
} ,
{
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\UserProfileEngagement" ,
"OriginalValue" : "1" ,
"Name" : "ScoobeSystemSettingEnabled" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
}
] ,
"InvokeScript" : [
2023-10-19 17:12:55 -05:00
"
b c d e d i t / s e t ` { c u r r e n t ` } b o o t m e n u p o l i c y L e g a c y | O u t - N u l l
2022-10-18 08:08:23 -05:00
I f ( ( g e t - I t e m P r o p e r t y - P a t h \ "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\" - N a m e C u r r e n t B u i l d ) . C u r r e n t B u i l d - l t 22557 ) {
$ t a s k m g r = S t a r t - P r o c e s s - W i n d o w S t y l e H i d d e n - F i l e P a t h t a s k m g r . e x e - P a s s T h r u
D o {
S t a r t - S l e e p - M i l l i s e c o n d s 100
$ p r e f e r e n c e s = G e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\TaskManager\" -Name \"Preferences\" - E r r o r A c t i o n S i l e n t l y C o n t i n u e
} U n t i l ( $ p r e f e r e n c e s )
S t o p - P r o c e s s $ t a s k m g r
$ p r e f e r e n c e s . P r e f e r e n c e s [ 28 ] = 0
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\TaskManager\" -Name \"Preferences\" - T y p e B i n a r y - V a l u e $ p r e f e r e n c e s . P r e f e r e n c e s
}
2023-10-19 17:12:55 -05:00
R e m o v e - I t e m - P a t h \ "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}\" - R e c u r s e - E r r o r A c t i o n S i l e n t l y C o n t i n u e
2022-10-18 08:08:23 -05:00
2023-12-19 14:10:35 -06:00
# F i x M a n a g e d b y y o u r o r g a n i z a t i o n i n E d g e i f r e g u s t r y p a t h e x i s t s t h e n r e m o v e i t
I f ( T e s t - P a t h \ "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge\" ) {
R e m o v e - I t e m - P a t h \ "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge\" - R e c u r s e - E r r o r A c t i o n S i l e n t l y C o n t i n u e
}
2022-10-18 08:08:23 -05:00
# G r o u p s v c h o s t . e x e p r o c e s s e s
$ r a m = ( G e t - C i m I n s t a n c e - C l a s s N a m e W i n 32 _ P h y s i c a l M e m o r y | M e a s u r e - O b j e c t - P r o p e r t y C a p a c i t y - S u m ) . S u m / 1 k b
S e t - I t e m P r o p e r t y - P a t h \ "HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name \"SvcHostSplitThresholdInKB\" - T y p e D W o r d - V a l u e $ r a m - F o r c e
$ a u t o L o g g e r D i r = \ "$env:PROGRAMDATA\\Microsoft\\Diagnosis\\ETLLogs\\AutoLogger\"
I f ( T e s t - P a t h \ "$autoLoggerDir\\AutoLogger-Diagtrack-Listener.etl\" ) {
R e m o v e - I t e m \ "$autoLoggerDir\\AutoLogger-Diagtrack-Listener.etl\"
}
2023-03-07 14:28:00 -06:00
i c a c l s $ a u t o L o g g e r D i r / d e n y S Y S T E M : ` ( O I ` ) ` ( C I ` ) F | O u t - N u l l
2023-10-19 17:12:55 -05:00
# D i s a b l e D e f e n d e r A u t o S a m p l e S u b m i s s i o n
S e t - M p P r e f e r e n c e - S u b m i t S a m p l e s C o n s e n t 2 - E r r o r A c t i o n S i l e n t l y C o n t i n u e | O u t - N u l l
2023-03-07 14:28:00 -06:00
"
2022-10-18 08:08:23 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksWifi" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Wifi-Sense" ,
"Description" : "Wifi Sense is a spying service that phones home all nearby scanned wifi networks and your current geo location." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a004_" ,
2022-10-18 08:08:23 -05:00
"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"
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksUTC" : {
2024-02-02 16:22:08 -06:00
"Content" : "Set Time to UTC (Dual Boot)" ,
"Description" : "Essential for computers that are dual booting. Fixes the time sync with Linux Systems." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a022_" ,
2022-10-18 08:08:23 -05:00
"registry" : [
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation" ,
"Name" : "RealTimeIsUniversal" ,
"Type" : "DWord" ,
"Value" : "1" ,
"OriginalValue" : "0"
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDisplay" : {
2024-02-02 16:22:08 -06:00
"Content" : "Set Display for Performance" ,
"Description" : "Sets the system preferences to performance. You can do this manually with sysdm.cpl as well." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a021_" ,
2022-10-18 08:08:23 -05:00
"registry" : [
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Control Panel\\Desktop" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "DragFullWindows" ,
"Value" : "0" ,
"Type" : "String"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Control Panel\\Desktop" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "MenuShowDelay" ,
"Value" : "200" ,
"Type" : "String"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Control Panel\\Desktop\\WindowMetrics" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "MinAnimate" ,
"Value" : "0" ,
"Type" : "String"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Control Panel\\Keyboard" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "KeyboardDelay" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "ListviewAlphaSelect" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "ListviewShadow" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "TaskbarAnimations" ,
"Value" : "0" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\VisualEffects" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "VisualFXSetting" ,
"Value" : "3" ,
"Type" : "DWord"
2022-10-18 08:08:23 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\DWM" ,
2022-10-18 08:08:23 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "EnableAeroPeek" ,
"Value" : "0" ,
"Type" : "DWord"
2023-09-07 14:37:27 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
2023-09-07 14:37:27 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "TaskbarMn" ,
"Value" : "0" ,
"Type" : "DWord"
2023-09-07 14:37:27 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
2023-09-07 14:37:27 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "TaskbarDa" ,
"Value" : "0" ,
"Type" : "DWord"
2023-09-07 14:37:27 -05:00
} ,
{
2023-10-19 17:12:55 -05:00
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ,
2023-09-07 14:37:27 -05:00
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "ShowTaskViewButton" ,
"Value" : "0" ,
"Type" : "DWord"
2023-09-07 14:37:27 -05:00
} ,
{
"Path" : "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search" ,
"OriginalValue" : "1" ,
2023-09-23 14:10:03 -05:00
"Name" : "SearchboxTaskbarMode" ,
"Value" : "0" ,
"Type" : "DWord"
2023-09-13 19:16:33 -05:00
}
2022-10-18 08:08:23 -05:00
] ,
"InvokeScript" : [
"Set-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"UserPreferencesMask\" -Type Binary -Value ([byte[]](144,18,3,128,16,0,0,0))"
2023-07-13 15:46:00 -05:00
] ,
"UndoScript" : [
"Remove-ItemProperty -Path \"HKCU:\\Control Panel\\Desktop\" -Name \"UserPreferencesMask\""
2022-10-18 08:08:23 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDeBloat" : {
2024-02-02 16:22:08 -06:00
"Content" : "Remove ALL MS Store Apps - NOT RECOMMENDED" ,
"Description" : "USE WITH CAUTION!!!!! This will remove ALL Microsoft store apps other than the essentials to make winget work. Games installed by MS Store ARE INCLUDED!" ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a025_" ,
2022-10-18 08:08:23 -05:00
"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*"
2023-03-07 14:28:00 -06:00
] ,
"InvokeScript" : [
"
$ T e a m s P a t h = [ S y s t e m . I O . P a t h ] : : C o m b i n e ( $ e n v : L O C A L A P P D A T A , ' M i c r o s o f t ' , ' T e a m s ' )
$ T e a m s U p d a t e E x e P a t h = [ S y s t e m . I O . P a t h ] : : C o m b i n e ( $ T e a m s P a t h , ' U p d a t e . e x e ' )
2023-10-19 17:12:55 -05:00
2023-03-07 14:28:00 -06:00
W r i t e - H o s t \ "Stopping Teams process...\"
S t o p - P r o c e s s - N a m e \ "*teams*\" - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e
2023-10-19 17:12:55 -05:00
2023-03-07 14:28:00 -06:00
W r i t e - H o s t \ "Uninstalling Teams from AppData\\Microsoft\\Teams\"
i f ( [ S y s t e m . I O . F i l e ] : : E x i s t s ( $ T e a m s U p d a t e E x e P a t h ) ) {
# U n i n s t a l l a p p
$ p r o c = S t a r t - P r o c e s s $ T e a m s U p d a t e E x e P a t h \ "-uninstall -s\" - P a s s T h r u
$ p r o c . W a i t F o r E x i t ( )
}
2023-10-19 17:12:55 -05:00
2023-03-07 14:28:00 -06:00
W r i t e - H o s t \ "Removing Teams AppxPackage...\"
G e t - A p p x P a c k a g e \ "*Teams*\" | R e m o v e - A p p x P a c k a g e - E r r o r A c t i o n S i l e n t l y C o n t i n u e
G e t - A p p x P a c k a g e \ "*Teams*\" - A l l U s e r s | R e m o v e - A p p x P a c k a g e - A l l U s e r s - E r r o r A c t i o n S i l e n t l y C o n t i n u e
2023-10-19 17:12:55 -05:00
2023-03-07 14:28:00 -06:00
W r i t e - H o s t \ "Deleting Teams directory\"
i f ( [ S y s t e m . I O . D i r e c t o r y ] : : E x i s t s ( $ T e a m s P a t h ) ) {
R e m o v e - I t e m $ T e a m s P a t h - F o r c e - R e c u r s e - E r r o r A c t i o n S i l e n t l y C o n t i n u e
}
2023-10-19 17:12:55 -05:00
2023-03-07 14:28:00 -06:00
W r i t e - H o s t \ "Deleting Teams uninstall registry key\"
# U n i n s t a l l f r o m U n i n s t a l l r e g i s t r y k e y U n i n s t a l l S t r i n g
$ u s = ( G e t - C h i l d I t e m - P a t h H K L M : \ \ S O F T W A R E \ \ M i c r o s o f t \ \ W i n d o w s \ \ C u r r e n t V e r s i o n \ \ U n i n s t a l l , H K L M : \ \ S O F T W A R E \ \ W o w 6432 N o d e \ \ M i c r o s o f t \ \ W i n d o w s \ \ C u r r e n t V e r s i o n \ \ U n i n s t a l l | G e t - I t e m P r o p e r t y | W h e r e - O b j e c t { $ _ . D i s p l a y N a m e - l i k e ' * T e a m s * ' } ) . U n i n s t a l l S t r i n g
i f ( $ u s . L e n g t h - g t 0 ) {
$ u s = ( $ u s . R e p l a c e ( ' / I ' , ' / u n i n s t a l l ' ) + ' / q u i e t ' ) . R e p l a c e ( ' ' , ' ' )
$ F i l e P a t h = ( $ u s . S u b s t r i n g ( 0 , $ u s . I n d e x O f ( ' . e x e ' ) + 4 ) . T r i m ( ) )
$ P r o c e s s A r g s = ( $ u s . S u b s t r i n g ( $ u s . I n d e x O f ( ' . e x e ' ) + 5 ) . T r i m ( ) . r e p l a c e ( ' ' , ' ' ) )
$ p r o c = S t a r t - P r o c e s s - F i l e P a t h $ F i l e P a t h - A r g s $ P r o c e s s A r g s - P a s s T h r u
$ p r o c . W a i t F o r E x i t ( )
}
"
2022-10-18 08:08:23 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksRestorePoint" : {
2024-02-02 16:22:08 -06:00
"Content" : "Create Restore Point" ,
"Description" : "Creates a restore point at runtime in case a revert is needed from WinUtil modifications" ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Checked" : "True" ,
"Order" : "a001_" ,
Test 2024 01 03 (#1384)
* Increase performance during loading. (#1348)
* Increase performance during loading.
Add a clear button to the search box.
Add link and description attributes to the applications JSON.
Use the link for linking to the app website.
Use the description as a tooltip for each app.
Add a clickable link to the website for each application (this took a long time; don't kick me if I got some wrong).
Pressing Escape now clears the filter box.
Pressing Alt-P prints your PID.
* Fix for services that are being stopped
* Compile winutil
* Adding new Get-LocalizedYesNo based on choice.exe which is faster and more reliable, thank you @dtm-r for implementing it and testing it on English, German, Dutch, French, Italian, Spansich and Russian. Incredible work by @dtm-r, all cridit and props go to him.
See this thread for details https://github.com/ChrisTitusTech/winutil/issues/1324
* Added error-checking logic for mounting ISOs and also created a wiki page that explains some of the errors.
---------
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Custom save targets for MicroWin ISOs (#1346)
* Workaround for Explorer freezes
Some people have reported that setting the Event Log service to Automatic and starting it can (temporarily) fix Explorer freezes.
This change detects whether the next service in the list is "EventLog" and skips it
* Allow user to save MicroWin ISOs anywhere
Adds a SaveFileDialog component to let the user specify the location of the MicroWin ISO and uses it during creation with oscdimg.
(It uses a Process object from System.Diagnostics because I couldn't get it to work with Start-Process)
* Removed temporary workaround
Removed my version of the workaround in favor of the version from @KonTy (merge PR #1348 first)
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Highly anticipated fix for small screens (#1358)
* Increase performance during loading.
Add a clear button to the search box.
Add link and description attributes to the applications JSON.
Use the link for linking to the app website.
Use the description as a tooltip for each app.
Add a clickable link to the website for each application (this took a long time; don't kick me if I got some wrong).
Pressing Escape now clears the filter box.
Pressing Alt-P prints your PID.
* Fix for services that are being stopped
* Compile winutil
* Adding new Get-LocalizedYesNo based on choice.exe which is faster and more reliable, thank you @dtm-r for implementing it and testing it on English, German, Dutch, French, Italian, Spansich and Russian. Incredible work by @dtm-r, all cridit and props go to him.
See this thread for details https://github.com/ChrisTitusTech/winutil/issues/1324
* Added error-checking logic for mounting ISOs and also created a wiki page that explains some of the errors.
* Highly anticipated fix for small screen computers
---------
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Winutil take a long time to create iso file and goes to sleep, this fixes that issue #1343 (#1371)
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Create .gitattributes
* Update .gitattributes
* add winget ventoy package (#1374)
* add winget ventoy package
* convert applications.json to utf-8
* update applications.json again
* Compile Winutil
* Update applications.json
fix encoding
* Compile Winutil
* Fix Encoding and Bad Symbols
* Compile Winutil
* feat: Add more software choices (#1379)
* Compile Winutil
* Update configs.Tests.ps1
* Update winutil.Tests.ps1
* Update applications.json
* Compile Winutil
* Update applications.json
* Compile Winutil
* Update applications.json
* Compile Winutil
* fix functions for unit tests
* Compile Winutil
* Update Invoke-MicroWin-Helper.ps1
* Compile Winutil
* fix name WPF Close Button
* Update inputXML.xaml
* Compile Winutil
* my bad that wasnt it
* modify unit test for stop on error
* Compile Winutil
* Update unittests.yaml
* Create test
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Compile Winutil
* Make restore points optional, enabled by default (#1380)
* Make restore points optional, enabled by default
* Tweaks order fix if restorepoint is checked
* Compile Winutil
* update unit tests
* Compile Winutil
* Update unittests.yaml
* Update unittests.yaml
* Update winutil.Tests.ps1
* tests
* Compile Winutil
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* fix unit test
* Update winutil.Tests.ps1
* rewrite all pester test for winutil
* Compile Winutil
* fix handle is invalid error
* final unit test
---------
Co-authored-by: KonTy <9524513+KonTy@users.noreply.github.com>
Co-authored-by: KonTy <KonTy@github.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Munkk <152475628+munkk01@users.noreply.github.com>
Co-authored-by: Kiril Vasilev <Kiril.v92@gmail.com>
2024-01-12 00:34:41 -06:00
"InvokeScript" : [
"
# C h e c k i f t h e u s e r h a s a d m i n i s t r a t i v e p r i v i l e g e s
i f ( - N o t ( [ S e c u r i t y . P r i n c i p a l . W i n d o w s P r i n c i p a l ] [ S e c u r i t y . P r i n c i p a l . W i n d o w s I d e n t i t y ] : : G e t C u r r e n t ( ) ) . I s I n R o l e ( [ S e c u r i t y . P r i n c i p a l . W i n d o w s B u i l t I n R o l e ] : : A d m i n i s t r a t o r ) ) {
W r i t e - H o s t \ "Please run this script as an administrator.\"
r e t u r n
}
# C h e c k i f S y s t e m R e s t o r e i s e n a b l e d f o r t h e m a i n d r i v e
t r y {
# T r y g e t t i n g r e s t o r e p o i n t s t o c h e c k i f S y s t e m R e s t o r e i s e n a b l e d
E n a b l e - C o m p u t e r R e s t o r e - D r i v e \ "$env:SystemDrive\"
} c a t c h {
W r i t e - H o s t \ "An error occurred while enabling System Restore: $_\"
}
# C h e c k i f t h e S y s t e m R e s t o r e P o i n t C r e a t i o n F r e q u e n c y v a l u e e x i s t s
$ e x i s t s = G e t - I t e m P r o p e r t y - p a t h \ "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SystemRestore\" -Name \"SystemRestorePointCreationFrequency\" - E r r o r A c t i o n S i l e n t l y C o n t i n u e
i f ( $ null - e q $ e x i s t s ) {
w r i t e - h o s t ' C h a n g i n g s y s t e m t o a l l o w m u l t i p l e r e s t o r e p o i n t s p e r d a y '
S e t - I t e m P r o p e r t y - P a t h \ "HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SystemRestore\" -Name \"SystemRestorePointCreationFrequency\" -Value \"0\" - T y p e D W o r d - F o r c e - E r r o r A c t i o n S t o p | O u t - N u l l
}
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
# A t t e m p t t o l o a d t h e r e q u i r e d m o d u l e f o r G e t - C o m p u t e r R e s t o r e P o i n t
t r y {
I m p o r t - M o d u l e M i c r o s o f t . P o w e r S h e l l . M a n a g e m e n t - E r r o r A c t i o n S t o p
} c a t c h {
W r i t e - H o s t \ "Failed to load the Microsoft.PowerShell.Management module: $_\"
r e t u r n
}
Test 2024 01 03 (#1384)
* Increase performance during loading. (#1348)
* Increase performance during loading.
Add a clear button to the search box.
Add link and description attributes to the applications JSON.
Use the link for linking to the app website.
Use the description as a tooltip for each app.
Add a clickable link to the website for each application (this took a long time; don't kick me if I got some wrong).
Pressing Escape now clears the filter box.
Pressing Alt-P prints your PID.
* Fix for services that are being stopped
* Compile winutil
* Adding new Get-LocalizedYesNo based on choice.exe which is faster and more reliable, thank you @dtm-r for implementing it and testing it on English, German, Dutch, French, Italian, Spansich and Russian. Incredible work by @dtm-r, all cridit and props go to him.
See this thread for details https://github.com/ChrisTitusTech/winutil/issues/1324
* Added error-checking logic for mounting ISOs and also created a wiki page that explains some of the errors.
---------
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Custom save targets for MicroWin ISOs (#1346)
* Workaround for Explorer freezes
Some people have reported that setting the Event Log service to Automatic and starting it can (temporarily) fix Explorer freezes.
This change detects whether the next service in the list is "EventLog" and skips it
* Allow user to save MicroWin ISOs anywhere
Adds a SaveFileDialog component to let the user specify the location of the MicroWin ISO and uses it during creation with oscdimg.
(It uses a Process object from System.Diagnostics because I couldn't get it to work with Start-Process)
* Removed temporary workaround
Removed my version of the workaround in favor of the version from @KonTy (merge PR #1348 first)
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Highly anticipated fix for small screens (#1358)
* Increase performance during loading.
Add a clear button to the search box.
Add link and description attributes to the applications JSON.
Use the link for linking to the app website.
Use the description as a tooltip for each app.
Add a clickable link to the website for each application (this took a long time; don't kick me if I got some wrong).
Pressing Escape now clears the filter box.
Pressing Alt-P prints your PID.
* Fix for services that are being stopped
* Compile winutil
* Adding new Get-LocalizedYesNo based on choice.exe which is faster and more reliable, thank you @dtm-r for implementing it and testing it on English, German, Dutch, French, Italian, Spansich and Russian. Incredible work by @dtm-r, all cridit and props go to him.
See this thread for details https://github.com/ChrisTitusTech/winutil/issues/1324
* Added error-checking logic for mounting ISOs and also created a wiki page that explains some of the errors.
* Highly anticipated fix for small screen computers
---------
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Winutil take a long time to create iso file and goes to sleep, this fixes that issue #1343 (#1371)
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Create .gitattributes
* Update .gitattributes
* add winget ventoy package (#1374)
* add winget ventoy package
* convert applications.json to utf-8
* update applications.json again
* Compile Winutil
* Update applications.json
fix encoding
* Compile Winutil
* Fix Encoding and Bad Symbols
* Compile Winutil
* feat: Add more software choices (#1379)
* Compile Winutil
* Update configs.Tests.ps1
* Update winutil.Tests.ps1
* Update applications.json
* Compile Winutil
* Update applications.json
* Compile Winutil
* Update applications.json
* Compile Winutil
* fix functions for unit tests
* Compile Winutil
* Update Invoke-MicroWin-Helper.ps1
* Compile Winutil
* fix name WPF Close Button
* Update inputXML.xaml
* Compile Winutil
* my bad that wasnt it
* modify unit test for stop on error
* Compile Winutil
* Update unittests.yaml
* Create test
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Compile Winutil
* Make restore points optional, enabled by default (#1380)
* Make restore points optional, enabled by default
* Tweaks order fix if restorepoint is checked
* Compile Winutil
* update unit tests
* Compile Winutil
* Update unittests.yaml
* Update unittests.yaml
* Update winutil.Tests.ps1
* tests
* Compile Winutil
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* fix unit test
* Update winutil.Tests.ps1
* rewrite all pester test for winutil
* Compile Winutil
* fix handle is invalid error
* final unit test
---------
Co-authored-by: KonTy <9524513+KonTy@users.noreply.github.com>
Co-authored-by: KonTy <KonTy@github.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Munkk <152475628+munkk01@users.noreply.github.com>
Co-authored-by: Kiril Vasilev <Kiril.v92@gmail.com>
2024-01-12 00:34:41 -06:00
# G e t a l l t h e r e s t o r e p o i n t s f o r t h e c u r r e n t d a y
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
t r y {
$ e x i s t i n g R e s t o r e P o i n t s = G e t - C o m p u t e r R e s t o r e P o i n t | W h e r e - O b j e c t { $ _ . C r e a t i o n T i m e . D a t e - e q ( G e t - D a t e ) . D a t e }
} c a t c h {
W r i t e - H o s t \ "Failed to retrieve restore points: $_\"
r e t u r n
}
Test 2024 01 03 (#1384)
* Increase performance during loading. (#1348)
* Increase performance during loading.
Add a clear button to the search box.
Add link and description attributes to the applications JSON.
Use the link for linking to the app website.
Use the description as a tooltip for each app.
Add a clickable link to the website for each application (this took a long time; don't kick me if I got some wrong).
Pressing Escape now clears the filter box.
Pressing Alt-P prints your PID.
* Fix for services that are being stopped
* Compile winutil
* Adding new Get-LocalizedYesNo based on choice.exe which is faster and more reliable, thank you @dtm-r for implementing it and testing it on English, German, Dutch, French, Italian, Spansich and Russian. Incredible work by @dtm-r, all cridit and props go to him.
See this thread for details https://github.com/ChrisTitusTech/winutil/issues/1324
* Added error-checking logic for mounting ISOs and also created a wiki page that explains some of the errors.
---------
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Custom save targets for MicroWin ISOs (#1346)
* Workaround for Explorer freezes
Some people have reported that setting the Event Log service to Automatic and starting it can (temporarily) fix Explorer freezes.
This change detects whether the next service in the list is "EventLog" and skips it
* Allow user to save MicroWin ISOs anywhere
Adds a SaveFileDialog component to let the user specify the location of the MicroWin ISO and uses it during creation with oscdimg.
(It uses a Process object from System.Diagnostics because I couldn't get it to work with Start-Process)
* Removed temporary workaround
Removed my version of the workaround in favor of the version from @KonTy (merge PR #1348 first)
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Highly anticipated fix for small screens (#1358)
* Increase performance during loading.
Add a clear button to the search box.
Add link and description attributes to the applications JSON.
Use the link for linking to the app website.
Use the description as a tooltip for each app.
Add a clickable link to the website for each application (this took a long time; don't kick me if I got some wrong).
Pressing Escape now clears the filter box.
Pressing Alt-P prints your PID.
* Fix for services that are being stopped
* Compile winutil
* Adding new Get-LocalizedYesNo based on choice.exe which is faster and more reliable, thank you @dtm-r for implementing it and testing it on English, German, Dutch, French, Italian, Spansich and Russian. Incredible work by @dtm-r, all cridit and props go to him.
See this thread for details https://github.com/ChrisTitusTech/winutil/issues/1324
* Added error-checking logic for mounting ISOs and also created a wiki page that explains some of the errors.
* Highly anticipated fix for small screen computers
---------
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Winutil take a long time to create iso file and goes to sleep, this fixes that issue #1343 (#1371)
Co-authored-by: KonTy <KonTy@github.com>
* Compile Winutil
* Create .gitattributes
* Update .gitattributes
* add winget ventoy package (#1374)
* add winget ventoy package
* convert applications.json to utf-8
* update applications.json again
* Compile Winutil
* Update applications.json
fix encoding
* Compile Winutil
* Fix Encoding and Bad Symbols
* Compile Winutil
* feat: Add more software choices (#1379)
* Compile Winutil
* Update configs.Tests.ps1
* Update winutil.Tests.ps1
* Update applications.json
* Compile Winutil
* Update applications.json
* Compile Winutil
* Update applications.json
* Compile Winutil
* fix functions for unit tests
* Compile Winutil
* Update Invoke-MicroWin-Helper.ps1
* Compile Winutil
* fix name WPF Close Button
* Update inputXML.xaml
* Compile Winutil
* my bad that wasnt it
* modify unit test for stop on error
* Compile Winutil
* Update unittests.yaml
* Create test
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* Compile Winutil
* Make restore points optional, enabled by default (#1380)
* Make restore points optional, enabled by default
* Tweaks order fix if restorepoint is checked
* Compile Winutil
* update unit tests
* Compile Winutil
* Update unittests.yaml
* Update unittests.yaml
* Update winutil.Tests.ps1
* tests
* Compile Winutil
* Update unittests.yaml
* Update unittests.yaml
* Update unittests.yaml
* fix unit test
* Update winutil.Tests.ps1
* rewrite all pester test for winutil
* Compile Winutil
* fix handle is invalid error
* final unit test
---------
Co-authored-by: KonTy <9524513+KonTy@users.noreply.github.com>
Co-authored-by: KonTy <KonTy@github.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Munkk <152475628+munkk01@users.noreply.github.com>
Co-authored-by: Kiril Vasilev <Kiril.v92@gmail.com>
2024-01-12 00:34:41 -06:00
# C h e c k i f t h e r e i s a l r e a d y a r e s t o r e p o i n t c r e a t e d t o d a y
i f ( $ e x i s t i n g R e s t o r e P o i n t s . C o u n t - e q 0 ) {
$ d e s c r i p t i o n = \ "System Restore Point created by WinUtil\"
C h e c k p o i n t - C o m p u t e r - D e s c r i p t i o n $ d e s c r i p t i o n - R e s t o r e P o i n t T y p e \ "MODIFY_SETTINGS\"
W r i t e - H o s t - F o r e g r o u n d C o l o r G r e e n \ "System Restore Point Created Successfully\"
}
"
]
} ,
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"WPFTweaksEndTaskOnTaskbar" : {
"Content" : "Enable End Task With Right Click" ,
"Description" : "Enables option to end task when right clicking a program in the taskbar" ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a002_" ,
"InvokeScript" : [
"
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"1\"
"
] ,
"UndoScript" : [
"
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"0\"
"
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksOO" : {
2024-02-02 16:22:08 -06:00
"Content" : "Run OO Shutup" ,
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"Description" : "Runs OO Shutup and applies the recommended Tweaks. https://www.oo-software.com/en/shutup10" ,
2024-02-02 16:22:08 -06:00
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a002_" ,
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"ToolTip" : "Runs OO Shutup and applies the recommended Tweaks https://www.oo-software.com/en/shutup10" ,
2022-10-18 08:08:23 -05:00
"InvokeScript" : [
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"Invoke-WPFOOSU -action \"recommended\""
] ,
"UndoScript" : [
"Invoke-WPFOOSU -action \"undo\""
2022-10-18 08:08:23 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksStorage" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Storage Sense" ,
"Description" : "Storage Sense deletes temp files automatically." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a010_" ,
2022-10-18 08:08:23 -05:00
"InvokeScript" : [
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"Set-ItemProperty -Path \"HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy\" -Name \"01\" -Value 0 -Type Dword -Force"
2023-10-19 17:12:55 -05:00
] ,
2023-07-13 15:46:00 -05:00
"UndoScript" : [
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"Set-ItemProperty -Path \"HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy\" -Name \"01\" -Value 1 -Type Dword -Force"
2022-10-18 08:08:23 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksRemoveEdge" : {
2024-02-02 16:22:08 -06:00
"Content" : "Remove Microsoft Edge - NOT RECOMMENDED" ,
"Description" : "Removes MS Edge when it gets reinstalled by updates." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a026_" ,
2022-10-23 00:12:07 -05:00
"InvokeScript" : [
2023-10-19 17:12:55 -05:00
"
2023-08-02 19:43:52 -05:00
# : : S t a n d a l o n e s c r i p t b y A v e Y o S o u r c e : h t t p s : //raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat
2023-05-16 09:58:46 -05:00
2023-10-19 17:12:55 -05:00
c u r l . e x e - s \ "https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" - o $ E N V : t e m p \ \ e d g e r e m o v a l . b a t
2023-07-20 15:39:49 -05:00
S t a r t - P r o c e s s $ E N V : t e m p \ \ e d g e r e m o v a l . b a t
2023-05-16 09:58:46 -05:00
"
2023-07-13 15:46:00 -05:00
] ,
"UndoScript" : [
2023-09-13 17:30:56 -05:00
"
W r i t e - H o s t \ "Install Microsoft Edge\"
S t a r t - P r o c e s s - F i l e P a t h w i n g e t - A r g u m e n t L i s t \ "install -e --accept-source-agreements --accept-package-agreements --silent Microsoft.Edge \" - N o N e w W i n d o w - W a i t
"
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksRemoveOnedrive" : {
2024-02-02 16:22:08 -06:00
"Content" : "Remove OneDrive" ,
"Description" : "Copies OneDrive files to Default Home Folders and Uninstalls it." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a027_" ,
2023-09-13 17:30:56 -05:00
"InvokeScript" : [
"
2023-10-19 17:12:55 -05:00
2023-09-13 17:30:56 -05:00
W r i t e - H o s t \ "Kill OneDrive process\"
t a s k k i l l . e x e / F / I M \ "OneDrive.exe\"
t a s k k i l l . e x e / F / I M \ "explorer.exe\"
W r i t e - H o s t \ "Copy all OneDrive to Root UserProfile\"
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
S t a r t - P r o c e s s - F i l e P a t h p o w e r s h e l l - A r g u m e n t L i s t \ "robocopy '$($env:USERPROFILE.TrimEnd())\\OneDrive' '$($env:USERPROFILE.TrimEnd())\\' /e /xj\" - N o N e w W i n d o w - W a i t
2023-09-13 17:30:56 -05:00
W r i t e - H o s t \ "Remove OneDrive\"
S t a r t - P r o c e s s - F i l e P a t h w i n g e t - A r g u m e n t L i s t \ "uninstall -e --purge --force --silent Microsoft.OneDrive \" - N o N e w W i n d o w - W a i t
W r i t e - H o s t \ "Removing OneDrive leftovers\"
R e m o v e - I t e m - R e c u r s e - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e \ "$env:localappdata\\Microsoft\\OneDrive\"
2024-03-21 18:23:24 -05:00
R e m o v e - I t e m - R e c u r s e - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e \ "$env:localappdata\\OneDrive\"
2023-09-13 17:30:56 -05:00
R e m o v e - I t e m - R e c u r s e - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e \ "$env:programdata\\Microsoft OneDrive\"
R e m o v e - I t e m - R e c u r s e - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e \ "$env:systemdrive\\OneDriveTemp\"
# c h e c k i f d i r e c t o r y i s e m p t y b e f o r e r e m o v i n g :
I f ( ( G e t - C h i l d I t e m \ "$env:userprofile\\OneDrive\" - R e c u r s e | M e a s u r e - O b j e c t ) . C o u n t - e q 0 ) {
R e m o v e - I t e m - R e c u r s e - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e \ "$env:userprofile\\OneDrive\"
}
W r i t e - H o s t \ "Remove Onedrive from explorer sidebar\"
S e t - I t e m P r o p e r t y - P a t h \ "HKCR:\\CLSID\\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\" -Name \"System.IsPinnedToNameSpaceTree\" - V a l u e 0
S e t - I t e m P r o p e r t y - P a t h \ "HKCR:\\Wow6432Node\\CLSID\\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\" -Name \"System.IsPinnedToNameSpaceTree\" - V a l u e 0
W r i t e - H o s t \ "Removing run hook for new users\"
r e g l o a d \ "hku\\Default\" \"C:\\Users\\Default\\NTUSER.DAT\"
r e g d e l e t e \ "HKEY_USERS\\Default\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\" /v \"OneDriveSetup\" / f
r e g u n l o a d \ "hku\\Default\"
W r i t e - H o s t \ "Removing startmenu entry\"
R e m o v e - I t e m - F o r c e - E r r o r A c t i o n S i l e n t l y C o n t i n u e \ "$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\OneDrive.lnk\"
W r i t e - H o s t \ "Removing scheduled task\"
G e t - S c h e d u l e d T a s k - T a s k P a t h ' \ \ ' - T a s k N a m e ' O n e D r i v e * ' - e a S i l e n t l y C o n t i n u e | U n r e g i s t e r - S c h e d u l e d T a s k - C o n f i r m : $ false
# A d d S h e l l f o l d e r s r e s t o r i n g d e f a u l t l o c a t i o n s
W r i t e - H o s t \ "Shell Fixing\"
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"AppData\" -Value \"$env:userprofile\\AppData\\Roaming\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Cache\" -Value \"$env:userprofile\\AppData\\Local\\Microsoft\\Windows\\INetCache\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Cookies\" -Value \"$env:userprofile\\AppData\\Local\\Microsoft\\Windows\\INetCookies\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Favorites\" -Value \"$env:userprofile\\Favorites\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"History\" -Value \"$env:userprofile\\AppData\\Local\\Microsoft\\Windows\\History\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Local AppData\" -Value \"$env:userprofile\\AppData\\Local\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"My Music\" -Value \"$env:userprofile\\Music\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"My Video\" -Value \"$env:userprofile\\Videos\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"NetHood\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Network Shortcuts\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"PrintHood\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Printer Shortcuts\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Programs\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Recent\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Recent\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"SendTo\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\SendTo\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Start Menu\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Startup\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Templates\" -Value \"$env:userprofile\\AppData\\Roaming\\Microsoft\\Windows\\Templates\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"{374DE290-123F-4565-9164-39C4925E467B}\" -Value \"$env:userprofile\\Downloads\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Desktop\" -Value \"$env:userprofile\\Desktop\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"My Pictures\" -Value \"$env:userprofile\\Pictures\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"Personal\" -Value \"$env:userprofile\\Documents\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"{F42EE2D3-909F-4907-8871-4C22FC0BF756}\" -Value \"$env:userprofile\\Documents\" - T y p e E x p a n d S t r i n g
S e t - I t e m P r o p e r t y - P a t h \ "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" -Name \"{0DDD015D-B06C-45D5-8C4C-F59713854639}\" -Value \"$env:userprofile\\Pictures\" - T y p e E x p a n d S t r i n g
W r i t e - H o s t \ "Restarting explorer\"
S t a r t - P r o c e s s \ "explorer.exe\"
W r i t e - H o s t \ "Waiting for explorer to complete loading\"
W r i t e - H o s t \ "Please Note - OneDrive folder may still have items in it. You must manually delete it, but all the files should already be copied to the base user folder.\"
S t a r t - S l e e p 5
"
] ,
"UndoScript" : [
"
W r i t e - H o s t \ "Install OneDrive\"
S t a r t - P r o c e s s - F i l e P a t h w i n g e t - A r g u m e n t L i s t \ "install -e --accept-source-agreements --accept-package-agreements --silent Microsoft.OneDrive \" - N o N e w W i n d o w - W a i t
"
2022-10-23 00:12:07 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDisableNotifications" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Notification Tray/Calendar" ,
"Description" : "Disables all Notifications INCLUDING Calendar" ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a024_" ,
2023-03-07 14:28:00 -06:00
"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"
}
2022-10-23 00:12:07 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksRightClickMenu" : {
2024-02-02 16:22:08 -06:00
"Content" : "Set Classic Right-Click Menu " ,
"Description" : "Great Windows 11 tweak to bring back good context menus when right clicking things in explorer." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a028_" ,
2022-10-23 00:12:07 -05:00
"InvokeScript" : [
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"
N e w - I t e m - P a t h \ "HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" -Name \"InprocServer32\" -force -value \"\"
W r i t e - H o s t R e s t a r t i n g e x p l o r e r . e x e . . .
$ p r o c e s s = G e t - P r o c e s s - N a m e \ "explorer\"
S t o p - P r o c e s s - I n p u t O b j e c t $ p r o c e s s
"
2023-07-13 15:46:00 -05:00
] ,
"UndoScript" : [
"
R e m o v e - I t e m - P a t h \ "HKCU:\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\" - R e c u r s e - C o n f i r m : $ false - F o r c e
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
# R e s t a r t i n g E x p l o r e r i n t h e U n d o S c r i p t m i g h t n o t b e n e c e s s a r y , a s t h e R e g i s t r y c h a n g e w i t h o u t r e s t a r t i n g E x p l o r e r d o e s w o r k , b u t j u s t t o m a k e s u r e .
W r i t e - H o s t R e s t a r t i n g e x p l o r e r . e x e . . .
$ p r o c e s s = G e t - P r o c e s s - N a m e \ "explorer\"
S t o p - P r o c e s s - I n p u t O b j e c t $ p r o c e s s
2023-07-13 15:46:00 -05:00
"
2022-10-23 00:12:07 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDiskCleanup" : {
2024-02-02 16:22:08 -06:00
"Content" : "Run Disk Cleanup" ,
"Description" : "Runs Disk Cleanup on Drive C: and removes old Windows Updates." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a007_" ,
2022-10-23 00:12:07 -05:00
"InvokeScript" : [
2023-07-27 16:06:41 -05:00
"
c l e a n m g r . e x e / d C : / V E R Y L O W D I S K
D i s m . e x e / o n l i n e / C l e a n u p - I m a g e / S t a r t C o m p o n e n t C l e a n u p / R e s e t B a s e
"
2022-10-23 00:12:07 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDeleteTempFiles" : {
2024-02-02 16:22:08 -06:00
"Content" : "Delete Temporary Files" ,
"Description" : "Erases TEMP Folders" ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a006_" ,
2022-10-23 00:12:07 -05:00
"InvokeScript" : [
"Get-ChildItem -Path \"C:\\Windows\\Temp\" * . * - R e c u r s e | R e m o v e - I t e m - F o r c e - R e c u r s e
G e t - C h i l d I t e m - P a t h $ e n v : T E M P * . * - R e c u r s e | R e m o v e - I t e m - F o r c e - R e c u r s e "
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDVR" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable GameDVR" ,
"Description" : "GameDVR is a Windows App that is a dependency for some Store Games. I've never met someone that likes it, but it's there for the XBOX crowd." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a012_" ,
2023-03-07 14:28:00 -06:00
"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"
2023-07-27 16:06:41 -05:00
} ,
2023-03-07 14:28:00 -06:00
{
"Path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\GameDVR" ,
"Name" : "AllowGameDVR" ,
"Value" : "0" ,
"OriginalValue" : "1" ,
"Type" : "DWord"
}
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksTeredo" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable Teredo" ,
"Description" : "Teredo network tunneling is a ipv6 feature that can cause additional latency." ,
"category" : "Essential Tweaks" ,
"panel" : "1" ,
"Order" : "a029_" ,
"Order" : "a013_" ,
2023-12-19 14:10:35 -06:00
"registry" : [
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters" ,
"Name" : "DisabledComponents" ,
"Value" : "1" ,
"OriginalValue" : "0" ,
"Type" : "DWord"
}
] ,
"InvokeScript" : [
"netsh interface teredo set state disabled"
] ,
"UndoScript" : [
"netsh interface teredo set state default"
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksDisableipsix" : {
2024-02-02 16:22:08 -06:00
"Content" : "Disable IPv6" ,
"Description" : "Disables IPv6." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a031_" ,
2024-03-28 14:39:23 -05:00
"registry" : [
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters" ,
"Name" : "DisabledComponents" ,
"Value" : "255" ,
"OriginalValue" : "0" ,
"Type" : "DWord"
}
] ,
2023-09-13 17:30:56 -05:00
"InvokeScript" : [
2023-09-13 19:08:29 -05:00
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
2023-09-13 17:30:56 -05:00
] ,
"UndoScript" : [
2023-09-13 19:08:29 -05:00
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
2023-09-13 17:30:56 -05:00
]
} ,
2024-01-15 11:32:19 -06:00
"WPFTweaksEnableipsix" : {
2024-02-02 16:22:08 -06:00
"Content" : "Enable IPv6" ,
"Description" : "Enables IPv6." ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a030_" ,
2024-03-28 14:39:23 -05:00
"registry" : [
{
"Path" : "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters" ,
"Name" : "DisabledComponents" ,
"Value" : "0" ,
"OriginalValue" : "0" ,
"Type" : "DWord"
}
] ,
2023-09-13 17:30:56 -05:00
"InvokeScript" : [
2023-09-13 19:08:29 -05:00
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
2023-09-13 17:30:56 -05:00
] ,
"UndoScript" : [
2023-09-13 19:08:29 -05:00
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
2023-09-13 17:30:56 -05:00
]
2024-02-02 16:22:08 -06:00
} ,
"WPFToggleDarkMode" : {
"Content" : "Dark Theme" ,
"Description" : "Enable/Disable Dark Mode." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a060_" ,
"Type" : "Toggle"
} ,
"WPFToggleBingSearch" : {
"Content" : "Bing Search in Start Menu" ,
"Description" : "If enable then includes web search results from Bing in your Start Menu search." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a061_" ,
"Type" : "Toggle"
} ,
"WPFToggleNumLock" : {
"Content" : "NumLock on Startup" ,
"Description" : "Toggle the Num Lock key state when your computer starts." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a062_" ,
"Type" : "Toggle"
} ,
"WPFToggleVerboseLogon" : {
"Content" : "Verbose Logon Messages" ,
"Description" : "Show detailed messages during the login process for troubleshooting and diagnostics." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a063_" ,
"Type" : "Toggle"
} ,
"WPFToggleShowExt" : {
"Content" : "Show File Extensions" ,
"Description" : "If enabled then File extensions (e.g., .txt, .jpg) are visible." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a064_" ,
"Type" : "Toggle"
} ,
"WPFToggleSnapFlyout" : {
"Content" : "Snap Assist Flyout" ,
"Description" : "If enabled then Snap preview is disabled when maximize button is hovered." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a065_" ,
"Type" : "Toggle"
} ,
"WPFToggleMouseAcceleration" : {
"Content" : "Mouse Acceleration" ,
"Description" : "If Enabled then Cursor movement is affected by the speed of your physical mouse movements." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a066_" ,
"Type" : "Toggle"
} ,
2024-02-03 11:42:14 -06:00
"WPFToggleStickyKeys" : {
"Content" : "Sticky Keys" ,
"Description" : "If Enabled then Sticky Keys is activated - Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a067_" ,
"Type" : "Toggle"
} ,
Test 2024 03 30 (#1852)
* Winget Sources fix (#1773)
- Sometimes, if Winget is installed under user-scope, the source isn't properly installed so that the Admin user can properly use Winget.
- This change installs the sources directly from the Winget CDN.
- Fixes #1771
https://github.com/microsoft/winget-cli/discussions/3258#discussioncomment-5951658
* Compile Winutil
* Finished conversion of DISM commands into DISM cmdlets (#1776)
* Continue conversion
Began 2nd stage of DISM command conversion. Almost all commands have been replaced by cmdlets
* Continue conversion (part 2)
Finished part 2 of DISM command to cmdlet conversion
* Add New Toggle to Disable/Enable Widgets found in Taskbar (#1768)
* Compile Winutil
* Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
* Compile Winutil
* Add Microsoft Power Automate and Swift toolchain (#1774)
* Add power automate
* Add swift toolchain
* Compile Winutil
* Restart Explorer after Applying/Undoing Classic Right-Click Advance Tweak (#1778)
In general, I've added two lines of code to get the explorer process using 'Get-Process', then passed the process object into 'Stop-Process', Windows will automatically restart explorer, so there's no need to run a new process for explorer.
Note: restarting explorer in the UndoScript might not be necessary, as it works just fine without it, that's according to the tests done by the author of this commit.
* Compile Winutil
* editing edgeremoval.ps1 (#1834)
* editing edgeremoval.ps1
* Compile Winutil
---------
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
* Compile Winutil
* Update Github Actions Auto Close Issues (#1801)
* Update Github Actions Auto Close Issues
* Add try-catch & Error Logging in Github Actions Auto Close Issues
* Add a Break Statement To Skip Checking The Remaining Labels of an Issue in Github Actions Auto Close Issues
* Add tweak (#1837)
* Compile Winutil
* Disable SCOOBE in WPFTweaksTele (#1832)
* Compile Winutil
* Fix 'Disable Storage Sense' Tweak in 'tweaks.json' File (#1843)
This was pointed out in GitHub issue https://github.com/ChrisTitusTech/winutil/issues/1838
* Compile Winutil
* Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842)
* Compile Winutil
* - Changed version check for Winget to keep Winget updated to latest version and a couple formatting fixes. (#1829)
* Compile Winutil
* Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
* Compile Winutil
* Added Requested Apps and Update Command Example in 'README.md' File (#1795)
* Add 'UltraVNC' App to 'application.json' File
* Update Command Example under sub-section 'Automation'
This Commit and its changes are related to issue #1767 , url for issue: https://github.com/ChrisTitusTech/winutil/issues/1767
* Add 'OrcaSlicer' App to 'application.json' File
* Add 'Tixati' App to 'application.json' File
* Add 'Unigram' App to 'application.json' File
* Add 'PDFgear' App to 'application.json' File
* Add 'Windows Firewall Control' App to 'application.json' File
* Add 'VistaSwitcher' App to 'application.json' File
* Add 'Windows Auto Dark Mode' App to 'application.json' File
* Add 'CapFrameX' App to 'application.json' File
* Update The Link for 'Unigram' App in 'application.json' File
* Add 'Magic Wormhole' App to 'application.json' File
* Compile Winutil
* Add apps from #250 (#1787)
* Add SQL management
* Add java runtimes
* Add azure data studio
* Compile Winutil
* Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True"
- This may help fix some cases where text may look blurry on screen for some people.
* Compile Winutil
* A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird.
Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words).
* Compile Winutil
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules (#1830)
* - Changed how WinGet installs and uninstalls are handled, by utilizing and .
* Update Winget Install and Uninstall / Add NuGet and Microsoft.Winget.Client Modules
- Fixed commands for installing and uninstalling programs through WinGet.
- Added NuGet Package Providers (thanks @Marterich)
- Added Microsoft.WinGet.Client Module (thanks @Marterich)
* Compile Winutil
* Reopen #1747 PR (#1818)
* Add fxsound
* Add simplenote
* Add flow launcher
* Add CMake
* Add musescore
* Add jpegview
* Add explorer patcher
* Add lockhunter
* Add BRU
* Add spacesniffer
* Add Quick Look
* Add harmonoid
* Add revolt
* Add link shell extensions
* Add WizFile
* Add HWMonitor
* Add XnView
* Add tabby.sh
* Add signalRGB
* Add autoruns
* Fix typo for 'Autoruns' App in 'applications.json' File
* Remove 'Explorer Patcher' App in 'applications.json' File
as mentioned by Chris's Feedback on https://github.com/ChrisTitusTech/winutil/pull/1818 PR, Explorer Patcher is known to cause Stability Related Issues to Users who use it, removing it from the Applications List would be a better/wiser decision.
* Re-Add 'fxsound' App after Resolving Merge Conflict
* Re-Add 'tabby.sh' App after Resolving Merge Conflict
---------
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
* Compile Winutil
* Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)
* Compile Winutil
* Fix Robocopy Not Copying for Users who have a Space in their name (#1851)
This was pointed out in https://github.com/ChrisTitusTech/winutil/issues/1848 issue
* Compile Winutil
* bug fixes from bad pr
* Compile Winutil
* Better JSON Parsing for Compile Script!! (#1850)
* Better JSON Parsing for Compile Script!!
Rendering Special XML Character should be possible when parsing json files that have some of these special characters, and without the need to worry about them. Try these changes to see what will be affected, and what won't be.
* Undo #1844 PR Changes
The problem that #1844 PR Tried to resolve temporarly, should now be fixed permanently with the previous changes to 'Compile.ps1' Script.
* Compile Winutil
* OO Shutup 10 Tweaks revamped (#1828)
* Add new OOSU10 configs
* Removed old OOSU config, added install and uninstall calls for the new conrfigs
* change filenames, centralize logic in Invoke-WPFOOSU
* Change Config Paths to the CTT main repo
* removed whitespace
* Add -Wait to avoid race condition when OOSU is run together with temp file cleanup
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Compile Winutil
* Add catch for restore point errors
* Compile Winutil
---------
Co-authored-by: Rux <jonathan.e.rux@ruxunderscore.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ModernTTY <165050080+ModernTTY@users.noreply.github.com>
Co-authored-by: Straight <107145976+DaEpicR@users.noreply.github.com>
Co-authored-by: DaEpicR <DaEpicR@users.noreply.github.com>
Co-authored-by: Consejos Tecnológicos de Edu <139326298+lCTdE@users.noreply.github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
2024-04-20 16:38:43 -05:00
"WPFOOSUbutton" : {
"Content" : "Customize OO Shutup Tweaks" ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a039_" ,
"Type" : "220"
} ,
"WPFToggleTaskbarWidgets" : {
"Content" : "Taskbar Widgets" ,
"Description" : "If Enabled then Widgets Icon in Taskbar will be shown." ,
"category" : "Customize Preferences" ,
"panel" : "2" ,
"Order" : "a068_" ,
"Type" : "Toggle"
} ,
2024-02-02 16:22:08 -06:00
"WPFchangedns" : {
"Content" : "DNS" ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a040_" ,
"Type" : "Combobox" ,
"ComboItems" : "Default DHCP Google Cloudflare Cloudflare_Malware Cloudflare_Malware_Adult Level3 Open_DNS Quad9"
} ,
"WPFTweaksbutton" : {
"Content" : "Run Tweaks" ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a041_" ,
"Type" : "160"
} ,
"WPFUndoall" : {
"Content" : "Undo Selected Tweaks" ,
"category" : "z__Advanced Tweaks - CAUTION" ,
"panel" : "1" ,
"Order" : "a042_" ,
"Type" : "160"
} ,
"WPFAddUltPerf" : {
"Content" : "Add and Activate Ultimate Performance Profile" ,
"category" : "Performance Plans" ,
"panel" : "2" ,
"Order" : "a080_" ,
"Type" : "300"
} ,
"WPFRemoveUltPerf" : {
"Content" : "Remove Ultimate Performance Profile" ,
"category" : "Performance Plans" ,
"panel" : "2" ,
"Order" : "a081_" ,
"Type" : "300"
} ,
"WPFWinUtilShortcut" : {
"Content" : "Create WinUtil Shortcut" ,
"category" : "Shortcuts" ,
"panel" : "2" ,
"Order" : "a082_" ,
"Type" : "300"
2022-10-18 08:08:23 -05:00
}
}