Requesting multiple features.
-
Schneegans recently added an import feature. It would be great if the .xml file could be imported into the Schneegans site to either add new features or make changes there.
-
The Format dates, times, currency, and numbers could be set to English(World) initially. This also does not allow installation of bloatware.
-
I believe disabling Smart App Control and disabling Fast Startup is still missing.
-
The following could also be integrated into the xml file: https://github.com/crazy-max/WindowsSpyBlocker/tree/master/data/hosts
-
The following to the registry should allow a user to use Extensions on their browser that are dependent on manifest V2:
reg add HKLM\Software\Policies\Google\Chrome /v ExtensionManifestV2Availability /t REG_DWORD /d 2 /f
reg add HKLM\Software\Policies\Microsoft\Edge /v ExtensionManifestV2Availability /t REG_DWORD /d 2 /f
reg add HKLM\Software\Policies\Policies\Vivaldi /v ExtensionManifestV2Availability /t REG_DWORD /d 2 /f
- I create an entirely new XML file and only use Schneegans as a "Framework" for the file, so this cannot be done.
- This works well on Windows 11, but not on Windows 10. The user also has the ability to choose this during the installation process themselves.
- Smart App Control is still enabled in v2.0.0 (I think) but Fast Startup is disabled, see: https://github.com/memstechtips/UnattendedWinstall/blob/93305192ed6d64e0f5b98a89f447927480285354/autounattend.xml#L3592
- I'm afraid that this will stop certain Microsoft services (like OneDrive) from working, can you confirm or deny that?
- I'll do some research on these extensions too, thanks.