What I am saying is that I don't need to do that(enable the bug) in the first place. I quite understand your notion regarding this bug.
Yes i know, i was talking about Windows 10 Enterprises Final (Windows 10 Enterprise will not be free for the first year).
believe me, these also will show in x-files section when due I certainly will not provide "medicine" but one day even this problem gets solved ... lol
Depends whom you count for the charge. For example DreamSpark Premium can get Enterprise lab licenses, so free for students with lab installers group set, but (usually) not free for the academic institution in overall
Maybe not the right thread as it could fit anywhere but does anybody know if there is a way to port one drive from windows 10 back to windows 8.1? Specifically looking for selective sync.
Does anyone know how to update metro apps in 9926? I can't find the "update apps" button in the Store. Thanks.
In the old Store, it is at the same place where it always been, in settings charm/app updates. With charms no more, use the hamburger menu In the new Store (Beta) the Settings are supposed to be next to your avatar, but the page seem to not have been implemented, as it only shows version/cv/environment. From Win+R run directly ms-windows-store2:updates
store2 is the new one, try Win+R ms-windows-store:updates to update your apps, but just checked on mine and there's no updates available.
The purpose of Tskill Conhost, is to make sure all cmd windows are closed after running SetWindowCompositionAttribute.exe with TaskbarBlur.cmd, the timeout is to let SetWindowCompositionAttribute.exe and TaskbarBlur.cmd finish.
This is an error on Microsoft's part after one of the updates they pushed. A new build hasn't been released yet. Others were seeing 9931/9932/9934 as well.
Ok, gotcha , Anyway I posted a similar startup solution for taskblur a few day ago over at msfn (see below) where you consolidate together the SetWindowCompositionAttribute.exe with the TaskbarBlur.cmd in the AeroGlass folder then runs on logoffs and reboots, you still get a dos console flash when running (thinking a .vbs would do better). but gets the job done. ~DP Code: @echo off (NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 reg add hklm\software\microsoft\windows\currentversion\run /f /v TaskBarBlur /t REG_EXPAND_SZ /d "%Systemdrive%\AeroGlass\TaskbarBlur.cmd">nul exit