Squeezing a bit more performance out of Windows 10 (Service Configuration)

Hey guys ever wish Windows 10 did not use 30 plus percent of your 16 GB of RAM? You probably know there are a metric f*ck ton of services running in the background. I liked vipers config for the desktop except I use tweaked and enable WLAN.

Here is his page. Like I said I run tweaked for desktop plus enabled WLAN in my script. If you heavily rely on some services your mileage may vary. If something breaks go into services.msc and enable whats needed to get it working. This will effectively disable or set to manual a ton of stuff thats on automatic for zero reason other than out of box functionality

Also at the very end of my script is a power management scheme duplicate of the Windows 10 High performance plan with some minor tweaks.

Without further delay. Copy and paste these commands into your powershell. It does all the work for you instead of manually doing so for MAXIMUM LAZINESS. Please note this must be ran as an administrator. Also note this has only been tested on Windows 10 Enterprise so again YMMV

Results for me: It brought my system memory utilization down to 6-7 percent idle out of 16 GB. It also brought my CPU utilization to a consistent 1 percent. This took some time to compile into a command script. So haha your welcome. finding all those service names was a fun task /s

Set-Service  AJRouter -StartupType Disabled
Set-Service  AppReadiness -StartupType Manual
Set-Service  AppHostSvc -StartupType Disabled 
Set-Service  AppIDSvc -StartupType Manual 
Set-Service  Appinfo -StartupType Manual 
Set-Service  ALG -StartupType Disabled 
Set-Service  AppMgmt -StartupType Disabled 
Set-Service  AppXSVC -StartupType Manual 
Set-Service  AssignedAccessManagerSvc -StartupType Manual 
Set-Service  aspnet_state -StartupType Disabled 
Set-Service  tzautoupdate -StartupType Disabled 
Set-Service  BthAvctpSvc -StartupType Disabled 
Set-Service  BITS -StartupType Automatic 
Set-Service  BrokerInfrastructure -StartupType Automatic 
Set-Service  BFE -StartupType Automatic 
Set-Service  BDESVC -StartupType Manual 
Set-Service  wbengine -StartupType Manual 
Set-Service  BTAGService -StartupType Disabled 
Set-Service  bthserv -StartupType Disabled 
Set-Service  PeerDistSvc -StartupType Disabled 
Set-Service  camsvc -StartupType Manual 
Set-Service  CertPropSvc -StartupType Disabled 
Set-Service  c2wts -StartupType Disabled 
Set-Service  NfsClnt -StartupType Disabled 
Set-Service  ClipSVC -StartupType Manual 
Set-Service  KeyIso -StartupType Manual 
Set-Service  EventSystem -StartupType Automatic 
Set-Service  COMSysApp -StartupType Manual 
Set-Service  Browser -StartupType Manual 
Set-Service  CDPSvc -StartupType Automatic 
Set-Service  DiagTrack -StartupType Automatic 
Set-Service  CoreMessagingRegistrar -StartupType Automatic 
Set-Service  VaultSvc -StartupType Manual 
Set-Service  CryptSvc -StartupType Automatic 
Set-Service  DsSvc -StartupType Manual 
Set-Service  DusmSvc -StartupType Automatic 
Set-Service  DcomLaunch -StartupType Automatic 
Set-Service  DoSvc -StartupType Automatic 
Set-Service  DeviceAssociationService -StartupType Manual 
Set-Service  DeviceInstall -StartupType Manual 
Set-Service  DmEnrollmentSvc -StartupType Manual 
Set-Service  DsmSVC -StartupType Manual 
Set-Service  DevQueryBroker -StartupType Manual 
Set-Service  Dhcp -StartupType Automatic 
Set-Service  diagsvc -StartupType Manual 
Set-Service  DPS -StartupType Automatic 
Set-Service  WdiServiceHost -StartupType Manual 
Set-Service  WdiSystemHost -StartupType Manual 
Set-Service  TrkWks -StartupType Automatic 
Set-Service  MSDTC -StartupType Manual 
Set-Service  dmwappushsvc -StartupType Disabled 
Set-Service  Dnscache -StartupType Automatic 
Set-Service  MapsBroker -StartupType Disabled 
Set-Service  DsRoleSvc -StartupType Disabled 
Set-Service  embeddedmode -StartupType Manual 
Set-Service  EFS -StartupType Manual 
Set-Service  EntAppSvc -StartupType Manual 
Set-Service  EapHost -StartupType Manual 
Set-Service  Fax -StartupType Disabled 
Set-Service  fhsvc -StartupType Manual 
Set-Service  fdPHost -StartupType Manual 
Set-Service  FDResPub -StartupType Manual 
Set-Service  lfsvc -StartupType Disabled 
Set-Service  GraphicsPerfSvc -StartupType Manual 
Set-Service  gpsvc -StartupType Automatic 
Set-Service  hns -StartupType Disabled 
Set-Service  hidserv -StartupType Manual 
Set-Service  HvHost -StartupType Disabled 
Set-Service  vmickvpexchange -StartupType Disabled
Set-Service  vmicguestinterface -StartupType Disabled 
Set-Service  vmicshutdown -StartupType Disabled 
Set-Service  vmicheartbeat -StartupType Disabled 
Set-Service  vmcompute -StartupType Disabled 
Set-Service  vmicvmsession -StartupType Disabled 
Set-Service  vmicrdv -StartupType Disabled 
Set-Service  vmictimesync -StartupType Disabled 
Set-Service  vmms -StartupType Disabled 
Set-Service  vmicvss -StartupType Disabled 
Set-Service  IISADMIN -StartupType Disabled 
Set-Service  IKEEXT -StartupType Manual 
Set-Service  irmon -StartupType Disabled 
Set-Service  UI0Detect -StartupType Manual 
Set-Service  SharedAccess -StartupType Disabled 
Set-Service  iphlpsvc -StartupType Disabled 
Set-Service  IpxlatCfgSvc -StartupType Disabled 
Set-Service  PolicyAgent -StartupType Manual 
Set-Service  KtmRm -StartupType Manual 
Set-Service  lltdsvc -StartupType Manual 
Set-Service  wlpasvc -StartupType Manual 
Set-Service  LSM -StartupType Automatic 
Set-Service  LPDSVC -StartupType Disabled 
Set-Service  LxssManager -StartupType Disabled 
Set-Service  MSMQ -StartupType Disabled 
Set-Service  MSMQTriggers -StartupType Disabled 
Set-Service  diagnosticshub.standardcollector.service -StartupType Manual 
Set-Service  wlidsvc -StartupType Manual 
Set-Service  AppVClient -StartupType Disabled 
Set-Service  ftpsvc -StartupType Disabled 
Set-Service  MSiSCSI -StartupType Disabled 
Set-Service  MsKeyboardFilter -StartupType Disabled 
Set-Service  NgcSvc -StartupType Manual 
Set-Service  NgcCtnrSvc -StartupType Manual 
Set-Service  swprv -StartupType Manual 
Set-Service  smphost -StartupType Manual 
Set-Service  InstallService -StartupType Manual 
Set-Service  SmsRouter -StartupType Disabled 
Set-Service  WmsRepair -StartupType Disabled 
Set-Service  Wms -StartupType Disabled 
Set-Service  NaturalAuthentication -StartupType Disabled 
Set-Service  NetMsmqActivator -StartupType Disabled 
Set-Service  NetPipeActivator -StartupType Disabled 
Set-Service  NetTcpActivator -StartupType Disabled 
Set-Service  NetTcpPortSharing -StartupType Disabled 
Set-Service  Netlogon -StartupType Disabled 
Set-Service  NcdAutoSetup -StartupType Disabled 
Set-Service  NcbService -StartupType Manual
Set-Service  Netman -StartupType Manual 
Set-Service  NcaSVC -StartupType Manual 
Set-Service  netprofm -StartupType Manual 
Set-Service  NlaSvc -StartupType Automatic 
Set-Service  NetSetupSvc -StartupType Manual 
Set-Service  nsi -StartupType Automatic 
Set-Service  CscService -StartupType Disabled 
Set-Service  ssh-agent -StartupType Manual 
Set-Service  defragsvc -StartupType Manual 
Set-Service  WpcMonSvc -StartupType Disabled 
Set-Service  SEMgrSvc -StartupType Disabled 
Set-Service  PNRPsvc -StartupType Manual 
Set-Service  p2psvc -StartupType Manual 
Set-Service  p2pimsvc -StartupType Manual 
Set-Service  PerfHost -StartupType Manual 
Set-Service  pla -StartupType Manual 
Set-Service  PhoneSvc -StartupType Disabled 
Set-Service  PlugPlay -StartupType Manual 
Set-Service  PNRPAutoReg -StartupType Manual 
Set-Service  WPDBusEnum -StartupType Manual 
Set-Service  Power -StartupType Automatic 
Set-Service  Spooler -StartupType Automatic 
Set-Service  PrintNotify -StartupType Manual 
Set-Service  wercplsupport -StartupType Manual 
Set-Service  PcaSvc -StartupType Automatic 
Set-Service  QWAVE -StartupType Manual 
Set-Service  RmSvc -StartupType Manual 
Set-Service  RasAuto -StartupType Manual 
Set-Service  RasMan -StartupType Manual 
Set-Service  SessionEnv -StartupType Disabled 
Set-Service  TermService -StartupType Disabled 
Set-Service  UmRdpService -StartupType Disabled 
Set-Service  RpcSs -StartupType Automatic 
Set-Service  RpcLocator -StartupType Disabled 
Set-Service  RemoteRegistry -StartupType Disabled 
Set-Service  RetailDemo -StartupType Disabled 
Set-Service  iprip -StartupType Disabled 
Set-Service  RemoteAccess -StartupType Disabled 
Set-Service  RpcEptMapper -StartupType Automatic 
Set-Service  seclogon -StartupType Manual 
Set-Service  SstpSvc -StartupType Manual 
Set-Service  SamSs -StartupType Automatic 
Set-Service  wscsvc -StartupType Automatic 
Set-Service  SensorDataService -StartupType Disabled 
Set-Service  SensrSvc -StartupType Disabled 
Set-Service  SensorService -StartupType Disabled 
Set-Service  LanmanServer -StartupType Automatic 
Set-Service  shpamsvc -StartupType Disabled 
Set-Service  ShellHWDetection -StartupType Automatic 
Set-Service  simptcp -StartupType Disabled 
Set-Service  SCardSvr -StartupType Disabled 
Set-Service  ScDeviceEnum -StartupType Disabled 
Set-Service  SCPolicySvc -StartupType Disabled 
Set-Service  SNMP -StartupType Disabled 
Set-Service  SNMPTRAP -StartupType Disabled 
Set-Service  sppsvc -StartupType Automatic 
Set-Service  SharedRealitySvc -StartupType Manual 
Set-Service  svsvc -StartupType Manual 
Set-Service  SSDPSRV -StartupType Manual 
Set-Service  StateRepository -StartupType Manual 
Set-Service  WiaRpc -StartupType Manual 
Set-Service  StorSvc -StartupType Manual 
Set-Service  TieringEngineService -StartupType Manual 
Set-Service  SysMain -StartupType Automatic 
Set-Service  SENS -StartupType Automatic 
Set-Service  SystemEventsBroker -StartupType Automatic 
Set-Service  SgrmBroker -StartupType Automatic 
Set-Service  Schedule -StartupType Automatic 
Set-Service  lmhosts -StartupType Manual 
Set-Service  TapiSrv -StartupType Manual 
Set-Service  Themes -StartupType Automatic 
Set-Service  TimeBroker -StartupType Manual 
Set-Service  TabletInputService -StartupType Disabled 
Set-Service  UwfServcingSvc -StartupType Disabled 
Set-Service  UsoSvc -StartupType Manual 
Set-Service  upnphost -StartupType Manual
Set-Service  UevAgentService -StartupType Disabled 
Set-Service  UserManager -StartupType Automatic 
Set-Service  ProfSvc -StartupType Automatic 
Set-Service  vds -StartupType Manual 
Set-Service  VSS -StartupType Manual 
Set-Service  W3LOGSVC -StartupType Disabled 
Set-Service  WalletService -StartupType Manual 
Set-Service  WMSVC -StartupType Disabled 
Set-Service  TokenBroker -StartupType Manual 
Set-Service  WebClient -StartupType Disabled 
Set-Service  WFDSConSvc -StartupType Disabled 
Set-Service  AudioSrv -StartupType Automatic 
Set-Service  AudioEndpointBuilder -StartupType Automatic 
Set-Service  SDRSVC -StartupType Manual 
Set-Service  WbioSrvc -StartupType Manual 
Set-Service  FrameServer -StartupType Disabled 
Set-Service  wcncsvc -StartupType Disabled 
Set-Service  Wcmsvc -StartupType Automatic 
Set-Service  Sense -StartupType Manual 
Set-Service  WdNisSvc -StartupType Manual 
Set-Service  WinDefend -StartupType Automatic 
Set-Service  MpsSvc -StartupType Automatic 
Set-Service  SecurityHealthService -StartupType Automatic 
Set-Service  WEPHOSTSVC -StartupType Manual 
Set-Service  WerSvc -StartupType Manual 
Set-Service  Wecsvc -StartupType Manual 
Set-Service  EventLog -StartupType Automatic 
Set-Service  FontCache -StartupType Automatic 
Set-Service  StiSvc -StartupType Manual 
Set-Service  wisvc -StartupType Disabled 
Set-Service  msiserver -StartupType Manual 
Set-Service  LicenseManager -StartupType Manual 
Set-Service  Winmgmt -StartupType Automatic 
Set-Service  WMPNetworkSvc -StartupType Disabled 
Set-Service  icssvc -StartupType Disabled 
Set-Service  TrustedInstaller -StartupType Manual 
Set-Service  spectrum -StartupType Manual 
Set-Service  FontCache3.0.0.0 -StartupType Disabled 
Set-Service  WAS -StartupType Disabled 
Set-Service  WpnService -StartupType Automatic 
Set-Service  PushToInstall -StartupType Manual 
Set-Service  WinRM -StartupType Disabled 
Set-Service  WSearch -StartupType Automatic 
Set-Service  W32Time -StartupType Manual 
Set-Service  wuauserv -StartupType Manual 
Set-Service  WaaSMedicSvc -StartupType Manual 
Set-Service  WinHttpAutoProxySvc -StartupType Manual 
Set-Service  dot3svc -StartupType Manual 
Set-Service  WlanSvc -StartupType Automatic 
Set-Service  wmiApSrv -StartupType Manual 
Set-Service  workfolderssvc -StartupType Disabled 
Set-Service  LanmanWorkstation -StartupType Automatic 
Set-Service  W3SVC -StartupType Disabled 
Set-Service  WwanSvc -StartupType Disabled 
Set-Service  XboxGipSvc -StartupType Manual 
Set-Service  xbgm -StartupType Manual 
Set-Service  XblAuthManager -StartupType Disabled 
Set-Service  XblGameSave -StartupType Disabled 
Set-Service  XboxNetApiSvc -StartupType Disabled
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

