Skip to content

cezarmezzalira/windows_decrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Window$ 10 Decrap Services

How to use:

DISCLAIMER: Next, the list of Services that you'll disable if you execute all commands:

  • DiagTrack- Connected User Experiences and Telemetry;

  • MapsBroker - Downloaded Maps Broker;

  • SEMgrSvc - Payments and NFC/SE Manager

  • autotimesvc - Cellular Time

  • WbioSrvc - Windows Biometric Service

  • lfsvc - Geolocation Service

  • TabletInputService - Touch Keyboard and Handwriting Panel Service

  • PhoneSvc - Phone Service

  • SysMain - SysMain Service Defaults

  • DusmSvc - Data Usage

  • XblGameSave - Xbox Live Game Save

  • XboxNetApiSvc - Xbox Live Networking Service

  • XboxGipSvc - Xbox Accessory Management Service

  • TapiSrv - Telephony Service

  • WalletService - Wallet Service

This commands will disable some useful services, please be careful:

1. Copy only the commands refer to services you want to disable:

Set-Service DiagTrack -StartupType Disable
Set-Service MapsBroker -StartupType Disable
Set-Service SEMgrSvc -StartupType Disable
Set-Service autotimesvc -StartupType Disable
Set-Service WbioSrvc -StartupType Disable
Set-Service lfsvc -StartupType Disable
Set-Service TabletInputService -StartupType Disable
Set-Service PhoneSvc -StartupType Disable
Set-Service SysMain -StartupType Disable
Set-Service DusmSvc -StartupType Disable
Set-Service XblGameSave -StartupType Disable
Set-Service XboxNetApiSvc -StartupType Disable
Set-Service XboxGipSvc -StartupType Disable
Set-Service TapiSrv -StartupType Disable
Set-Service WalletService -StartupType Disable

2. Click with right button on Start and click on Windows PowerShell(As Admin)

3. Click on Yes button at UAC message

4. Click with right button inside PowerShell window

5. Restart Windows

WARNING: If everything is going wrong, replace the word Disable, for the word Enable, and run the commands again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published