Script for windows 10
Hello,
I'm looking for a script to
System - turn off notification& actions, Turn off Show app notification on lock screen, default apps email-outlook2016, web browser -IE11, Music player - windows media player, photo viewer - windows photo viewer,
Privacy - all four switch off (let apps use my advertising, smartscreen, send Microsoft info, websites provide, turn off location, turn off all background apps
Default program all pdf default to acrobat.
can this be done with a script.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
JasonEgg
7 years ago
I know that the behavior of default programs changed from win 7/8 to 10. You can set default apps with registry in 7/8 but that method doesn't work in 10. There are the commands "ftype" and "assoc" available in windows scripts, but from what I read this only affects one user in win10 (not all users). The best guide I've found is here (though I have not tested it myself): https://4sysops.com/archives/default-file-associations-in-windows-10/
For the "privacy" settings here's an article from the same website: https://4sysops.com/archives/windows-10-privacy-all-group-policy-settings/
Posted by:
johnbags401
7 years ago
If you set default programs on a system, you can export those associations, then import them again when you are setting up your image. If you use copyprofile, it will copy those defaults to the default user.
https://technet.microsoft.com/en-us/library/hh825038.aspx
Here is the command that I use to apply the default programs while setting up my image.
C:\windows\system32\Dism.exe /Online /Import-DefaultAppAssociations:"%~dp0AppAssoc.xml"