09-20-2016 02:34 AM
Hi,
During installation of my application on Windows 8/10, the installer show the dialog "Disable Windows Fast Startup" for user selection (see attached). Is possible to hide this dialog during installation? My application does not require any additional hardware to work properly.
Thank you for your precious support.
Tavella Fabrizio
Micro Systems S.p.A.
09-21-2016 02:26 AM
Yes, is possible to hide this dialog. Open the file "setup.ini" into setup package and modify the key "WinFastStartup" from 1 to 0. Again you could modify the key "CheckboxDefaultState" from 1 to 0
Tavella Fabrizio
Micro Systems S.p.A.
04-23-2019 09:03 AM - edited 04-23-2019 09:05 AM
Anyone has any ideas on how to set this automatically from a build?
This is just annoying, especially when no hardware is involved. Now I have to manually edit 4 ini files (each one of my installers) to disable this, every time I build?
BTW. Thanks Tavella for posting a solution.