Hi, am a rather experienced user of windows since dos and 3.1 and computers since i386. I have a current problem of my metro apps are useless and do not work, start but immediately close.
I've tried a few solutions:
1) desktop size (update drivers)
2) delete OLE key
3) run apps.diagcab
To no avail. On my upgrade install they work fine until i run the following commands which I almost always do after a semi-fresh upgrade:
1) sfc /scannow
2) secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
net localgroup users myusername /add
Somehow this must break permissions or something; and make the rpc server timeout, i've yet to find a solution, and would rather not do another upgrade install nor esp a refresh.
Surprisingly running the following command in both C:\windows\system32 and C:\windows\syswow64 does not produce the broken metro apps so I am a little lost with what is causing this:
1) For /F %s in ('dir /b *.dll') do regsvr32 /s %s
I've tried a few solutions:
1) desktop size (update drivers)
2) delete OLE key
3) run apps.diagcab
To no avail. On my upgrade install they work fine until i run the following commands which I almost always do after a semi-fresh upgrade:
1) sfc /scannow
2) secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
net localgroup users myusername /add
Somehow this must break permissions or something; and make the rpc server timeout, i've yet to find a solution, and would rather not do another upgrade install nor esp a refresh.
Surprisingly running the following command in both C:\windows\system32 and C:\windows\syswow64 does not produce the broken metro apps so I am a little lost with what is causing this:
1) For /F %s in ('dir /b *.dll') do regsvr32 /s %s