Wednesday, December 16, 2015

Convert VHD file to VHDX - Hyper-V

Requirement: Convert VHD to VHDX using Powershell

Script:
 PS C:\windows\system32> Convert-VHD –Path "C:\Me\IE10 - Win7.vhd" –DestinationPath "C:\ME\My Machines\Windows 7 IE 10\Virtual Hard Disks\IE10 - Win7.vhdx"  
 PS C:\windows\system32>   

Access to XMLHttpRequest at 'from origin has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. .net core angular

Issue: The angular application was getting error from API that the origin has been blocked by CORS policy. Solution: Make sure that the...