Hi Muhammed M,
Thanks for the update. Since enabling the features and PowerShell commands didn’t work and the update is stuck at 2%, the issue may be tied to Windows Update corruption. First, try running the Windows Update Troubleshooter and then reset update components using these commands in Command Prompt (Admin):
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
Second, if the update still fails, download and install the latest cumulative update manually from the Microsoft Update Catalog. Finally, once the system is fully updated, retry enabling Virtual Machine Platform and Hyper-V.
Let me know how it goes happy to help further.
-Carl