cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
659 stars 60 forks source link

Add Classic Context Menu option #19

Closed ShadowCodeX-debug closed 4 months ago

ShadowCodeX-debug commented 4 months ago

I really hate the new one in Windows 11, do you think it's possible for you to add this...? I know it's possible through the registry editor during post-installation.

(I don't even know if you wanted people to post requests here...)

cschneegans commented 4 months ago

This can be achieved by adding this .reg file (found at How-To Geek) in the Scripts to run whenever a user logs on for the first time section:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
@=""

[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
ShadowCodeX-debug commented 4 months ago

Would you be willing to add an easy check option for accessibility?

cschneegans commented 4 months ago

Well, since I will probably need that setting myself when switching to Windows 11, I have added it via https://github.com/cschneegans/unattend-generator/commit/3b34d7366a95d9b8e75c205cdf98bb627845eee7.

In the online form, see the new Use classic context (right-click) menu in Windows 11 checkbox. You might need to refresh (F5) the page.

ShadowCodeX-debug commented 4 months ago

Wow you're quick