Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

Apply tweaks for all users / default user #243

Open Disassembler0 opened 5 years ago

Disassembler0 commented 5 years ago

This feature was often requested from the beginning (#5, #29 etc.), so it might be worth to look into it.

The basic idea would be to have a parameter (#241) to switch between single user and multiuser application. There are bunch of problems associated with that:

ghost commented 5 years ago

Can you please add support in the #244 GUI (and using arguments for main script) to select target users? (like generic ones - CurrentUser, AllUsers (loop all valid users), DefaultUser (future users) and also specific ones listed on GUI runtime)