mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 15:00:09 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59a9c59064 | ||
|
|
fcc57fde50 | ||
|
|
06e5477d0e | ||
|
|
a5271597e9 | ||
|
|
d841792f8d | ||
|
|
132260ab96 | ||
|
|
919b2e0b8f | ||
|
|
22e083182d | ||
|
|
2ec37f952a |
@@ -76,7 +76,7 @@ You'll see a new file named `winutil.ps1`, which's created by `Compile.ps1` scri
|
||||
|
||||
These are the sponsors that help keep this project alive with monthly contributions.
|
||||
|
||||
<!-- sponsors --><a href="https://github.com/markamos"><img src="https://github.com/markamos.png" width="60px" alt="User avatar: Mark Amos" /></a><a href="https://github.com/dwelfusius"><img src="https://github.com/dwelfusius.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/mews-se"><img src="https://github.com/mews-se.png" width="60px" alt="User avatar: Martin Stockzell" /></a><a href="https://github.com/jdiegmueller"><img src="https://github.com/jdiegmueller.png" width="60px" alt="User avatar: Jason A. Diegmueller" /></a><a href="https://github.com/robertsandrock"><img src="https://github.com/robertsandrock.png" width="60px" alt="User avatar: RMS" /></a><a href="https://github.com/KenichiQaz"><img src="https://github.com/KenichiQaz.png" width="60px" alt="User avatar: Stefan" /></a><a href="https://github.com/paulsheets"><img src="https://github.com/paulsheets.png" width="60px" alt="User avatar: Paul" /></a><a href="https://github.com/djones369"><img src="https://github.com/djones369.png" width="60px" alt="User avatar: Dave J (WhamGeek)" /></a><a href="https://github.com/anthonymendez"><img src="https://github.com/anthonymendez.png" width="60px" alt="User avatar: Anthony Mendez" /></a><a href="https://github.com/FatBastard0"><img src="https://github.com/FatBastard0.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/DursleyGuy"><img src="https://github.com/DursleyGuy.png" width="60px" alt="User avatar: DursleyGuy" /></a><a href="https://github.com/quaszi"><img src="https://github.com/quaszi.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/DwayneTheRockLobster1"><img src="https://github.com/DwayneTheRockLobster1.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/KieraKujisawa"><img src="https://github.com/KieraKujisawa.png" width="60px" alt="User avatar: Kiera Meredith" /></a><a href="https://github.com/TaNorbs"><img src="https://github.com/TaNorbs.png" width="60px" alt="User avatar: Norbs" /></a><a href="https://github.com/andrewpayne68"><img src="https://github.com/andrewpayne68.png" width="60px" alt="User avatar: Andrew P" /></a><!-- sponsors -->
|
||||
<!-- sponsors --><a href="https://github.com/markamos"><img src="https://github.com/markamos.png" width="60px" alt="User avatar: Mark Amos" /></a><a href="https://github.com/dwelfusius"><img src="https://github.com/dwelfusius.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/mews-se"><img src="https://github.com/mews-se.png" width="60px" alt="User avatar: Martin Stockzell" /></a><a href="https://github.com/jdiegmueller"><img src="https://github.com/jdiegmueller.png" width="60px" alt="User avatar: Jason A. Diegmueller" /></a><a href="https://github.com/robertsandrock"><img src="https://github.com/robertsandrock.png" width="60px" alt="User avatar: RMS" /></a><a href="https://github.com/KenichiQaz"><img src="https://github.com/KenichiQaz.png" width="60px" alt="User avatar: Stefan" /></a><a href="https://github.com/paulsheets"><img src="https://github.com/paulsheets.png" width="60px" alt="User avatar: Paul" /></a><a href="https://github.com/djones369"><img src="https://github.com/djones369.png" width="60px" alt="User avatar: Dave J (WhamGeek)" /></a><a href="https://github.com/anthonymendez"><img src="https://github.com/anthonymendez.png" width="60px" alt="User avatar: Anthony Mendez" /></a><a href="https://github.com/FatBastard0"><img src="https://github.com/FatBastard0.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/DursleyGuy"><img src="https://github.com/DursleyGuy.png" width="60px" alt="User avatar: DursleyGuy" /></a><a href="https://github.com/quaszi"><img src="https://github.com/quaszi.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/DwayneTheRockLobster1"><img src="https://github.com/DwayneTheRockLobster1.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/KieraKujisawa"><img src="https://github.com/KieraKujisawa.png" width="60px" alt="User avatar: Kiera Meredith" /></a><a href="https://github.com/andrewpayne68"><img src="https://github.com/andrewpayne68.png" width="60px" alt="User avatar: Andrew P" /></a><!-- sponsors -->
|
||||
|
||||
## 🏅 Thanks to all Contributors
|
||||
Thanks a lot for spending your time helping Winutil grow. Thanks a lot! Keep rocking 🍻.
|
||||
|
||||
@@ -1584,71 +1584,26 @@
|
||||
"
|
||||
# Disable Defender Auto Sample Submission
|
||||
Set-MpPreference -SubmitSamplesConsent 2
|
||||
|
||||
$Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB
|
||||
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory
|
||||
"
|
||||
],
|
||||
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/tele"
|
||||
},
|
||||
"WPFTweaksDisableEdge": {
|
||||
"Content": "Disable Edge",
|
||||
"Description": "Prevent msedge.exe from running with explorer policies.",
|
||||
"WPFTweaksRemoveEdge": {
|
||||
"Content": "Remove Microsoft Edge",
|
||||
"Description": "Unblocks Microsoft Edge uninstaller restrictions than uses that uninstaller to remove Microsoft Edge",
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a023_",
|
||||
"registry": [
|
||||
{
|
||||
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\DisallowRun",
|
||||
"Name": "DisableEdge",
|
||||
"Type": "String",
|
||||
"Value": "msedge.exe",
|
||||
"OriginalValue": "<RemoveEntry>"
|
||||
},
|
||||
{
|
||||
"Path": "HKLM:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer",
|
||||
"Name": "DisallowRun",
|
||||
"Type": "DWord",
|
||||
"Value": "1",
|
||||
"OriginalValue": "<RemoveEntry>"
|
||||
}
|
||||
],
|
||||
"link": ""
|
||||
},
|
||||
"WPFTweaksMakeEdgeUninstallable": {
|
||||
"Content": "Make Edge Uninstallable via settings",
|
||||
"Description": "Makes it so you can uninstall edge via settings > installed apps",
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a026_",
|
||||
"registry": [
|
||||
{
|
||||
"Path": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge",
|
||||
"Name": "NoRemove",
|
||||
"Type": "Dword",
|
||||
"Value": "0",
|
||||
"OriginalValue": "1"
|
||||
}
|
||||
],
|
||||
"Order": "a028_",
|
||||
"InvokeScript": [
|
||||
"
|
||||
$File = \"C:\\Windows\\System32\\IntegratedServicesRegionPolicySet.json\"
|
||||
|
||||
takeown /f $File
|
||||
icacls $File /grant \"Administrators:(F)\"
|
||||
|
||||
$FileContent = Get-Content $File
|
||||
$FileContent[7] = $FileContent[7] -replace \"disabled\", \"enabled\"
|
||||
Set-Content $File $FileContent
|
||||
"
|
||||
"Invoke-WinUtilRemoveEdge"
|
||||
],
|
||||
"UndoScript": [
|
||||
"
|
||||
$File = \"C:\\Windows\\System32\\IntegratedServicesRegionPolicySet.json\"
|
||||
|
||||
takeown /f $File
|
||||
icacls $File /grant \"Administrators:(F)\"
|
||||
|
||||
$FileContent = Get-Content $File
|
||||
$FileContent[7] = $FileContent[7] -replace \"enabled\", \"disabled\"
|
||||
Set-Content $File $FileContent
|
||||
Write-Host 'Installing Microsoft Edge...'
|
||||
winget install Microsoft.Edge --source winget
|
||||
"
|
||||
],
|
||||
"link": ""
|
||||
@@ -1663,13 +1618,45 @@
|
||||
{
|
||||
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
|
||||
"Name": "RealTimeIsUniversal",
|
||||
"Type": "DWord",
|
||||
"Type": "QWord",
|
||||
"Value": "1",
|
||||
"OriginalValue": "0"
|
||||
}
|
||||
],
|
||||
"link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/utc"
|
||||
},
|
||||
"WPFTweaksRemoveOneDrive": {
|
||||
"Content": "Remove OneDrive",
|
||||
"Description": "Denys permission to remove onedrive user files than uses its own uninstaller to remove it than brings back permissions",
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a029_",
|
||||
"InvokeScript": [
|
||||
"
|
||||
# Deny permission to remove OneDrive folder
|
||||
icacls $Env:OneDrive /deny \"Administrators:(D,DC)\"
|
||||
|
||||
Write-Host \"Uninstalling OneDrive...\"
|
||||
Start-Process 'C:\\Windows\\System32\\OneDriveSetup.exe' -ArgumentList '/uninstall' -Wait
|
||||
|
||||
# Some of OneDrive files use explorer, and OneDrive uses FileCoAuth
|
||||
Write-Host \"Removing leftover OneDrive Files...\"
|
||||
Stop-Process -Name FileCoAuth,Explorer
|
||||
Remove-Item \"$Env:LocalAppData\\Microsoft\\OneDrive\" -Recurse -Force
|
||||
Remove-Item \"C:\\ProgramData\\Microsoft OneDrive\" -Recurse -Force
|
||||
|
||||
# Grant back permission to accses OneDrive folder
|
||||
icacls $Env:OneDrive /grant \"Administrators:(D,DC)\"
|
||||
"
|
||||
],
|
||||
"UndoScript": [
|
||||
"
|
||||
Write-Host \"Installing OneDrive\"
|
||||
winget install Microsoft.Onedrive --source winget
|
||||
"
|
||||
],
|
||||
"link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removeonedrive"
|
||||
},
|
||||
"WPFTweaksRemoveHome": {
|
||||
"Content": "Remove Home from Explorer",
|
||||
"Description": "Removes the Home from Explorer and sets This PC as default",
|
||||
|
||||
@@ -45,6 +45,7 @@ weight: 3
|
||||
- [Remove Home and Gallery from explorer](tweaks/z--advanced-tweaks---caution/removehomegallery/)
|
||||
- [Make Edge Uninstallable](tweaks/z--advanced-tweaks---caution/edgeuninstall/)
|
||||
- [Run OO Shutup 10](tweaks/z--advanced-tweaks---caution/oosubutton/)
|
||||
- [Remove OneDrive](tweaks/z--advanced-tweaks---caution//removeonedrive)
|
||||
- [Set Classic Right-Click Menu ](tweaks/z--advanced-tweaks---caution/rightclickmenu/)
|
||||
- [Set Display for Performance](tweaks/z--advanced-tweaks---caution/display/)
|
||||
- [Set Time to UTC (Dual Boot)](tweaks/z--advanced-tweaks---caution/utc/)
|
||||
@@ -76,7 +77,7 @@ weight: 3
|
||||
|
||||
### Fixes
|
||||
|
||||
- [Remove Adobe Creative Cloud](features/fixes/runadobecccl cleanertool/)
|
||||
- [Remove Adobe Creative Cloud](features/fixes/RunAdobeCCCleanerTool/)
|
||||
- [Reset Network](features/fixes/network/)
|
||||
- [Reset Windows Update](features/fixes/update/)
|
||||
- [Set Up Autologin](features/fixes/autologin/)
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
- [Remove Gallery from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md)
|
||||
- [Remove Home from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md)
|
||||
- [Run OO Shutup 10](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md)
|
||||
- [Remove OneDrive](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md)
|
||||
- [Set Classic Right-Click Menu](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md)
|
||||
- [Set Display for Performance](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md)
|
||||
- [Set Time to UTC (Dual Boot)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md)
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Remove Microsoft Edge
|
||||
|
||||
```json
|
||||
"WPFTweaksMakeEdgeUninstallable": {
|
||||
"Content": "Make Edge Uninstallable via settings",
|
||||
"Description": "Makes it so you can uninstall edge via settings > installed apps",
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a026_",
|
||||
"registry": [
|
||||
{
|
||||
"Path": "HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge",
|
||||
"Name": "NoRemove",
|
||||
"Type": "Dword",
|
||||
"Value": "0",
|
||||
"OriginalValue": "1"
|
||||
}
|
||||
],
|
||||
"InvokeScript": [
|
||||
"
|
||||
$File = \"C:\\Windows\\System32\\IntegratedServicesRegionPolicySet.json\"
|
||||
|
||||
takeown /f $File
|
||||
icacls $File /grant \"Administrators:(F)\"
|
||||
|
||||
$FileContent = Get-Content $File
|
||||
$FileContent[7] = $FileContent[7] -replace \"disabled\", \"enabled\"
|
||||
Set-Content $File $FileContent
|
||||
"
|
||||
],
|
||||
"UndoScript": [
|
||||
"
|
||||
$File = \"C:\\Windows\\System32\\IntegratedServicesRegionPolicySet.json\"
|
||||
|
||||
takeown /f $File
|
||||
icacls $File /grant \"Administrators:(F)\"
|
||||
|
||||
$FileContent = Get-Content $File
|
||||
$FileContent[7] = $FileContent[7] -replace \"enabled\", \"disabled\"
|
||||
Set-Content $File $FileContent
|
||||
"
|
||||
],
|
||||
```
|
||||
|
||||
## Registry Changes
|
||||
Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.
|
||||
|
||||
You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry).
|
||||
@@ -0,0 +1,30 @@
|
||||
# Remove Microsoft Edge
|
||||
|
||||
# Json File
|
||||
```json
|
||||
"WPFTweaksRemoveEdge": {
|
||||
"Content": "Remove Microsoft Edge",
|
||||
"Description": "Unblocks Microsoft Edge uninstaller restrictions than uses that uninstaller to remove Microsoft Edge",
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a028_",
|
||||
"InvokeScript": [
|
||||
"Invoke-WinUtilRemoveEdge"
|
||||
],
|
||||
"UndoScript": [
|
||||
"
|
||||
Write-Host 'Installing Microsoft Edge...'
|
||||
winget install Microsoft.Edge --source winget
|
||||
"
|
||||
],
|
||||
```
|
||||
# Function
|
||||
```json
|
||||
function Invoke-WinUtilRemoveEdge {
|
||||
Write-Host "Unlocking The Offical Edge Uninstaller And Removing Microsoft Edge..."
|
||||
|
||||
$Path = (Get-ChildItem "C:\Program Files (x86)\Microsoft\Edge\Application\*\Installer\setup.exe")[0].FullName
|
||||
New-Item "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" -Force
|
||||
Start-Process $Path -ArgumentList '--uninstall --system-level --force-uninstall --delete-profile'
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,33 @@
|
||||
# Remove OneDrive
|
||||
```json
|
||||
"WPFTweaksRemoveOneDrive": {
|
||||
"Content": "Remove OneDrive",
|
||||
"Description": "Denys permission to remove onedrive user files than uses its own uninstaller to remove it than brings back permissions",
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a029_",
|
||||
"InvokeScript": [
|
||||
"
|
||||
# Deny permission to remove OneDrive folder
|
||||
icacls $Env:OneDrive /deny \"Administrators:(D,DC)\"
|
||||
|
||||
Write-Host \"Uninstalling OneDrive...\"
|
||||
Start-Process 'C:\\Windows\\System32\\OneDriveSetup.exe' -ArgumentList '/uninstall' -Wait
|
||||
|
||||
# Some of OneDrive files use explorer, and OneDrive uses FileCoAuth
|
||||
Write-Host \"Removing leftover OneDrive Files...\"
|
||||
Stop-Process -Name FileCoAuth,Explorer
|
||||
Remove-Item \"$Env:LocalAppData\\Microsoft\\OneDrive\" -Recurse -Force
|
||||
Remove-Item \"C:\\ProgramData\\Microsoft OneDrive\" -Recurse -Force
|
||||
|
||||
# Grant back permission to accses OneDrive folder
|
||||
icacls $Env:OneDrive /grant \"Administrators:(D,DC)\"
|
||||
"
|
||||
],
|
||||
"UndoScript": [
|
||||
"
|
||||
Write-Host \"Installing OneDrive\"
|
||||
winget install Microsoft.Onedrive --source winget
|
||||
"
|
||||
],
|
||||
```
|
||||
@@ -11,6 +11,7 @@
|
||||
- [Remove Home from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md)
|
||||
- [Make Edge Uninstallable](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeUninstall.md)
|
||||
- [Run OO Shutup 10](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md)
|
||||
- [Remove OneDrive](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md)
|
||||
- [Set Classic Right-Click Menu](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md)
|
||||
- [Set Display for Performance](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md)
|
||||
- [Set Time to UTC (Dual Boot)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md)
|
||||
|
||||
@@ -8,7 +8,7 @@ The utility provides three distinct settings for managing Windows updates: Defau
|
||||
### Security (Recommended) Settings
|
||||
- **Description**: This is the recommended setting for all computers.
|
||||
- **Update Schedule**:
|
||||
- **Feature Updates**: Delays feature updates by 2 years to avoid potential bugs and instability.
|
||||
- **Feature Updates**: Delays feature updates by 365 days to avoid potential bugs and instability.
|
||||
- **Security Updates**: Installs security updates 4 days after their release to ensure system protection against pressing security flaws.
|
||||
- **Rationale**:
|
||||
- **Feature Updates**: Often introduce new features and bugs; delaying these updates minimizes the risk of system disruptions.
|
||||
|
||||
@@ -39,9 +39,9 @@ Function Install-WinUtilProgramWinget {
|
||||
|
||||
$commonArguments = "--id $wingetId --silent"
|
||||
$arguments = if ($Action -eq "Install") {
|
||||
"install $commonArguments --accept-source-agreements --accept-package-agreements"
|
||||
"install $commonArguments --accept-source-agreements --accept-package-agreements --source winget"
|
||||
} else {
|
||||
"uninstall $commonArguments"
|
||||
"uninstall $commonArguments --source winget"
|
||||
}
|
||||
|
||||
$processParams = @{
|
||||
|
||||
7
functions/public/Invoke-WinUtilRemoveEdge.ps1
Normal file
7
functions/public/Invoke-WinUtilRemoveEdge.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
function Invoke-WinUtilRemoveEdge {
|
||||
Write-Host "Unlocking The Offical Edge Uninstaller And Removing Microsoft Edge..."
|
||||
|
||||
$Path = (Get-ChildItem "C:\Program Files (x86)\Microsoft\Edge\Application\*\Installer\setup.exe")[0].FullName
|
||||
New-Item "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" -Force
|
||||
Start-Process $Path -ArgumentList '--uninstall --system-level --force-uninstall --delete-profile'
|
||||
}
|
||||
275
orig-services.txt
Normal file
275
orig-services.txt
Normal file
@@ -0,0 +1,275 @@
|
||||
|
||||
Name DisplayName Status StartType
|
||||
---- ----------- ------ ---------
|
||||
MapsBroker Downloaded Maps Manager Stopped Automatic
|
||||
webthreatdefusersvc_42d01 Web Threat Defense User Service_42d01 Running Automatic
|
||||
OneSyncSvc_42d01 Sync Host_42d01 Running Automatic
|
||||
nsi Network Store Interface Service Running Automatic
|
||||
Dhcp DHCP Client Running Automatic
|
||||
ShellHWDetection Shell Hardware Detection Running Automatic
|
||||
gpsvc Group Policy Client Running Automatic
|
||||
VaultSvc Credential Manager Running Automatic
|
||||
CoreMessagingRegistrar CoreMessaging Running Automatic
|
||||
whesvc Windows Health and Optimized Experiences Running Automatic
|
||||
WinDefend Microsoft Defender Antivirus Service Running Automatic
|
||||
SENS System Event Notification Service Running Automatic
|
||||
DcomLaunch DCOM Server Process Launcher Running Automatic
|
||||
UserManager User Manager Running Automatic
|
||||
CryptSvc Cryptographic Services Running Automatic
|
||||
TermService Remote Desktop Services Running Automatic
|
||||
SystemEventsBroker System Events Broker Running Automatic
|
||||
W32Time Windows Time Running Automatic
|
||||
DusmSvc Data Usage Running Automatic
|
||||
DPS Diagnostic Policy Service Running Automatic
|
||||
SysMain SysMain Running Automatic
|
||||
EventLog Windows Event Log Running Automatic
|
||||
mpssvc Windows Defender Firewall Running Automatic
|
||||
StateRepository State Repository Service Running Automatic
|
||||
EventSystem COM+ Event System Running Automatic
|
||||
Wcmsvc Windows Connection Manager Running Automatic
|
||||
MDCoreSvc Microsoft Defender Core Service Running Automatic
|
||||
FontCache Windows Font Cache Service Running Automatic
|
||||
DispBrokerDesktopSvc Display Policy Service Running Automatic
|
||||
Spooler Print Spooler Running Automatic
|
||||
sppsvc Software Protection Stopped Automatic
|
||||
spice-agent Spice Agent Running Automatic
|
||||
Dnscache DNS Client Running Automatic
|
||||
LSM Local Session Manager Running Automatic
|
||||
AudioEndpointBuilder Windows Audio Endpoint Builder Running Automatic
|
||||
Audiosrv Windows Audio Running Automatic
|
||||
WSearch Windows Search Running Automatic
|
||||
wscsvc Security Center Running Automatic
|
||||
BalloonService BalloonService Running Automatic
|
||||
RpcSs Remote Procedure Call (RPC) Running Automatic
|
||||
WSAIFabricSvc WSAIFabricSvc Running Automatic
|
||||
WpnUserService_42d01 Windows Push Notifications User Service_42d01 Running Automatic
|
||||
LanmanServer Server Running Automatic
|
||||
TrkWks Distributed Link Tracking Client Running Automatic
|
||||
LanmanWorkstation Workstation Running Automatic
|
||||
QEMU-GA QEMU Guest Agent Running Automatic
|
||||
KeyIso CNG Key Isolation Running Automatic
|
||||
AppXSvc AppX Deployment Service (AppXSVC) Running Automatic
|
||||
ProfSvc User Profile Service Running Automatic
|
||||
RpcEptMapper RPC Endpoint Mapper Running Automatic
|
||||
SamSs Security Accounts Manager Running Automatic
|
||||
cbdhsvc_42d01 Clipboard User Service_42d01 Running Automatic
|
||||
Schedule Task Scheduler Running Automatic
|
||||
iphlpsvc IP Helper Running Automatic
|
||||
CDPUserSvc_42d01 Connected Devices Platform User Service_42d01 Running Automatic
|
||||
Winmgmt Windows Management Instrumentation Running Automatic
|
||||
TextInputManagementService Text Input Management Service Running Automatic
|
||||
Themes Themes Running Automatic
|
||||
Power Power Running Automatic
|
||||
BITS Background Intelligent Transfer Service Running Automatic
|
||||
BFE Base Filtering Engine Running Automatic
|
||||
BrokerInfrastructure Background Tasks Infrastructure Service Running Automatic
|
||||
BthAvctpSvc AVCTP service Running Automatic
|
||||
TapiSrv Telephony Stopped Manual
|
||||
RasMan Remote Access Connection Manager Stopped Manual
|
||||
TieringEngineService Storage Tiers Management Stopped Manual
|
||||
TimeBrokerSvc Time Broker Running Manual
|
||||
swprv Microsoft Software Shadow Copy Provider Stopped Manual
|
||||
TokenBroker Web Account Manager Running Manual
|
||||
svsvc Spot Verifier Stopped Manual
|
||||
seclogon Secondary Logon Stopped Manual
|
||||
SDRSVC Windows Backup Stopped Manual
|
||||
SCPolicySvc Smart Card Removal Policy Stopped Manual
|
||||
Sense Windows Defender Advanced Threat Protection Service Stopped Manual
|
||||
SEMgrSvc Payments and NFC/SE Manager Stopped Manual
|
||||
SecurityHealthService Windows Security Service Running Manual
|
||||
RmSvc Radio Management Service Running Manual
|
||||
RetailDemo Retail Demo Service Stopped Manual
|
||||
refsdedupsvc ReFS Dedup Service Stopped Manual
|
||||
ScDeviceEnum Smart Card Device Enumeration Service Stopped Manual
|
||||
SCardSvr Smart Card Stopped Manual
|
||||
RpcLocator Remote Procedure Call (RPC) Locator Stopped Manual
|
||||
SSDPSRV SSDP Discovery Running Manual
|
||||
SNMPTrap SNMP Trap Stopped Manual
|
||||
SmsRouter Microsoft Windows SMS Router Service. Stopped Manual
|
||||
StorSvc Storage Service Stopped Manual
|
||||
StiSvc Windows Image Acquisition (WIA) Stopped Manual
|
||||
SstpSvc Secure Socket Tunneling Protocol Service Stopped Manual
|
||||
SensrSvc Sensor Monitoring Service Stopped Manual
|
||||
SensorService Sensor Service Stopped Manual
|
||||
SensorDataService Sensor Data Service Stopped Manual
|
||||
smphost Microsoft Storage Spaces SMP Stopped Manual
|
||||
SharedAccess Internet Connection Sharing (ICS) Stopped Manual
|
||||
SessionEnv Remote Desktop Configuration Stopped Manual
|
||||
WinRM Windows Remote Management (WS-Management) Stopped Manual
|
||||
WinHttpAutoProxySvc WinHTTP Web Proxy Auto-Discovery Service Running Manual
|
||||
WiaRpc Still Image Acquisition Events Stopped Manual
|
||||
wlidsvc Microsoft Account Sign-in Assistant Running Manual
|
||||
WlanSvc WLAN AutoConfig Stopped Manual
|
||||
wisvc Windows Insider Service Stopped Manual
|
||||
WFDSConMgrSvc Wi-Fi Direct Services Connection Manager Service Stopped Manual
|
||||
Wecsvc Windows Event Collector Stopped Manual
|
||||
webthreatdefsvc Web Threat Defense Service Stopped Manual
|
||||
WebClient WebClient Stopped Manual
|
||||
WerSvc Windows Error Reporting Service Stopped Manual
|
||||
wercplsupport Problem Reports Control Panel Support Stopped Manual
|
||||
WEPHOSTSVC Windows Encryption Provider Host Service Stopped Manual
|
||||
wlpasvc Local Profile Assistant Service Stopped Manual
|
||||
XblGameSave Xbox Live Game Save Stopped Manual
|
||||
XblAuthManager Xbox Live Auth Manager Stopped Manual
|
||||
WwanSvc WWAN AutoConfig Stopped Manual
|
||||
ZTHELPER ZTDNS Helper service Stopped Manual
|
||||
XboxNetApiSvc Xbox Live Networking Service Stopped Manual
|
||||
XboxGipSvc Xbox Accessory Management Service Stopped Manual
|
||||
wuqisvc Microsoft Usage and Quality Insights Stopped Manual
|
||||
WpcMonSvc Parental Controls Stopped Manual
|
||||
wmiApSrv WMI Performance Adapter Stopped Manual
|
||||
WManSvc Windows Management Service Stopped Manual
|
||||
wuauserv Windows Update Stopped Manual
|
||||
WpnService Windows Push Notifications System Service Stopped Manual
|
||||
WPDBusEnum Portable Device Enumerator Service Stopped Manual
|
||||
WdNisSvc Microsoft Defender Antivirus Network Inspection Service Running Manual
|
||||
VirtioFsSvc VirtIO-FS Service Stopped Manual
|
||||
vds Virtual Disk Stopped Manual
|
||||
UsoSvc Update Orchestrator Service Stopped Manual
|
||||
vmickvpexchange Hyper-V Data Exchange Service Stopped Manual
|
||||
vmicheartbeat Hyper-V Heartbeat Service Stopped Manual
|
||||
vmicguestinterface Hyper-V Guest Service Interface Stopped Manual
|
||||
UserDataSvc_42d01 User Data Access_42d01 Stopped Manual
|
||||
UdkUserSvc_42d01 Udk User Service_42d01 Running Manual
|
||||
TrustedInstaller Windows Modules Installer Stopped Manual
|
||||
TroubleshootingSvc Recommended Troubleshooting Service Stopped Manual
|
||||
upnphost UPnP Device Host Stopped Manual
|
||||
UnistoreSvc_42d01 User Data Storage_42d01 Stopped Manual
|
||||
UmRdpService Remote Desktop Services UserMode Port Redirector Stopped Manual
|
||||
vmicrdv Hyper-V Remote Desktop Virtualization Service Stopped Manual
|
||||
WbioSrvc Windows Biometric Service Stopped Manual
|
||||
wbengine Block Level Backup Engine Service Stopped Manual
|
||||
WarpJITSvc Warp JIT Service Stopped Manual
|
||||
WdiSystemHost Diagnostic System Host Running Manual
|
||||
WdiServiceHost Diagnostic Service Host Stopped Manual
|
||||
wcncsvc Windows Connect Now - Config Registrar Stopped Manual
|
||||
WalletService WalletService Stopped Manual
|
||||
vmicvmsession Hyper-V PowerShell Direct Service Stopped Manual
|
||||
vmictimesync Hyper-V Time Synchronization Service Stopped Manual
|
||||
vmicshutdown Hyper-V Guest Shutdown Service Stopped Manual
|
||||
WaaSMedicSvc WaaSMedicSvc Stopped Manual
|
||||
VSS Volume Shadow Copy Stopped Manual
|
||||
vmicvss Hyper-V Volume Shadow Copy Requestor Stopped Manual
|
||||
DoSvc Delivery Optimization Stopped Manual
|
||||
dmwappushservice Device Management Wireless Application Protocol (WAP) Push message Routing Service Stopped Manual
|
||||
DmEnrollmentSvc Device Management Enrollment Service Stopped Manual
|
||||
dot3svc Wired AutoConfig Stopped Manual
|
||||
EapHost Extensible Authentication Protocol Stopped Manual
|
||||
DsSvc Data Sharing Service Stopped Manual
|
||||
DsmSvc Device Setup Manager Stopped Manual
|
||||
DevicePickerUserSvc_42d01 DevicePicker_42d01 Stopped Manual
|
||||
DeviceInstall Device Install Service Stopped Manual
|
||||
DeviceAssociationService Device Association Service Stopped Manual
|
||||
DevicesFlowUserSvc_42d01 DevicesFlow_42d01 Stopped Manual
|
||||
DisplayEnhancementService Display Enhancement Service Stopped Manual
|
||||
diagsvc Diagnostic Execution Service Stopped Manual
|
||||
DevQueryBroker DevQuery Background Discovery Broker Stopped Manual
|
||||
edgeupdate Microsoft Edge Update Service (edgeupdate) Stopped Manual
|
||||
GameInputSvc GameInput Service Stopped Manual
|
||||
FrameServerMonitor Windows Camera Frame Server Monitor Stopped Manual
|
||||
FrameServer Windows Camera Frame Server Stopped Manual
|
||||
GraphicsPerfSvc GraphicsPerfSvc Stopped Manual
|
||||
HvHost HV Host Service Stopped Manual
|
||||
hpatchmon Hotpatch Monitoring Service Stopped Manual
|
||||
hidserv Human Interface Device Service Stopped Manual
|
||||
embeddedmode Embedded Mode Stopped Manual
|
||||
EFS Encrypting File System (EFS) Stopped Manual
|
||||
edgeupdatem Microsoft Edge Update Service (edgeupdatem) Stopped Manual
|
||||
EntAppSvc Enterprise App Management Service Stopped Manual
|
||||
fhsvc File History Service Stopped Manual
|
||||
FDResPub Function Discovery Resource Publication Stopped Manual
|
||||
fdPHost Function Discovery Provider Host Stopped Manual
|
||||
AxInstSV ActiveX Installer (AxInstSV) Stopped Manual
|
||||
autotimesvc Cellular Time Stopped Manual
|
||||
ApxSvc Windows Virtual Audio Device Proxy Service Stopped Manual
|
||||
BcastDVRUserService_42d01 GameDVR and Broadcast User Service_42d01 Stopped Manual
|
||||
BTAGService Bluetooth Audio Gateway Service Stopped Manual
|
||||
BluetoothUserService_42d01 Bluetooth User Support Service_42d01 Stopped Manual
|
||||
BDESVC BitLocker Drive Encryption Service Stopped Manual
|
||||
ALG Application Layer Gateway Service Stopped Manual
|
||||
ADPSvc Aggregated Data Platform Service Stopped Manual
|
||||
AarSvc_42d01 Agent Activation Runtime_42d01 Stopped Manual
|
||||
AppIDSvc Application Identity Running Manual
|
||||
AppReadiness App Readiness Stopped Manual
|
||||
AppMgmt Application Management Stopped Manual
|
||||
Appinfo Application Information Running Manual
|
||||
bthserv Bluetooth Support Service Stopped Manual
|
||||
CredentialEnrollmentManagerUserSvc_42d01 CredentialEnrollmentManagerUserSvc_42d01 Stopped Manual
|
||||
ConsentUxUserSvc_42d01 ConsentUX User Service_42d01 Stopped Manual
|
||||
COMSysApp COM+ System Application Stopped Manual
|
||||
CscService Offline Files Stopped Manual
|
||||
DeviceAssociationBrokerSvc_42d01 DeviceAssociationBroker_42d01 Stopped Manual
|
||||
defragsvc Optimize drives Stopped Manual
|
||||
dcsvc Declared Configuration(DC) service Stopped Manual
|
||||
CDPSvc Connected Devices Platform Service Running Manual
|
||||
CaptureService_42d01 CaptureService_42d01 Stopped Manual
|
||||
camsvc Capability Access Manager Service Running Manual
|
||||
CertPropSvc Certificate Propagation Stopped Manual
|
||||
cloudidsvc Microsoft Cloud Identity Service Stopped Manual
|
||||
CloudBackupRestoreSvc_42d01 Cloud Backup and Restore Service_42d01 Stopped Manual
|
||||
ClipSVC Client License Service (ClipSVC) Running Manual
|
||||
P9RdrService_42d01 P9RdrService_42d01 Stopped Manual
|
||||
NPSMSvc_42d01 Now Playing Session Manager Service_42d01 Stopped Manual
|
||||
NlaSvc Network Location Awareness Stopped Manual
|
||||
PcaSvc Program Compatibility Assistant Service Running Manual
|
||||
perceptionsimulation Windows Perception Simulation Service Stopped Manual
|
||||
PenService_42d01 PenService_42d01 Stopped Manual
|
||||
PeerDistSvc BranchCache Stopped Manual
|
||||
Netman Network Connections Stopped Manual
|
||||
Netlogon Netlogon Stopped Manual
|
||||
NcdAutoSetup Network Connected Devices Auto-Setup Stopped Manual
|
||||
netprofm Network List Service Running Manual
|
||||
NgcSvc Microsoft Passport Stopped Manual
|
||||
NgcCtnrSvc Microsoft Passport Container Stopped Manual
|
||||
NetSetupSvc Network Setup Service Stopped Manual
|
||||
PrintWorkflowUserSvc_42d01 PrintWorkflow_42d01 Stopped Manual
|
||||
PrintScanBrokerService PrintScanBrokerService Stopped Manual
|
||||
PrintNotify Printer Extensions and Notifications Stopped Manual
|
||||
PushToInstall Windows PushToInstall Service Stopped Manual
|
||||
RasAuto Remote Access Auto Connection Manager Stopped Manual
|
||||
QWAVE Quality Windows Audio Video Experience Stopped Manual
|
||||
QEMU Guest Agent VSS Provider QEMU Guest Agent VSS Provider Stopped Manual
|
||||
PimIndexMaintenanceSvc_42d01 Contact Data_42d01 Stopped Manual
|
||||
PhoneSvc Phone Service Stopped Manual
|
||||
PerfHost Performance Counter DLL Host Stopped Manual
|
||||
pla Performance Logs & Alerts Stopped Manual
|
||||
PrintDeviceConfigurationService Print Device Configuration Service Stopped Manual
|
||||
PolicyAgent IPsec Policy Agent Stopped Manual
|
||||
PlugPlay Plug and Play Running Manual
|
||||
NcbService Network Connection Broker Running Manual
|
||||
lmhosts TCP/IP NetBIOS Helper Running Manual
|
||||
lltdsvc Link-Layer Topology Discovery Mapper Stopped Manual
|
||||
LicenseManager Windows License Manager Service Running Manual
|
||||
McmSvc Mobile Connectivity Management Service Stopped Manual
|
||||
LxpSvc Language Experience Service Stopped Manual
|
||||
LocalKdc Kerberos Local Key Distribution Center Stopped Manual
|
||||
lfsvc Geolocation Service Stopped Manual
|
||||
InstallService Microsoft Store Install Service Stopped Manual
|
||||
IKEEXT IKE and AuthIP IPsec Keying Modules Stopped Manual
|
||||
icssvc Windows Mobile Hotspot Service Stopped Manual
|
||||
KtmRm KtmRm for Distributed Transaction Coordinator Stopped Manual
|
||||
IpxlatCfgSvc IP Translation Configuration Service Stopped Manual
|
||||
InventorySvc Inventory and Compatibility Appraisal service Stopped Manual
|
||||
McpManagementService McpManagementService Stopped Manual
|
||||
MsKeyboardFilter Microsoft Keyboard Filter Stopped Manual
|
||||
msiserver Windows Installer Stopped Manual
|
||||
NaturalAuthentication Natural Authentication Stopped Manual
|
||||
NcaSvc Network Connectivity Assistant Stopped Manual
|
||||
MSiSCSI Microsoft iSCSI Initiator Service Stopped Manual
|
||||
MessagingService_42d01 MessagingService_42d01 Stopped Manual
|
||||
MicrosoftEdgeElevationService Microsoft Edge Elevation Service (MicrosoftEdgeElevationService) Stopped Manual
|
||||
midisrv Windows MIDI Service Stopped Manual
|
||||
MSDTC Distributed Transaction Coordinator Stopped Manual
|
||||
RemoteRegistry Remote Registry Stopped Disabled
|
||||
UevAgentService User Experience Virtualization Service Stopped Disabled
|
||||
AssignedAccessManagerSvc AssignedAccessManager Service Stopped Disabled
|
||||
RemoteAccess Routing and Remote Access Stopped Disabled
|
||||
ssh-agent OpenSSH Authentication Agent Stopped Disabled
|
||||
shpamsvc Shared PC Account Manager Stopped Disabled
|
||||
DialogBlockingService DialogBlockingService Stopped Disabled
|
||||
DiagTrack Connected User Experiences and Telemetry Stopped Disabled
|
||||
tzautoupdate Auto Time Zone Updater Stopped Disabled
|
||||
AppVClient Microsoft App-V Client Stopped Disabled
|
||||
|
||||
|
||||
|
||||
@@ -1289,7 +1289,7 @@
|
||||
Foreground="{DynamicResource MainForegroundColor}">
|
||||
<Run FontWeight="Bold">Balanced Security Configuration</Run>
|
||||
<LineBreak/>
|
||||
- Feature updates delayed by 2 years
|
||||
- Feature updates delayed by 365 days
|
||||
<LineBreak/>
|
||||
- Security updates installed after 4 days
|
||||
<LineBreak/><LineBreak/>
|
||||
|
||||
Reference in New Issue
Block a user