If you want you can disable animations but leave smoothed fonts like I have. I like it this way.

In the end you get a very lightweight windows system especially if you risk breakage below but everything from here on out is optional!

Enjoy

Support below if needed

ALSO if your a W10Privacy user (OPTIONAL)

Here is my config for it. It has the potential to reduce the footprint even more but bare in mind. My config here will absolutely gut your system but leave it in a working and updateable state.

W10Privacy.ini

Settings ini
[settings]
sprache=2
taskenable=Ready
taskdisable=Disabled
taskactive=Running
firewall_rulename=Rule Name
firewall_enable=Yes
nofirewall=0
nouserapps=0
nosystemapps=0
checkforupdates=0
norestoremsg=0
Language_File=
Language_Title=
_aktivitaetsverlauf=1
_experimente=1
_anwendungstelemetrie=1
_kundenzufriedenheit=1
_benutzeraktivitaeten=1
_schreibverhalten=1
_sprachliste=1
_positionserkennung=1
_positionserkennung_benutzer=1
_spracherkennung=1
_feedback=1
_diagnose=1
_diagnosedaten_verwenden=1
_startmenu_vorschlaege=1
_kamera_sperrbildschirm=1
_autologger=1
_inventory=1
_kennwortanzeige=1
_WindowsMediaDRM=1
_Defender_Sicherheitsprobleme=0
_Defender_Beispiele=1
_MRT_Schadsoftware=1
_fehlerberichterstattung=1
_memory_dumps=1
_wer_additional_data=1
_handschriftendaten=1
_handschriftenerkennung_fehlerbericht=1
_abruf_metadaten=1
_abgleich_einstellungen_mit_cloud=1
_app_installation=1
_app_installation_benutzer=1
_app_push_install=1
_werbungs_id=1
_smartscreen=1
_ungekoppelte_geraete=1
_app_starts_festhalten=1
_Apps_auf_Lokalisierung=1
_zugriff_auf_kamera=1
_kamera=1
_zugriff_auf_mikrofon=1
_mikrofon=1
_zugriff_auf_benachrichtigungen=1
_benachrichtigungen=1
_zugriff_auf_kontoinfos=1
_appzugriff_auf_kontoinfos=1
_zugriff_auf_kontakte=1
_kontakte=1
_zugriff_auf_kalender=1
_kalender=1
_zugriff_auf_anrufliste=1
_anrufliste=1
_zugriff_auf_emails=1
_emailzugriff=1
_zugriff_auf_aufgaben=1
_aufgaben=1
_zugriff_auf_messaging=1
_messaging=1
_zugriff_auf_funkempfang=1
_funkempfang=1
_Apps_andere_Geraete=1
_Apps_andere_Geraete_Bluetooth=1
_zugriff_auf_diagnosedaten_apps=1
_diagnosedaten_apps=1
_Apps_im_Hintergrund=1
_zugriff_auf_Dokumente=1
_Apps_auf_Dokumente=1
_zugriff_auf_Bilder=1
_Apps_auf_Bilder=1
_zugriff_auf_Videos=1
_Apps_auf_Videos=1
_zugriff_auf_Dateisystem=1
_Apps_auf_Dateisystem=1
_hosts_update=0
_hosts_update_light=0
_telemetrie_ips_blockieren1=0
_telemetrie_ips_blockieren2=0
_telemetrie_ips_blockieren3=0
_telemetrie_ips_blockieren4=0
_telemetrie_ips_blockieren5=0
_telemetrie_ips_blockieren6=0
_telemetrie_ips_blockieren7=0
_telemetrie_ips_blockieren8=0
_telemetrie_ips_blockieren9=0
_telemetrie_ips_blockieren10=0
_telemetrie_ips_blockieren11=0
_telemetrie_ips_blockieren12=0
_telemetrie_ips_blockieren13=0
_telemetrie_ips_blockieren14=0
_telemetrie_ips_blockieren15=0
_telemetrie_ips_blockieren16=0
_telemetrie_ips_blockieren17=0
_telemetrie_ips_blockieren18=0
_telemetrie_ips_blockieren19=0
_telemetrie_ips_blockieren20=0
_telemetrie_ips_blockieren21=0
_telemetrie_ips_blockieren22=0
_telemetrie_ips_blockieren23=0
_telemetrie_ips_blockieren24=0
_telemetrie_ips_blockieren25=0
_telemetrie_ips_blockieren26=0
_telemetrie_ips_blockieren_light1=1
_cortana=1
_cortana_pos=1
_websearch=1
_websearch_user=1
_websearch_cloud=1
_wlan_hotspot=1
_wlan_kontakte=1
_wlan_kostenpflichtig=1
_wlan_outlook=1
_wlan_skype=1
_wlan_facebook=1
_suchleiste=1
_dieser_pc=1
_computer_anzeigen=1
_netzwerk_anzeigen=1
_dateinamenerweiterungen=1
_verstecktedateien=1
_systemdateienanzeigen=1
_explorer_smartscreen=1
_schnellzugriff_ordner=1
_schnellzugriff_dateien=1
_verknuepfungspfeile=1
_verknuepfungsbezeichnung=1
_vertikaler_iconabstand=1
_thumbnail_cache_bilder=1
_thumbnail_cache_bilder2=1
_thumbnail_alle_formate=1
_suchhistorie=1
_infos_gestartete_programme_dateien=1
_sperrbildschirm_bei_anmeldung=1
_explorer_werbung=1
_kontakte_in_taskleiste=1
_taskansicht_in_taskleiste=1
_Diagnosenachverfolgungsdienst=1
_diagnosticshub=1
_dmwappushsvc=1
_DoSvc=1
_geolocation=1
_biometrie=1
_defender=0
_windows_search=1
_donottrack=1
_phishingfilter=1
_seitenvorhersage=1
_suchvorschlaege=1
_kennwoerter_speichern=1
_formulareintraege_speichern=1
_cookies_drittanbieter=1
_webseiten_medienlizenzen=1
_flashplayer=1
_donottrack_ie=1
_phishingfilter_ie=1
_seitenvorhersage_ie=1
_vorschlaege_ie=1
_kennwoerter_speichern_ie=1
_autovervollstaendigen_ie=1
_geolocation_ie=1
_updates_ie=1
_edge_symbol_in_ie_ausblenden=1
_onedrivestart=1
_onedriveexplorer=1
_onedrivedeaktivieren=1
_onedrive_for_business_deaktivieren=1
_notizdeaktivieren=1
_Compatibility_Appraiser=1
_ProgramDataUpdater=1
_Proxy=1
_Consolidator=1
_UsbCeip=1
_DiskDiagnosticDataCollector=1
_DmClient=1
_FamilySafetyMonitor=1
_Defender_Maintenance=1
_Defender_Cleanup=1
_Defender_Scan=1
_Defender_Verification=1
_WinSAT=1
_cachetask=0
_maintenance=0
_wu_updates_deaktivieren=0
_wu_kein_automatischer_neustart=1
_wu_keine_updates_anderer_MS_produkte=1
_wu_upgrades_verschieben=1
_wu_keine_update_verteilung=0
_wu_updates_nur_im_lan=1
_biometrische_anmeldung=1
_energiesparen=0
_ruhezustand=1
_treiberinstallation=0
_superfetch=0
_statusmeldungen=1
_kompatibilitaet=1
_shutdown_apps=1
_shutdown_not_responding=1
_defrag_boot_files=1
_godmode=0
_bluescreen=1
_SmartNameResolution=1
_Enable_Dark_Theme=1
_animation_erste_anmeldung=1
_windows_spotlight=1
_privacy_settings_experience_on_user_logon=1
_Firewall_AADBrokerPlugin=1
_Firewall_AccountsControl=1
_Firewall_BioEnrollment=1
_Firewall_LockApp=1
_Firewall_Edge1=0
_Firewall_Edge2=0
_Firewall_AssignedAccessLockApp=1
_Firewall_SearchCortana=1
_Firewall_XboxGame=1
_Firewall_ParentalControls=1
_Firewall_BackgroundTaskHost=1
_Firewall_DownloadUploadHost=1
_Firewall_HostProcessWindowsTasks=1
_Firewall_HostProcessSettingSynchronization=1
_Firewall_CompatibilityTelemetry=1
_Firewall_FeedbackSIUFDeployment=1
_Firewall_FeedsSynchronization=1
_Firewall_MalwareProtectionCommandLineUtility=0
_Firewall_WindowsToolUninstallMaliciousSoftware=1
_Firewall_RuntimeBroker=0
_Firewall_SIHClient=1
_Firewall_ProblemReporting=1
_Firewall_SQMKonsolidator=1
_Firewall_ActivationClient=1
_Firewall_DeviceAssociationFrameworkProviderHost=1
=1
_back_benutzer_Einstellungen=1
_back_benutzer_Microsoft_Edge=1
_back_benutzer_Verbinden=1
_back_benutzer_WindowsDefenderSecurityCenter=1
_back_benutzer_MicrosoftEdge=1
_back_benutzer_store=1
_benutzer_3DBuilder=1
_benutzer_bingfinance=1
_benutzer_BingNews=1
_benutzer_BingSports=1
_benutzer_bingweather=1
_benutzer_Getstarted=1
_benutzer_MicrosoftOfficeHub=1
_benutzer_MicrosoftSolitaireCollection=1
_benutzer_OfficeOneNote=1
_benutzer_People=1
_benutzer_SkypeApp=1
_benutzer_WindowsPhotos=1
_benutzer_WindowsAlarms=1
_benutzer_WindowsCalculator=1
_benutzer_windowscommunicationsapps=1
_benutzer_WindowsSoundRecorder=1
_benutzer_XboxApp=1
_benutzer_ZuneMusic=1
_benutzer_ZuneVideo=1
_benutzer_WindowsCamera=1
_benutzer_WindowsMaps=1
_benutzer_WindowsPhone=1
_benutzer_CommsPhone=1
_benutzer_SkypeVideo=1
_benutzer_Sway=1
_benutzer_Twitter=1
_benutzer_CandyCrush=1
_benutzer_FeedbackHub=1
_benutzer_WLAN_und_Mobilfunkguthaben=1
_benutzer_MSPaint=1
_benutzer_StickyNotes=1
_benutzer_3DViewer=1
_benutzer_Wallet=1
_benutzer_DesktopAppInstaller=1
_benutzer_XboxIdentityProvider=1
_benutzer_XboxSpeechToTextOverlay=1
_benutzer_StorePurchaseApp=1
_benutzer_YourPhone=1
_benutzer_GetHelp=1
_benutzer_HEIFImageExtension=1
_benutzer_MixedReality.Portal=1
_benutzer_Print3D=1
_benutzer_ScreenSketch=1
_benutzer_VP9VideoExtensions=1
_benutzer_WebpImageExtension=1
_benutzer_WebMediaExtensions=1
_benutzer_XboxGamingOverlay=1
_benutzer_XboxGameOverlay=1
_benutzer_Xbox.TCUI=1
_3DBuilder=1
_BingFinance=1
_BingNews=1
_BingSports=1
_BingWeather=1
_Getstarted=1
_MicrosoftOfficeHub=1
_MicrosoftSolitaireCollection=1
_OfficeOneNote=1
_People=1
_SkypeApp=1
_WindowsPhotos=1
_WindowsAlarms=1
_WindowsCalculator=1
_windowscommunicationsapps=1
_WindowsSoundRecorder=1
_XboxApp=1
_ZuneMusic=1
_ZuneVideo=1
_WindowsCamera=1
_WindowsMaps=1
_WindowsPhone=1
_CommsPhone=1
_Sway=1
_DesktopAppInstaller=1
_GetHelp=1
_HEIFImageExtension=1
_Microsoft3DViewer=1
_MicrosoftStickyNotes=1
_MixedReality.Portal=1
_MSPaint=1
_OneConnect=1
_Print3D=1
_ScreenSketch=1
_StorePurchaseApp=1
_VP9VideoExtensions=1
_Wallet=1
_WebMediaExtensions=1
_WebpImageExtension=1
_WindowsFeedbackHub=1
_Xbox.TCUI=1
_XboxGameOverlay=1
_XboxGamingOverlay=1
_XboxIdentityProvider=1
_XboxSpeechToTextOverlay=1
_YourPhone=1
extendedlogging=
save_as=C:\Users\username\Downloads\W10Privacy\W10Privacy.ini

