New
#1
How to use PowerShell to switch default app (from pre-determined list)
How to use PowerShell to switch default app (from pre-determined list) for a given file type? Windows 10
I frequently switch App to open PDFs and wish for shortcut. Without Admin Right, can PowerShell Script change default App from pre-determined list:
1. Open PowerShell Window
2. Show current Default
3. Press Enter if OK
4. Press Spacebar (non-graphical interface) to show next App in List
5. Press Enter to change Default
6. Above Script to show in Windows 10 Taskbar
As-Is, because Word is my only Enterprise Translation tool for PDF, it is very cumbersome for Word (when not default App) to open PDF.
Solutions that require Admin Rights
- Set default app for .PDF file extension to Adobe or Edge? powershell - Set default app for .PDF file extension to Adobe or Edge? - Super User
- How to Set Default Apps on Windows 10 with a script? batch - How to Set Default Apps on Windows 10 with a script? - Super User
- How to Export and Import Custom Default App Associations for New Users in Windows 10 Export and Import Default App Associations for New Users in Windows