رتبه موضوع:
  • 0 رای - 0 میانگین
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
اسلایدها

[-]
جدیدترین پست ها
بایوس لپ تاپ ایسر دارای پسورد است ولی ف...
نام سایت دیگر برای ه...پیمان — 04:16 PM
چگونه وارد بایوس سیستم شویم
برای اینکه بتوانید ه...پیمان — 12:04 AM
نصب ویندوز 11 بدون اتصال به شبکه
در نسخه های جدید وین...پیمان — 02:31 PM
بایوس لپ تاپ ایسر دارای پسورد است ولی فر...
برای بازکردن پسورد ب...پیمان — 08:52 PM
Headset EARLDOM
هدست:   EARLDOM  ارل...رویا — 12:25 PM

[-]
آخرین آمار انجمن
» Members: 26
» Latest member: آرین
» Forum threads: 416
» Forum posts: 633

Full Statistics

[-]
اهداف انجمن
31.7% of the way to our goal of 2,000 posts!
Only 1,367 posts left to go!

از کار افتادن منوی جستجو در ویندوز 10
#1
اگر با قرار دادن ماوس و یا تایپ حروف در قسمت نوار ابزار ویندوز 10 عمل جستجو بطور خودکار انجام نمی شود انگار که کلیدی فشار نداده اید و یا صفحه کلید شما کار نمی کند، دو روش زیر می تواند مفید باشد:

Method 1:

Press Windows + X keys on the keyboard, select Command prompt (admin).

Enter the below commands one by one and hit Enter key.

PowerShell -ExecutionPolicy Unrestricted

It will open the PowerShell window.

Now enter the below command and hit Enter key.

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

If the issue still persist, follow the below method.

Method 2
:

Open the Task manager.  Here’s a tip:  Press CTRL+Shift+ESC.
Click File > Run New Task
Make sure you have a check mark beside “Create this task with administrative privileges”
Type Powershell
Type the following in the Powershell prompt:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Close the Powershell window
Reboot the computer and check if it helps.

منبع
تائید شده توسط مدیر سایت
پاسخ


پرش به انجمن:


کاربران در حال بازدید این موضوع: 2 مهمان
[-]
خوش آمدید
You have to register before you can post on our site.

نام‌کاربری:


رمزعبور:





[-]
بیشترین مشارکت ها
no avatar Congratulations to رویا, our current top poster for the last month with 1 post!