If you want to do the same thing but just cant stand using a program. I have made a guide on the forums for it

6 Likes

It’s probably a good idea to save/export the current state:
Get-Service | fl Name, StartType

Not easily undone, but at least you’d have a list of how your stuff was configured before. Maybe someone can come up with a way to reformat the output to commands to undo those changes.

Edit: Quickly did it myself:

$Services = Get-Service
foreach ($service in $Services)
{
    Write-Host "Set-Service" $service.Name "-StartType" $service.StartType
}

This will give you one command per line the current Service state to undo all the changes at once. Just to be safe, when things go really south…

Edit: It just occured to me that it might not be obvious: This is a PowerShell script. So, save as filename.ps1 and run in Powershell.

6 Likes

Yeah that’s a good idea but it’s also easily undone by going into msconfig and saying normal startup…

Either way works since we aren’t doing a gp override :slight_smile:

1 Like

Does this permanently reverse the changes? I was under the impression that this only reverted the changes for the next startup.

It will permanent reverse in the case of Windows 10 … on 7 and 8 it was only for the next restart. Now it just sticks from my experience. Not sure if that was a bug that stayed or permanent under the rug change.

Normal enabled everything that’s installed running as it would stock

Diagnostic is nothing runs except the basics which is big time broken haha

Good to know. Might come in handy the next time a collegue screws his PC up :wink:

