Forum Discussion
PGomersall
Oct 25, 2019Brass Contributor
Adding Windows Explorer context menus do not work in 20H1
If you add Windows Explorer context menus items via the registry they do not work in 20H1. The example below would create a run as administrator for PowerShell ps1 files in all previous versions of ...
PGomersall
Dec 02, 2019Brass Contributor
I found what has happened here with specifically ps1 files.
HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1 has been removed as a default handler for ps1 files in 20H1.
The handler is now located at HKEY_CLASSES_ROOT\SystemFileAssociations\.ps1\Shell\0. Adding context items here works.
- DidiHai76Oct 14, 2022Copper ContributorThis made my day! Thanks!