-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boxstarter keep restarting my windows 7 computer in an infinite loop #356
Comments
To clarify, did you install Node using Boxstarter? If so, what command/s did you use? |
@flcdrg i just download |
Me too - with Windows 10. I killed the power-shell when it appeared after the third or fourth reboot, which stopped the cycle (for now). |
I didn't know that Node.js had that option. Looks like it relates to https://github.com/nodejs/node/blob/master/tools/msvs/install_tools/install_tools.bat. Might need someone else (@mwrock ?) to chime in on whether launching Boxstarter from an installer in that way is a supported scenario. I can see how it could go wrong in that the installer launches Boxstarter, which then causes the machine to reboot, which then results in the original installer never quite completing properly. |
bro ... did you solve your problem? , because I have the same problem recently. if yes, please send me the solution. thanks in advance. |
@MuathKefayah See here. |
This doesn't appear to be a Boxstarter issue but a |
@pauby Honestly I am so far not sure what exactly the problem is, since I am modern dealing with the Node.js , But the problem seems to be related to Boxstarter shell , Since I can not continue in widows process unless I close Boxstater shell from task manager. |
@MuathKefayah @ian-at-drs @aflext Can somebody outline the EXACT steps they took so we can reproduce this problem? |
I downloaded node-v10.12.0-x64.msi from https://nodejs.org/dist/v10.12.0/node-v10.12.0-x64.msi and installed it. Like @MuathKefayah I ticked the "Automatically install the necessary tools..." option - see screen shot. This option installs Boxstarter and Chocolatey. This was my first install of Node.js and these two other products. |
@ian-at-drs Awesome. Thanks for that. Check the |
Thanks @pauby! I found boxstarter-post-restart.bat and have deleted it. I will also remove "C:\ProgramData\boxstarter" and everything below it. |
Try removing it with Chocolatey first. |
I have tried to uninstall the boxstarter with Chocolatey but got failed message like |
Thanks a lot everyone, everything is good after taking your advice seriously |
Happen on windows 10 too . |
Hi everyone! Launch "Startup Tasks" from windows start menu and toggle off "boxstarter-post-restart.bat" |
Happen to me when I install nodejs |
I install node.js and checked the 'tools' option and the node.js installer installed the chocolately, and then the install program keep restarting my computer in an infinite loop.
Everytime the computer starts, there is a
cmd
prompt shows 'Boxstarter disable auto update of windows blablah', i even can't have time to capture the screen...So, does anybody know this ? How to stop or delete the auto restart program ?
The text was updated successfully, but these errors were encountered: