One feature update per year is too much. And what about the bugs ? Maybe you get more bugs. And you need to explore much more features.
Is this normal.. i have *.55 Enterprise (legit 1809) and so far from 9th of October no updates to the OS? Am i missing something? Also, another question is it possible to update to newer version via KB and if possible how? I don't want to end in insider program wihout an ability to activate my Windows, but i've heard that in newer builds than .55 MS fixed full row select thingy that is annoying like hell.
They could choose to offer app updates more often, like they did with the Phone stuff, and have a super-stable OS backbone. I really don't get how they manage such regressions like with the files being deleted and the ZIP issues.It's not like they managed to optimize something (at least that's visible on the surface), so why bother? I don't think they should do any changes that can affect stability unless they are able to provide performance improvements.
It has been said many times already. 1809 is back in the Insider Program for the Slow Ring & Release Preview Ring. If you are not part of either one, you will not receive Updates till released to Public. As to when 1809 will be released to the Public, only Microsoft knows that & they are not talking. Latest is 17763.107
Last weekend i got an update installed, the update to 17763.104, forgot to check if the system was signed in at the IP rings, doing a new test with clean 17763.1 install
https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-336#post-1477476 Code: DISM /Online /Add-Package /PackagePath:%USERPROFILE%\Desktop\Windows10.0-KB4464455.cab
Technically it's still classed as an Insider build, so unless you're logged in as an Insider you won't receive any updates. Once it's released publically updates will become public too.
App updates not related to the OS. PC is not like the phone. After one month the PC OS is not work smooth like when install it. The "files being deleted and the ZIP issues" are bugs. "performance improvements" were done in couple IP builds before the final build.
CPU: i7-3930K (4,2GHz) GPU: nVidia GTX 1070 RAM: 32GB VideoPlayer: MPC-HC 1.7.13 Same drivers and same software / codecs tested on: Windows Server 2012 R2 / 8.1 Windows Server 2016 / 1607
Only Microsoft could Integrate/bundle Flash with OS when almost* (except 10+ year old online games) whole web (finally) stopped being dependent on it.
It's only used in IE and Edge and there for obvious compatibility reasons . It's not like the OS is using it in any other way and opening a security hole due to that. EDIT: Need to admit Edge is a far better fall-back-browser than IE. With needed Add-Ons quite useable at it's state.
I'm not saying OS itself is using it (i know its just for IE and Edge) but i don't get point why integrate it at time when its not being used on web so much instead of the time when it was actually required by significant number of popular webpages like YT. (maybe Adobe wanted to slow down decay of Flash and had some agreements with M$)
Not really, it can be abused by malware within documents and even within Windows. Code: takeown /f "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.exe" /a icacls "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.exe" /inheritance:r /grant:r Administrators:F /c del "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.exe" /f /q takeown /f "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.dll" /a icacls "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.dll" /inheritance:r /grant:r Administrators:F /c del "%SystemRoot%\System32\Macromed\Flash\FlashUtil_ActiveX.dll" /f /q takeown /f "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.exe" /a icacls "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.exe" /inheritance:r /grant:r Administrators:F /c del "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.exe" /f /q takeown /f "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.dll" /a icacls "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.dll" /inheritance:r /grant:r Administrators:F /c del "%SystemRoot%\SysWow64\Macromed\Flash\FlashUtil_ActiveX.dll" /f /q