Windows 10 PS Scripts worth looking through

  • Thread starter Thread starter gootynz
  • Start date Start date
G

gootynz

Guest
Hi,
I found these scripts useful and feel others could also make use of them,
I take NO credit for these scripts that goes to the authors of the scripts.
##########
# Tweaked Win10 Initial Setup Script
# Primary Author: Disassembler <[email protected]>
# Modified by: alirobe <[email protected]> based on my personal preferences.
# Version: 2.20.2, 2018-09-14
# Primary Author Source: # Tweaked Source: /
# Tweak difference:
#
# @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ...
# ... while retaining win10 defaults + security features. Aim to be suitable for end-user rollout.
#
# If you're a power user looking to tweak your machinea, or doing larger roll-out..
# Use the @Disassembler0 script instead. It'll probably be more up-to-date than mine:
# https://github.com/Disassembler0/Win10-Initial-Setup-Script
#
# Note from author: Never run scripts without reading them & understanding what they do.
#
##########
 
Back
Top