Windows 10 related News, Discussions and Updates

  • Thread starter Thread starter Bapun
  • Start date Start date
  • Replies Replies: Replies 1,508
  • Views Views: Views 201,514
11 different editions of #Windows10 in one single ISO file.
This is really great, it makes things so much easier!

Direct Links:

ISO file name, size and SHA1:

Windows 10 64-bit: Win10_1709_English_x64
Size: 4.37 GB
SHA1: 1AD928CFEF439F6AA4044DDC3A96B0B6830BDD0F

Windows 10 32-bit: Win10_1709_English_x32
Size: 3.23 GB
SHA1: 93B317C82B69252027E57AA2D18B50825CDF443E

The ISO files are for Windows 10 Fall Creators Update version 1709 build 16299. The same ISO file includes all the following editions:

Windows 10 S
Windows 10 S N
Windows 10 Home
Windows 10 Home N
Windows 10 Pro
Windows 10 Pro N
Windows 10 Pro for Workstations
Windows 10 Pro for Workstations N
Windows 10 Core Single Language
Windows 10 Education
Windows 10 Education N


Mod Note: Link Removed
Please don't post non-official download links (Piracy isn't allowed here)
 
Last edited by a moderator:
New settings page:

wqi2Q2m.png
 
3oq3eHf.jpg



--------------------------------
Now they should consider merging control panel with settings. Two things for similar function is rather confusing.
They have now added 'Device specifications' in Settings, earlier it was available only in Control Panel. Might merge it slowly slowly
 
Last edited:
It seems Soon I will be switching to Edge as continue to PC is working great
 
If you have a lot missing apps, advanced users can instead attempt to restore all of them at once using the following PowerShell commands. Note, however, that if Steps 1 and 2 were already attempted and did not restore your missing apps, this PowerShell solution will also likely not succeed.

  • In Cortana, type PowerShell. In the search results, right-click Windows PowerShell and select Run as administrator.
  • In the Powershell window type the following commands. These steps may take a few minutes to complete.
    • reg delete “HKCU\Software\Microsoft\Windows NT\CurrentVersion\TileDataModel\Migration\TileStore” /va /f
    • get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
    • $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname
    • get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmanifest.xml”)}
  • Once the PowerShell commands are completed, the apps should appear in the app list, and can be pinned to the Start Menu.
Windows 10 Fall Creators Update causes certain apps to disappear, Microsoft offers workaround - MSPoweruser
 
Back
Top Bottom