Aug 27, 2016, 02:01 am
If I want to put the following so that it would be run when Windows 7 installation completes:
Can I do it in setupcomplete.cmd? If not, how can I run this command automatically when Windows 7 installation completes?
My reason for asking is that I'm still at trying to create a pre-activated Windows 7 as a pet project.
Sad life, I know.
Code:
bcdedit /set {default} bootstatuspolicy ignoreshutdownfailures
Can I do it in setupcomplete.cmd? If not, how can I run this command automatically when Windows 7 installation completes?
My reason for asking is that I'm still at trying to create a pre-activated Windows 7 as a pet project.
Sad life, I know.