2 built in store by my spec, AMD systems. One with TRX40 chipset and an older system with X399 chipset and a brand new laptop DELL XPS 15 9500.
wont install by WU for me. downloaded uup and installed from ISO works well no problems installing. does seem, as has been said a nice build but time will tell
Im experiencing the same issue were is telling win10 has reached the end of service, but im running a samsung MVe drive not Intel.
Managed to upgrade two of my computers now. The X399 AMD system took a few tries before it worked and on my TRX40 I uninstalled HWinfo, AIDA64 and Watchguard SSL client then it worked (don't know which one that did the trick though).
I had some spare time so I downloaded the UUP sets and did a clean install directly with the UUP files. Everything seems to work just fine, setup was fast and all my usual tweaks for unattended install and postinstall work OK. I would like to get rid of the new (for me, anyway) weather icon on the toolbar, and the "start meeting" (mine was in Dutch) icon. Are these simple reg settings I can implement? Sorry if these .reg entries came up before, I must have missed them. Thanks!
Install went fine upgrading a test VM, going to upgrade 2 real systems to see if I can replicate the errors people are seeing.
Yep, I would like to get rid of these. Maybe I should say it correctly: I would like to know if these can be turned off with a simple .reg setting. Yes, I know I can probably turn them off "manually", I just want to know the registry settings (if available). I know ENTST knows what I'm talking about Thanks for your replies, big thanks to ENTST for all his work here.
Hopefully these will do what you require. Code: REM Disable News and Interests - All Users Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds" /v "EnableFeeds" /t REG_DWORD /d "0" /f REM Disable Meet Now - Current user Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "HideSCAMeetNow" /t REG_DWORD /d "1" /f REM Disable Meet Now - All Users Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "HideSCAMeetNow" /t REG_DWORD /d "1" /f The News and Interests reg edit may also turn off other feeds besides the News/Interests one...
Thank you very much! This will save me a lot of time (figuring out or looking up the settings), but don't worry, the extra time will be well spent cleaning up the garden!
Code: REM Current User. Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Feeds" /v "ShellFeedsTaskbarViewMode" /t REG_DWORD /d "2" /f REM All Users... Reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Feeds" /v "ShellFeedsTaskbarViewMode" /t REG_DWORD /d "2" /f I think this is the one to just turn off the 'news and interests' one on the taskbar without affecting other feeds... The value of '2' seems to be the one for just that.