How To Change My Network From Public To Private Windows 10
Windows 10 Privacy Guide - 1903 Update
Important: Maintainer needed!
I am switching to Linux equally my chief Os and 1903 will exist the last update for this guide from me. Desire to pick upward the projection?
Introduction
Windows x has raised several concerns virtually privacy due to the fact that it has a lot of telemetry and online features. In response to these concerns, Microsoft released a document explaining exactly what data they collect, and now Windows ten fifty-fifty has a Diagnostic Data Viewer. Most of it seems pretty legit stuff when telemetry is set to bones, but even so, if you don't trust them, here's how to preclude Windows 10 from sending your data to Microsoft.
Last update: July 5, 2019
Of import: This procedure cannot be reverted without reinstalling Windows. Do not follow this guide if:
- You are non an experienced user
- You need to utilize a Microsoft Account for whatsoever reason (exterior of your web browser)
- Y'all need to download anything from the Windows Store (including distros for the Linux subsystem if you desire to use it)
- You lot need to add together/remove user accounts to your PC (new accounts will not work properly)
Yous're doing this at your own hazard, I am not responsible for any data loss or impairment that may occur.
Allow'due south start.
Practise not use the default settings
At the end of the setup process, create a local account, don't use Cortana and plough off everything in the privacy settings. If you already installed Windows with the default settings, become to Start > Settings > Privacy to turn them off. You should also get to Account and disconnect your Microsoft business relationship because this guide will forbid it from working properly.
Let information technology download all the updates
In one case you become to the desktop, go to Settings > Updates and security, and allow information technology download all the updates. Reboot and repeat until no more than updates are bachelor.
This is important considering Windows Update may interfere with our activities.
At present open up the Store app, and allow information technology download updates too.
Again, this is important considering updates would interfere with our activities.
This may take some time.
Make certain yous check for updates several times, considering we absolutely don't want information technology to download stuff while nosotros're removing it.
At present that the system is fully updated, brand sure Windows is activated with your license (or KMSPico).
Remove everything yous can
Open the commencement menu and remove all the applications. Some of them, such every bit Microsoft Edge, will not take an uninstall pick; we'll remove them later on.
What's important now is to remove all the OEM software and the shitty games like Candy Trounce and Minecraft.
If you used previous versions of Windows 10, you'll notice that this fourth dimension nosotros can remove more stuff, like Paint 3D, without resorting to tricks.
Tools
Removing Windows Defender
In the control prompt, type the following commands:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /five SmartScreenEnabled /t REG_SZ /d "Off" /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "0" /f reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f reg add together "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /5 SpyNetReporting /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SubmitSamplesConsent /t REG_DWORD /d two /f reg add together "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v DontReportInfectionInformation /t REG_DWORD /d 1 /f reg delete "HKLM\System\CurrentControlSet\Services\Sense" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /five "DontReportInfectionInformation" /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d 1 /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SecurityHealth" /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" /v "SecurityHealth" /f reg add together "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Epitome File Execution Options\SecHealthUI.exe" /v Debugger /t REG_SZ /d "%windir%\System32\taskkill.exe" /f install_wim_tweak /o /c Windows-Defender /r reg add together "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance" /v "Enabled" /t REG_DWORD /d 0 /f reg delete "HKLM\System\CurrentControlSet\Services\SecurityHealthService" /f
This will take 1-ii minutes.
Unfortunately, since June 2018, the Windows Security icon in the Get-go card can no longer exist removed without breaking the organisation.
If Windows complains about the arrangement being unprotected, right click the notification and hide it.
Removing features
We will now remove about all UWP features in Windows. The but UWP app yous'll have left will be the settings app.
If you manually install UWP apps later (similar cracked UWP games) they may non work properly.
Note: if some of the apps reappear after a few minutes, it'southward because you didn't await for the updates to finish. Y'all tin simply remove them again using the same commands.
Windows Store
In the PowerShell, type:
Get-AppxPackage -AllUsers *store* | Remove-AppxPackage
You can ignore whatsoever error that pops up.
In the command prompt, type:
install_wim_tweak /o /c Microsoft-Windows-ContentDeliveryManager /r install_wim_tweak /o /c Microsoft-Windows-Store /r reg add together "HKLM\Software\Policies\Microsoft\WindowsStore" /five RemoveWindowsStore /t REG_DWORD /d ane /f reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v DisableStoreApps /t REG_DWORD /d 1 /f reg add together "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\PushToInstall" /5 DisablePushToInstall /t REG_DWORD /d 1 /f reg add together "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SilentInstalledAppsEnabled /t REG_DWORD /d 0 /f sc delete PushToInstall
Music, TV, ...
In the PowerShell, type:
Get-AppxPackage -AllUsers *zune* | Remove-AppxPackage Get-WindowsPackage -Online | Where PackageName -like *MediaPlayer* | Remove-WindowsPackage -Online -NoRestart
Alternatives: MPC-HC, VLC, MPV
Xbox and Game DVR
In the PowerShell, type:
Get-AppxPackage -AllUsers *xbox* | Remove-AppxPackage
You tin can ignore any fault that pops upwardly.
In the control prompt, type:
sc delete XblAuthManager sc delete XblGameSave sc delete XboxNetApiSvc sc delete XboxGipSvc reg delete "HKLM\SYSTEM\CurrentControlSet\Services\xbgm" /f schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /disable schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTaskLogon" /disable reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v AllowGameDVR /t REG_DWORD /d 0 /f
Additionally, go to Kickoff > Settings > Gaming and turn off everything.
Gluey Notes
In the PowerShell, type:
Get-AppxPackage -AllUsers *sticky* | Remove-AppxPackage
Alternatives: Notebot
Maps
In the PowerShell, type:
Get-AppxPackage -AllUsers *maps* | Remove-AppxPackage
In the command prompt, type:
sc delete MapsBroker sc delete lfsvc schtasks /Change /TN "\Microsoft\Windows\Maps\MapsUpdateTask" /disable schtasks /Change /TN "\Microsoft\Windows\Maps\MapsToastTask" /disable
Alarms and Clock
In the PowerShell, type:
Get-AppxPackage -AllUsers *alarms* | Remove-AppxPackage Become-AppxPackage -AllUsers *people* | Remove-AppxPackage
You can ignore any error that pops upwardly.
Post, Calendar, ...
In the PowerShell, type:
Get-AppxPackage -AllUsers *comm* | Remove-AppxPackage Become-AppxPackage -AllUsers *mess* | Remove-AppxPackage
You tin can ignore whatsoever error that pops up.
Alternatives: Thunderbird
OneNote
In the PowerShell, blazon:
Get-AppxPackage -AllUsers *onenote* | Remove-AppxPackage
Photos
In the PowerShell, blazon:
Get-AppxPackage -AllUsers *photograph* | Remove-AppxPackage
Alternatives: JPEGView, or the former Windows Photo Viewer
Camera
In the PowerShell, type:
Get-AppxPackage -AllUsers *camera* | Remove-AppxPackage
Ignore whatever error that pops up
Weather, News, ...
In the PowerShell, type:
Get-AppxPackage -AllUsers *bing* | Remove-AppxPackage
Figurer
In the PowerShell, type:
Get-AppxPackage -AllUsers *calc* | Remove-AppxPackage
Alternatives: SpeedCrunch
Audio Recorder
In the PowerShell, type:
Get-AppxPackage -AllUsers *soundrec* | Remove-AppxPackage
Alternatives: Audacity
Microsoft Border
Since May 2019, Edge tin can no longer be fully removed without breaking Windows Update. Nosotros can neutralize it, but the icon will still exist there in the start menu.
Right click the Edge icon on your taskbar and unpin it.
In the PowerShell, type:
taskkill /F /IM browser_broker.exe taskkill /F /IM RuntimeBroker.exe taskkill /F /IM MicrosoftEdge.exe taskkill /F /IM MicrosoftEdgeCP.exe taskkill /F /IM MicrosoftEdgeSH.exe mv C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe_BAK reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Prototype File Execution Options\MicrosoftEdge.exe" /five Debugger /t REG_SZ /d "%windir%\System32\taskkill.exe" /f Get-WindowsPackage -Online | Where PackageName -like *InternetExplorer* | Remove-WindowsPackage -Online -NoRestart
Alternatives: Firefox, Chromium, Iridium Browser, Pale Moon
Contact Back up, Get Assist
In the control prompt, type:
install_wim_tweak /o /c Microsoft-Windows-ContactSupport /r
In the PowerShell, type:
Get-AppxPackage -AllUsers *GetHelp* | Remove-AppxPackage
Additionally, Become to Start > Settings > Apps > Manage optional features, and remove Contact Support (if present).
Microsoft Quick Assist
In the PowerShell, blazon:
Get-WindowsPackage -Online | Where PackageName -like *QuickAssist* | Remove-WindowsPackage -Online -NoRestart
Connect
In the command prompt, type:
install_wim_tweak /o /c Microsoft-PPIProjection-Bundle /r
Your Phone
In the PowerShell, type:
Get-AppxPackage -AllUsers *phone* | Remove-AppxPackage
Hi Face
In the PowerShell, blazon:
Get-WindowsPackage -Online | Where PackageName -like *Hello-Confront* | Remove-WindowsPackage -Online -NoRestart
In the command prompt, type:
schtasks /Change /TN "\Microsoft\Windows\HelloFace\FODCleanupTask" /Disable
Edit with 3D Paint / 3D Print
It is now possible to remove 3D Paint and 3D Impress, but they forgot to remove the choice in the context menu when y'all remove them. To remove it, run this in the control prompt:
for /f "tokens=1* delims=" %I in (' reg query "HKEY_CLASSES_ROOT\SystemFileAssociations" /s /k /f "3D Edit" ^| observe /i "3D Edit" ') do (reg delete "%I" /f ) for /f "tokens=1* delims=" %I in (' reg query "HKEY_CLASSES_ROOT\SystemFileAssociations" /s /thousand /f "3D Print" ^| find /i "3D Print" ') practice (reg delete "%I" /f )
Organisation Restore
In the PowerShell, type:
Disable-ComputerRestore -Bulldoze "C:\" vssadmin delete shadows /all /Tranquillity reg add together "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /5 "DisableConfig" /t "REG_DWORD" /d "i" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f reg add together "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f schtasks /Change /TN "\Microsoft\Windows\SystemRestore\SR" /disable
Reboot!
Reboot the system and yous're now gratuitous of UWP garbage.
Disabling Cortana
With the Anniversary Update, Microsoft hid the option to disable Cortana.
Warning: Practice non attempt to remove the Cortana package using install_wim_tweak or the PowerShell, as information technology volition interruption Windows Search and you lot will have to reinstall Windows!
Open up our command prompt once more and use this command:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /five AllowCortana /t REG_DWORD /d 0 /f reg add "HKLM\Organisation\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules" /five "{2765E0F4-2918-4A46-B9C9-43CDD8FCBA2B}" /t REG_SZ /d "BlockCortana|Action=Block|Active=TRUE|Dir=Out|App=C:\windows\systemapps\microsoft.windows.cortana_cw5n1h2txyewy\searchui.exe|Proper noun=Search and Cortana application|AppPkgId=S-one-xv-2-1861897761-1695161497-2927542615-642690995-327840285-2659745135-2630312742|" /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /5 BingSearchEnabled /t REG_DWORD /d 0 /f
Reboot again and Cortana is gone. The icon is nevertheless at that place, but it will open up the regular search instead.
More than tweaking
Open up the command prompt once more.
Plow off Windows Error reporting
In the command prompt, type:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /5 Disabled /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /five Disabled /t REG_DWORD /d 1 /f
We will remove the service later, but in case an update reinstalls it, this volition at least keep it turned off.
No more forced updates
This will notify when updates are available, and y'all decide when to install them.
In the command prompt, type:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 0 /f reg add together "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /5 ScheduledInstallDay /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d iii /f
No license checking
By default, Windows volition check your license every time yous turn on your PC, this volition prevent information technology.
In the command prompt, type:
reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v NoGenTicket /t REG_DWORD /d 1 /f
Disable sync
It doesn't actually affect you lot if you lot're not using a Microsoft Account, only it will at least disable the Sync settings from the Settings app.
In the command prompt, type:
reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v DisableSettingSync /t REG_DWORD /d two /f reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /5 DisableSettingSyncUserOverride /t REG_DWORD /d 1 /f
No Windows Tips
In the control prompt, type:
reg add together "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSoftLanding /t REG_DWORD /d ane /f reg add together "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /five DisableWindowsSpotlightFeatures /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsConsumerFeatures /t REG_DWORD /d ane /f reg add "HKLM\Software\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications /t REG_DWORD /d 1 /f reg add together "HKLM\Software\Policies\Microsoft\WindowsInkWorkspace" /v AllowSuggestedAppsInWindowsInkWorkspace /t REG_DWORD /d 0 /f
Removing Telemetry and other unnecessary services
In the command prompt type the following commands:
sc delete DiagTrack sc delete dmwappushservice sc delete WerSvc sc delete OneSyncSvc sc delete MessagingService sc delete wercplsupport sc delete PcaSvc sc config wlidsvc start=demand sc delete wisvc sc delete RetailDemo sc delete diagsvc sc delete shpamsvc sc delete TermService sc delete UmRdpService sc delete SessionEnv sc delete TroubleshootingSvc for /f "tokens=one" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "wscsvc" ^| discover /i "wscsvc"') do (reg delete %I /f) for /f "tokens=i" %I in ('reg query "HKLM\System\CurrentControlSet\Services" /g /f "OneSyncSvc" ^| find /i "OneSyncSvc"') do (reg delete %I /f) for /f "tokens=1" %I in ('reg query "HKLM\System\CurrentControlSet\Services" /yard /f "MessagingService" ^| find /i "MessagingService"') do (reg delete %I /f) for /f "tokens=one" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /one thousand /f "PimIndexMaintenanceSvc" ^| detect /i "PimIndexMaintenanceSvc"') exercise (reg delete %I /f) for /f "tokens=one" %I in ('reg query "HKLM\Organization\CurrentControlSet\Services" /k /f "UserDataSvc" ^| find /i "UserDataSvc"') do (reg delete %I /f) for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "UnistoreSvc" ^| find /i "UnistoreSvc"') practice (reg delete %I /f) for /f "tokens=1" %I in ('reg query "HKLM\System\CurrentControlSet\Services" /k /f "BcastDVRUserService" ^| find /i "BcastDVRUserService"') practise (reg delete %I /f) for /f "tokens=1" %I in ('reg query "HKLM\Organisation\CurrentControlSet\Services" /thousand /f "Sgrmbroker" ^| find /i "Sgrmbroker"') do (reg delete %I /f) sc delete diagnosticshub.standardcollector.service reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d 0 /f reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "PeriodInNanoSeconds" /f reg add together "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v Offset /t REG_DWORD /d 0 /f reg add together "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /5 AITEnable /t REG_DWORD /d 0 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableInventory /t REG_DWORD /d one /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /five DisablePCA /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableUAR /t REG_DWORD /d ane /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /five "EnabledV9" /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Organisation" /five "EnableSmartScreen" /t REG_DWORD /d 0 /f reg add together "HKCU\Software\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /5 "NoRecentDocsHistory" /t REG_DWORD /d one /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CompatTelRunner.exe" /v Debugger /t REG_SZ /d "%windir%\System32\taskkill.exe" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DeviceCensus.exe" /5 Debugger /t REG_SZ /d "%windir%\System32\taskkill.exe" /f
Printing Win+R, blazon regedit, press enter, and navigate to HKEY_LOCAL_MACHINE\Organization\CurrentControlSet\Services.
Here we need to locate the post-obit keys:
- DPS
- WdiServiceHost
- WdiSystemHost
These keys accept messed upwardly permissions. To delete them, we must prepare them, hither's a video showing how to practice information technology:
Right click the fundamental and select Permissions, and then click Advanced, change the Owner to your username, check "Supersede owner on subcontainers and objects" and "Supersede all child object permission entries with inheritable permission entries from this object", if inheritance is enabled, disable it and convert to explicit permissions, apply, remove all the permission entries and add together ane for your username with Full control, ostend everything and delete the key.
Repeat for the 3 keys and you're washed.
Scheduled tasks
Windows x has a huge corporeality of scheduled tasks that may report some data. Type these commands in the command prompt to remove them:
schtasks /Alter /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable schtasks /Modify /TN "Microsoft\Windows\Application Feel\AitAgent" /disable schtasks /Alter /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /disable schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /disable schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Comeback Plan\BthSQM" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable schtasks /Change /TN "Microsoft\Windows\Client Experience Improvement Program\KernelCeipTask" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Comeback Plan\Uploader" /disable schtasks /Change /TN "Microsoft\Windows\Client Experience Improvement Program\UsbCeip" /disable schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /disable schtasks /Modify /TN "Microsoft\Windows\FileHistory\File History (maintenance manner)" /disable schtasks /Modify /TN "Microsoft\Windows\Maintenance\WinSAT" /disable schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /disable schtasks /Change /TN "Microsoft\Windows\Ability Efficiency Diagnostics\AnalyzeSystem" /disable schtasks /Change /TN "Microsoft\Windows\Vanquish\FamilySafetyMonitor" /disable schtasks /Change /TN "Microsoft\Windows\Beat\FamilySafetyRefresh" /disable schtasks /Alter /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /disable schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable schtasks /Alter /TN "Microsoft\Windows\WindowsUpdate\Automated App Update" /disable schtasks /Modify /TN "Microsoft\Windows\License Manager\TempSignedLicenseExchange" /disable schtasks /Change /TN "Microsoft\Windows\Clip\License Validation" /disable schtasks /Change /TN "\Microsoft\Windows\ApplicationData\DsSvcCleanup" /disable schtasks /Alter /TN "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable schtasks /Change /TN "\Microsoft\Windows\PushToInstall\LoginCheck" /disable schtasks /Change /TN "\Microsoft\Windows\PushToInstall\Registration" /disable schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitor" /disable schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitorToastTask" /disable schtasks /Alter /TN "\Microsoft\Windows\Beat out\FamilySafetyRefreshTask" /disable schtasks /Change /TN "\Microsoft\Windows\Subscription\EnableLicenseAcquisition" /disable schtasks /Alter /TN "\Microsoft\Windows\Subscription\LicenseAcquisition" /disable schtasks /Modify /TN "\Microsoft\Windows\Diagnosis\RecommendedTroubleshootingScanner" /disable schtasks /Change /TN "\Microsoft\Windows\Diagnosis\Scheduled" /disable schtasks /Change /TN "\Microsoft\Windows\NetTrace\GatherNetworkInfo" /disable del /F /Q "C:\Windows\System32\Tasks\Microsoft\Windows\SettingSync\*"
Some of these may not exist, it's fine.
Last touches
We must disable Windows Spotlight, and other "Suggestions" (literal ads).
Go to Kickoff > Settings > Personalization > Lock screen:
- Prepare the background to Picture
- Set "Get fun facts, tips, tricks and more on your lock screen" to off
Get to Personalization > Start:
- Ready Show suggestions occasionally in Start to off (They're literally ads)
Get back to Settings and get to Arrangement > Notifications and deportment:
- Set "Go tips, tricks, and suggestions as you lot use Windows" to off
- Gear up "Show me the Windows welcome..." to off
Get to System > Multitasking:
- Set up "Show suggestions occasionally in your timeline" to off
Go back to Settings and go to Privacy:
- Under General, plow off everything
- Under Activity history, plough off everything
- Under Oral communication, turn off everything
- Nether Inking, plow off everything
- Under App diagnostics, set up Let apps access diagnostic information to off
Become back to Settings and go to Search:
- Nether Permissions & History, turn off everything
After on, you might get a "Suggestions" notification. Right click information technology and turn it off.
Employ a firewall!
For some applications (such every bit the settings app), the only style to prevent them from reporting data is to cake them with a firewall. This is why yous should utilize a firewall to block all traffic except the applications you explicitly allow, like your web browser. Personally, I allow Windows Update, Network discovery and sharing, DHCP, DNS, my spider web browser and nil more.
SimpleWall is the new recommended firewall for this guide. If you used TinyWall earlier, it no longer works on 1903, so uninstall information technology.
SimpleWall can cake/unblock individual executables, UWP apps, and services, as well every bit filter by address, port and protocol.
Unlike TinyWall unfortunately, information technology doesn't have an autolearn mode, but it has a very useful notification that pops upwardly when an awarding is blocked, so you can decide if you lot want to cake it or allow it permanently. This is very useful when installing new software. Get used to seeing a lot of these in the first hours.
My recommended configuration for SimpleWall is this:
- Under Settings > Mode, utilize Whitelist. This will block all traffic that you don't explicitly let
- Under Settings > Settings > General, enable "Load on system startup", "Commencement minimized", and "Skip User Business relationship Command prompt"
- Under Settings > Settings > Rules, select "Enable boot-time filters"
- Under Settings > Settings > Rules > System Rules, allow smb (inbound and outbound), if you program to utilize network file sharing, and likewise Windows Update
- Under File > Import, you lot can load my preset: download. It blocks some Windows features that aren't already blocked by the guide, and allows all apps to access the local network but not the Internet.
- Click on Enable filtering, then select Whitelist
Feel complimentary to experiment with SimpleWall, information technology is a very powerful tool.
The just disadvantage at the moment is that it blocks Windows Update even if you explicitly allow it. The developer is aware of this issue and it will probably be fixed in later releases. A temporary workaround is bachelor here.
Congratulations! Your re-create of Windows is now Debotnetted!
Things volition change in the future, and I'll practice what I can to go on this guide updated. Every bit of May 2018, this guide works on Windows x Pro.
Can Windows revert these changes?
When a major update is installed, almost all changes will exist reverted and y'all'll take to repeat this procedure. Major updates come out well-nigh twice a year.
Source: https://github.com/adolfintel/Windows10-Privacy
Posted by: simonsmurge2001.blogspot.com
0 Response to "How To Change My Network From Public To Private Windows 10"
Post a Comment