I use an HP and I didn't lose any files. So that is not the issue here.
Windows 10 October update now available
Hi all,
Windows 10 October update rollout has again started from 13/11/2018.
Please see John Cable's blog post regarding this here.
Windows for home | Windows 10 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
252 answers
Sort by: Oldest
-
Anonymous
2018-10-18T22:31:19+00:00 -
Anonymous
2018-10-18T23:44:10+00:00 I use an HP and I didn't lose any files. So that is not the issue here.
So why is the HP issues extensively written and complained about 'here'? I have never ever had problems with W10 and its updates (that is of all 2018-10 Cumulative Updates'). its been the most reliable windows EVER!!!! Yes, some updates didnt install internally through 'Windows Update' especially with v1809 but, I installed and downloaded the v1809-17763.1 directly with*"Windows 10 October 2018 Update installation media*" file name 'Windows10Upgrade9252.exe' (on 3 computers) and the '2018-10 Cumulative Update-17763.55' file 'windows10.0-kb4464330-x64_e459c6bc38265737fe126d589993c325125dd35a.msu' downloaded at 'https://support.microsoft.com/en-au/help/4464619' and they all installed and worked perfectly. I also use 'OneDrive' extensively through Office 365 and I've never ever had any issues affecting 'OneDrive' and loss of files, even when its synched while an update was downloaded and installed and that includes v1809. My computer works perfectly and without any issues.
-
Anonymous
2018-10-19T04:36:00+00:00 That I would not know but my HP has never had any issues with any of the updates ever.
Now, I have an Intel 64 bit Processor in my Desktop.
Some HP computers come with AMD Processors and there have been problems stemming from AMD in the past.
-
Anonymous
2018-10-20T11:04:00+00:00 Hello Steven.
I use a Surface Pro 4, which is a Microsoft-made device with none of the so-called 'embedded software' you mentioned. The recent 1809 update removed my documents as well- though I was fortunate enough to have a backup of it on a USB, which I restored after rolling back the update. Therefore, your argument is invalid.
Windows 10 is a mess in general, and definitely not the "most reliable windows EVER!!!!". Every day I slog through at least half a dozen problems regarding Office or OneDrive or other Microsoft products being unable to work properly on what is basically a vanilla Surface Pro 4. If that isn't a sign of instability I don't know what is.
-
Anonymous
2018-10-20T16:31:38+00:00 I removed every App that came with Windows as soon as the method was universal on the Internet. I would suggest not using any of them for any purpose. They are so annoying!
I did keep Windows Store App, just in case something of interest comes down the pike.
I suggest copying the below command into a .txt file (Notepad) then copy it again from the text file to use in the Powershell.
Type Powershell in the Cortana Search field to find it locally on your system. When it is found, Right Click it and choose to run as Administrator. Right Click at the blinking cursor and paste the command, then press Enter. You'll see all the apps start uninstalling. Depending on your system's overall power, it may take just a few seconds to a few minutes. After it has completed, reboot your system. Voila! No more unnecessary Apps!
I suggest creating a System Backup before proceeding. Use Windows Backup and Restore. I choose System Image only (upper left on Backup Window). Use a 3.0 External Drive or if your computer has a 3.1 USB port, use a 3.1 External Drive. Advanced Users may already have a second internal drive. Windows Backup and Restore will find that drive for the System Image.
Do not copy and paste directly from here to Powershell. It is best to copy it to a text file first.
Get-AppXPackage | where-object {$_.name –notlike “*store*”} | Remove-AppxPackage