Share via

problema server windows 2022

Anonymous
2023-10-10T08:40:48+00:00

ho le impostazioni che non si aprono e la barra di ricerca che non funziona su windows server 2022.

chiedo supporto.

Windows for business | Windows Server | Performance | System performance

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-10-10T09:10:41+00:00

    Hello

    Here are some steps you can try to fix the issue:

    Run System File Checker (SFC): Open Command Prompt as an administrator and type sfc /scannow. This will scan for and attempt to repair corrupted system files.

    Check Windows Search Service: Type services.msc in Run (Win + R), and press Enter. Find ‘Windows Search’, right-click it, and select Properties. Change the Startup type to Automatic (Delayed Start), then click Apply, and Start.

    Restart Windows Explorer: Open Task Manager (Ctrl + Shift + Esc), find ‘Windows Explorer’, right-click it, and select Restart.

    Repair Windows apps via PowerShell: Open Task Manager (Ctrl + Shift + Esc), click File, select ‘Run new task’, type: powershell, and check the box for ‘Create this task with administrative privileges’. Then run these commands one at a time:

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    After running these commands, restart your computer.

    Was this answer helpful?

    0 comments No comments