Commit 9b58e7e6 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

Disable Activity/History (closing #10)

parent e693ba8d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"EnableActivityFeed"=dword:00000000
"PublishUserActivities"=dword:00000000
"UploadUserActivities"=dword:00000000
+3 −0
Original line number Diff line number Diff line
@@ -2,3 +2,6 @@ Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowCortana"=dword:00000000

# [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
# "CortanaConsent"=dword:00000000
+3 −0
Original line number Diff line number Diff line
# get bios Version

gwmi win32_bios | fl PS*,BiosV*,D*,M*,R*,Sm*,So*,V*,Serial*

# Get Windows 10 Version (human readable)
(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\" -Name ReleaseID).ReleaseId