Ti guiderò su come risolvere il problema per cui Server Manager non può essere eseguito a causa di un errore in un file di configurazione utente
Windows Server Server Manager ti consente di gestire tutte le tue risorse, directory attive, cluster e altro ancora. Tuttavia, abbiamo notato che su alcune macchine, specialmente dopo aver rinominato il sistema, Server Manager inizia a bloccarsi e dice che Server Manager non può essere eseguito a causa di un errore in un file di configurazione utente. Questo post discuterà questo problema e vedrà come puoi risolverlo.Come risolvere il problema per cui Server Manager non può essere eseguito a causa di un errore in un file di configurazione utente
Windows Server Server Manager ti consente di gestire tutte le tue risorse, directory attive, cluster e altro ancora. Tuttavia, abbiamo notato che su alcune macchine, specialmente dopo aver rinominato il sistema, Server Manager inizia a bloccarsi e dice che Server Manager non può essere eseguito a causa di un errore in un file di configurazione utente. Questo post discuterà questo problema e vedrà come puoi risolverlo.
Impossibile eseguire Server Manager a causa di un errore in un file di configurazione utente.
Fare clic su OK per ripristinare le impostazioni predefinite e continuare oppure fare clic su Annulla per uscire.
Si è verificato un errore durante il caricamento di un file di configurazione: l'inizializzatore di tipo per 'System.MarvinHash' ha generato un'eccezione (path-to-conf.config-file)
Fix Server Manager non può essere eseguito a causa di un errore in un file di configurazione utente
Se Server Manager non può essere eseguito a causa di un errore in un file di configurazione utente, seguire le soluzioni indicate di seguito.
- Riparare o reinstallare .NET Framework
- Riavviare Server Manager
- Imposta la politica di esecuzione
- Controlla il file di configurazione
- Rinomina Computer con il suo predecessore
1] Riparare o reinstallare .NET Framework.
NET Framework è uno strumento essenziale che fornisce un ambiente per l'esecuzione di software scritto utilizzando il linguaggio di programmazione .NET, come Server Manager. Pertanto, per risolvere il problema, ti consigliamo di provare a riparare o reinstallare .NET Framework. Per questo, dobbiamo seguire le soluzioni.
- Aprire il Pannello di controllo cercandolo nel menu Start.
- Fare clic su Programmi e funzionalità > Attiva o disattiva le funzionalità di Windows.
- Deselezionare .NET Framework 3.5 (include .NET 2.0 e 3.0) e .NET Framework 4.8 Advanced Services.
- Fare clic su OK e riavviare il computer.
- Aprire il prompt Attiva o disattiva le funzionalità di Windows seguendo i primi due passaggi.
- Selezionare .NET Framework 3.5 (include .NET 2.0 e 3.0) e .NET Framework 4.8 Advanced Services, quindi fare clic su OK.
2] Riavviare Server Manager
It is also possible that this issue is being caused by the failure of Server Manager. We will then restart Server Manager and some of its components and then we can check if the issue is resolved. To do so, open Task Manager, right-click on Server Manager and click End Task. Now, open Server Manager as administrator and see if the issue is resolved.
But if it still persists, open the Services application, find the Server Manager service and start it if it is not running, if it is running, restart the service.
Also, reset the Server Manager console by running the following command in PowerShell.
Get-Module -Name Microsoft.Windows.ServerManager -ListAvailable | Import-Module; Reset-SmConsole Finally, check if the issue is resolved.
3] Set Execution Policy
An execution policy in PowerShell is a security feature that controls the conditions under which PowerShell loads configuration files and runs scripts. To resolve the issue, we will set it to the default value, which is Restricted. To do so, open PowerShell as an administrator and run the following command.
Set-ExecutionPolicy Restricted -Scope LocalMachine If doing so, you receive an error message saying that Windows PowerShell successfully updated its execution policy, but the setting is overridden by a policy defined at a more specific scope, you must also set the policy for the current user. To do so, run – Set-ExecutionPolicy Restricted -Scope CurrentUser.
The command will set the execution policy to Restricted.
If you want to verify this, run – Get-ExecutionPolicy -List.
This page shows you the list of scopes, with their respective execution policy.
4] Machine.config file configuration
The configuration settings contained in this file apply to all .NET Framework applications running on the machine. This ensures a centralized approach to configuration management for all .NET applications running on the system, including Server Manager.
If you are using outbound proxy to connect to the Internet, you will need to add a special configuration to the file as well: C:WindowsMicrosoft.NETFramework64v4.0.30319Configmachine.config. This step is required for the Azure AD Connect setup wizard and synchronization to connect to the Internet and to theAdd the text directly there, we recommend that you first delete the C:UsersYourUserNameAppDataLocalMicrosoft_CorporationServerManager.exe_StrongName_m3xk0k0ucj0oj3ai2hibnhnv4xobnimj10.0.0.0user.config file and then restart your computer and see if the problem persists.
If you still have the same problem, add the following line of code to the file.
Note: Replace it with the IP address or hostname of the current proxy and with the proxy port.
Once done, restart your computer and see if the problem is resolved.
5] Rinomina il computer con il suo predecessore
Se la modifica del file di configurazione non risolve il problema, ti consigliamo di rinominare il computer con il suo predecessore. Puoi anche andare su C:UsersAdministratorAppDataRoamingMicrosoftWindowsServerManager, trovare ServerList.Xml e vedere che punta a un nome diverso; puoi quindi ripristinarlo a un nome comune e vedere se questo aiuta.
Ecco una guida passo passo che mostra come installare e distribuire un driver di rete su Windows Server
Per sapere come installare e configurare Windows Server Essentials Experience, ecco una guida completa.
Se ti stai chiedendo come configurare IPAM su Windows Server, ecco una guida con la risposta migliore.
Ti insegnerò come controllare la larghezza di banda sul router
Ti spiegherò come creare modelli di posta elettronica nella nuova applicazione Outlook
Ti guiderò in questo documentario su come correggere il codice di errore 0x80042444 – 0x4002F durante l'installazione dell'aggiornamentoWindows 11
Ti guiderò su come installare Debian su VirtualBox su Windows 11
Ti spiegherò come rimuovere il triangolo verde in Excel
Ti insegnerò come mostrare o nascondere l'icona dei gruppi di schede nella barra dei segnalibri di Chrome
Ti dirò come risolvere il problema del client Horizon VMware che non si installa su Windows 11