1 Like

My Windows doesn’t take that much with 16GB RAM because I only have 4GB. :smiley:
Disabling services is one of the first things I always do.

1 Like

That might be helpful actually…

I’ll save this post in case I ever decide to go back to gaming on winderp

thanks <3

1 Like

haha Sem problemas

Like I said though everyones mileage will vary. Disabling services can break features you like so you will have to look at the dependencies and reenable the chain for what you need. Thats not to hard though and you can find that all in services.msc

1 Like

Could also use o&o’s shutup10, it has a decent interface with descriptions and is updated for each windows release. It controls group policy settings, registry settings and other things with simple sliders next to each. Supports backups as well.

Good program. I use. But in this topic rather not useful. It doesn’t have much in common with windows services.

Does it work on W10 Home? Anyone tested?

1 Like

Windows 10 Home will be the sku that’s least coorperative

Sorry… what does it actually mean?

Me are is stoopid

1 Like

It doesn’t have the ability to set group policies. It also has the most telemetry out of the distros and the inability to long term delay updates

If I were doing it … like anybody who hates it… I would aquire Enterprise whether legally or illegally and do it on that

1 Like

This is kinda weird… but also makes sense… since “sensible” data would be less dangerous to handle…

If I were to keep it without activating until I was sure it was worth the 500+ BRL, would I lose a lot? Cause right now the only thing going on home is the overlay text…

I use W10H because I had licenses from W7. So I’m being spied the most… :wink:
I personally block everything on the firewall especially WerFalut, SystemStetings, Cortana SearchUI, SppExtComObj, AppHostRegistrationVerifier, wermgr, SpeechRuntime, CompatTelRunner, SIHClient, lsass, taskhostw, usocoreworker. Except svhost, smartscreen. And I use OOSU10. Somehow I don’t want to waste money on Enterprise licenses. :wink:

Do it manually, Home has fewer services but the principle is the same. I always do it manually …

1 Like

He can use it… its the same process names just some will fail with red stack trace which is fine cuz they don’t exist

dont need that, registry works.

The group policy is irreversible registry needs a rewrite Everytime you update builds

It’s actually why I run Enterprise group policy shut off telemetry