

- Messages
- 2,467
- Location
- Bamberg Germany
Depends on your hardware, from 15 minutes(SSD) to an hour(laptop hard drive).
Depends on your hardware, from 15 minutes(SSD) to an hour(laptop hard drive).
Thank you Bud![]()
View attachment 65851
Click the above link and download and save(not run). Then go to downloads, right click, and choose Properties. In properties, on the bottom right corner check (1) "Unblock", click apply, and click OK. Then right click again and choose (2)"Extract all". After it's unzipped right click the Batch file and run as administrator.
1 View attachment 65852
2 View attachment 65853
Glad to hear it boots faster, but I had hoped it would solve your problem with the store apps not staying open:huh:. Can you check in Control Panel>Date&Time that your Time zone is set correctly?
View attachment 65880
Also while you're there click the Internet Time tab and change settings,
View attachment 65881
Then click Update Now, and OK after.
View attachment 65882
the reason being your PC and Microsofts servers must be sync'd time wise.
One other thing to check, make sure you are using a Microsoft account, and not a Local account.
nist.gov was ok too, as long as you checked and manually sync'd. If you're signed into a Microsoft account that's ok, it stay's as long as you sign into it when you boot up or like me automatically let it sign in(it's the one with your Email account & password).Thank you Cliff;
I did everything as you asked. The time was synchronized with 'time-b.nist.gov'. but I changed it to the windows one you suggested and updated it. Everything else is correct and I do believe I am using a Microsoft Account, although how would I check?
I do remember signing in to a Microsoft account a week or so ago but does that remain permanent? I don't know.
Thanks again Cliff, and do I need to run that other script that I ran last night
nist.gov was ok too, as long as you checked and manually sync'd. If you're signed into a Microsoft account that's ok, it stay's as long as you sign into it when you boot up or like me automatically let it sign in(it's the one with your Email account & password).Thank you Cliff;
I did everything as you asked. The time was synchronized with 'time-b.nist.gov'. but I changed it to the windows one you suggested and updated it. Everything else is correct and I do believe I am using a Microsoft Account, although how would I check?
I do remember signing in to a Microsoft account a week or so ago but does that remain permanent? I don't know.
Thanks again Cliff, and do I need to run that other script that I ran last night
You could try and check out this tutorial by Brink: http://www.eightforums.com/tutorials/21051-apps-tiles-not-working-responding-fix-windows-8-a.html It's set up like a check list you can go through, maybe that can help.
Once again you're welcome Bud, It's just I can't think of anything else other than a repair install that would help, but before that it's better to try Brinks tutorial.Ok, thank you Cliff I'll give that check list a try. Once again I really appreciate all your help.
I just noticed that you're in Germany. Is that your home country or are you there with the military or something?
I hope you don't mind me asking.
Bud
Once again you're welcome Bud, It's just I can't think of anything else other than a repair install that would help, but before that it's better to try Brinks tutorial.Ok, thank you Cliff I'll give that check list a try. Once again I really appreciate all your help.
I just noticed that you're in Germany. Is that your home country or are you there with the military or something?
I hope you don't mind me asking.
Bud
I am originally from New Hampshire on the east coast, and got out of the military about 23 years ago over here, I was married to a German national and she wanted to stay here, and even after we divorced I stayed, because I had a job and friends here.
Two more steps you could try Bud(don't give up just yet)
First open up an admin command prompt again and give the following to re-register the Windows Store:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
Then open up PowerShell(just plain PowerShell not the other 3) in all apps screen(it should be all the way on the left if I remember correctly) and give the following in to re-install and re-register all store apps:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
View attachment 65884
Two more steps you could try Bud(don't give up just yet)
First open up an admin command prompt again and give the following to re-register the Windows Store:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
Then open up PowerShell(just plain PowerShell not the other 3) in all apps screen(it should be all the way on the left if I remember correctly) and give the following in to re-install and re-register all store apps:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
View attachment 65884
Yup, where there is a"- "is a space before it. Copy paste still not working for you, huh? You only need to copy then place the cursor on PowerShell and right click again.
Yup, where there is a"- "is a space before it. Copy paste still not working for you, huh? You only need to copy then place the cursor on PowerShell and right click again.
That's for the second part(under the separation line) you'll need to either use search(windows key and the letter "S") or go to all apps screen and type powershell and right click it and choose run as administrator.I have no idea what you mean by powershell.
Bud
Yup, where there is a"- "is a space before it. Copy paste still not working for you, huh? You only need to copy then place the cursor on PowerShell and right click again.
That's for the second part(under the separation line) you'll need to either use search(windows key and the letter "S") or go to all apps screen and type powershell and right click it and choose run as administrator.I have no idea what you mean by powershell.
Bud
Yup, where there is a"- "is a space before it. Copy paste still not working for you, huh? You only need to copy then place the cursor on PowerShell and right click again.