اگر شما نیز از کاربران ویندوز 10 هستید مسلما کورتانا را بخوبی میشناسید امکانی مفید در کنار منوی استارت ویندوز 10 که کاربردهای فراوانی دارد.
گاهی بدلایل نا مشخصی باکس cortana از کار می افتد برای حل این مشکل در ویندوز 10 از 2روش زیر استفاده می شود
******************************************
Method 1: Run the DISM Tool.
******************************************
1- Press win key + x to open the Elevated Command Prompt. (If prompted for a password, type the password and click Allow)
2- Type: DISM.exe /Online /Cleanup-image /Restorehealth
3- Exit and restart the system
*********************************************************
Method 2: Type the following Command in Powershell
*********************************************************
1- Press win key + x to open the Elevated Command Prompt.
2- To enable powershell script, please type the following command:
PowerShell -ExecutionPolicy Unrestricted
and Click Enter.
3- Once Powershell is enabled please type the following commands:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Click Enter.
4-Exit and restart the system.