Tribulations I face in my setup script I request guidance on:
- Edge doesn't want to come out but I may just be out of luck there, I think it's bugged. I'll probably just have to uninstall with GUI.
-
- Maybe I could open the Settings or CPL menu straight to the appropriate page for the user to do so? Is that possible or can I only really open the apps in general
- I'd like to configure some things automatically, for instance terminal profiles in WT and VS Code. But does anyone know if it's possible to just import the config jsons or if they have some machine-specific paths in them or something? Is there a way to configure them with PowerShell otherwise?
- I need to figure out how to handle installing Spotify, since it refuses to work through Winget when running out of an admin session
- I need to know how to schedule another script to run after the computer restarts
I also have some things I'm a bit more hazy now, and will probably have to do more direct research on. But for now does anyone know it's it's on the more trivial side to, through PowerShell: - Enable startup app notifications
- Configure the touchpad's actions for triple taps/swips and the like
- Enable "End Task" on task bar
- Enable visible file extensions
- Enable visible hidden files
- Enable "show full path" in Explorer
- Enable sudo
- I have just "Disable tips etc." in my list here?
- Enable clipboard history
- Enable the title bar shake to minimize (I don't even use this I just think it's fun lol)
- Perhaps most complexly, configure automatic restore points to be taken at a certain interval
Also, does anyone know if I should sign into my Microsoft before or after running the script? I feel like probably before, since not being signed in might cause some problems. But if I do sign in I'm afraid it might set some stuff I don't want, and I can't test it super well since I don't want to sign in on the VM
Also also, I should probably update Windows as much as I can beforehand, right? or?