Categories
- Education (6)
- Fix IT (29)
- Information Technology (53)
- Tips (6)
- Uncategorized (7)
Tags
Tag Archives: windows 10
Get OS Version from Windows Install medium
Find the wim file located in :\sources on the install medium then run a command shell as administrator. dism /get-wiminfo /wimFile:<Drive>:\sources\<Wimfile> As a result you should get something like this: dism /get-wiminfo /wimfile:Y:\sources\boot.wim Deployment Image Servicing and Management tool Version: … Continue reading
Windows 10 Store is closing after selecting a new app
Problem After selecting an app in Windows 10 store the store is closing without message. Different internet tips like rebuilding the store did not help. Here some sites I tried, including extracted commands. http://winsupersite.com/windows-10/how-fix-stopped-windows-store-downloads-windows-10 PS1: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ PS1: … Continue reading
Posted in Fix IT
Tagged windows 10
Comments Off on Windows 10 Store is closing after selecting a new app