You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,23 +58,25 @@ the script will then clean their profile as well. It is up to the system admini
58
58
this script and when to discontinue using it. The script will automatically determine if it has been previously executed
59
59
under the logged on user profile as well as administrator to prevent itself from re-execution.
60
60
61
-
### HOME USERS.
61
+
### HOME USERS (Non-Domain).
62
62
Simply run this script on each of the profiles on the computer, with an Administrator account being the
63
63
first to execute the script and non-Administrators (or other Administrators) thereafter.
64
64
65
65
### WINDOWS 10 HOME EDITION.
66
-
Sorry but once you run this script you will lose the ability to manage local users on your computer. I fixed this by releasing Windows 10 Local user Manager on 3/23/2021 and you can find it here. https://github.com/MegaphatNetworks/Windows-10-Local-User-Manager
66
+
Sorry but once you run this script you will lose the ability to manage local users on your computer. I wrote a piece of code on 3/23/2021 to help with called the [Windows 10 Local user Manager](https://github.com/MegaphatNetworks/Windows-10-Local-User-Manager)
67
67
68
68
### DOMAIN/AD SYSTEMS.
69
69
If you are using this in a domain environment, I would suggest including this script in your logon script.
70
70
Execution could be as simple as launching from a batch file such as: powershell.exe -ExecutionPolicy Bypass -File .\ThisScript.ps1
71
-
Be sure it executes the first time logged in as a Domain Admin.
71
+
Be sure it executes the first time logged in as a Domain Admin. It will detect if it has been executed previously to avoid repeat execution.
72
72
73
73
### NON-DOMAIN/AD BUSINESS SYSTEMS.
74
74
Run the script the same way as listed above for Home Users.
75
75
76
76
### HIPAA Compliancy Notice.
77
-
Windows 10 is NOT a HIPAA-compliant OS. Why? Because of all of the phone-home telemetry included.
77
+
Windows 10 is NOT a HIPAA-compliant OS unless you are running Enterprise edition and even then you need to be in an Active Directory and customize your policies.
78
+
*What do you mean non HIPAA compliant?* Exactly that! Computer information will be transmitted to MS. Why? Because of all of the phone-home telemetry included.
79
+
78
80
While I have not performed any network sniffing to determine if Windows 10 is actually sending any sensitive data back to MS,
79
81
the mere fact that it phones home with your activity and has access to your information makes it inherently not HIPAA compliant.
80
82
Will this script make your system compliant with HIPAA requirements? To some degree yes. It will disconnect the OS from having
0 commit comments