Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Have a look at the fucking API. The searcher code doesn't even have a way to get any progress.
-
taosif711846ythe last line is incorrect, it should be
if(!minedEnoughBitcoins()){
showUpdateError();
} -
simmarith96yI would highly suggest to try the 'Install-WindowsUpdate'-Command from https://boxstarter.org/
It kicks the update service to get all the updates it can and installs it without any hesitation. I use this first thing on any windows machine I had to set up. It's also useful to run before an important meeting or anything else where you NEED your pc to function properly. -
mmyelf576yI don't actually use windows except for gaming but i'm curious. Is there really no way do disable automatic updates?
-
simmarith96y@mmyelf I don't know about that since I'd like to keep my system up to date for security reasons anyway. You can set 'active hours' though, in which your pc doesn't try to force restart. Again, I'd recommend to open a Boxstarter shell and just let 'Install-WindowsUpdates' run for once a month. That should suffice for any normal User.
-
toxicbyt3496y//Actual code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
if(!minedEnoughBitcoins()){
showUpdateError();
}else{
_initNSABackdoor();
print("100%");
return;
}
} -
It should be like this:
print("100%);
_doActualUpdate()
_minrBitCoins()
return;
Related Rants
windows update code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
_mineBitcoin();
print("100%");
return;
}
joke/meme
update
windows