+3 votes
200 views
Configuration application error does not work or open Windows 10

in Windows 10 by (551k points)
reopened | 200 views

1 Answer

+4 votes
Best answer

1. How to reinstall and re-register Windows applications
2. How to create a new user in Windows 10 from key combination
3. How to create a new user in Windows 10 from a command prompt
4. How to use SFC in Windows 10

With the launch of Windows 10 some years ago, certain changes were introduced that involve a new redirection in the traditional tasks that as users we carry out being the administration one of the most notable since Microsoft. I include the Configuration utility, whether or not as the replacement of the traditional Control Panel , through which various configuration settings are accessed in a much more dynamic way:

image

From it it was possible to access user account settings, regional settings, updates, system settings and many more options..

Windows settings
To access the Configuration utility in Windows 10 we have alternatives such as:
  • Go to the Start menu and there select the Configuration utility
  • Use the key combination + I
  • Click on the action center icon in the taskbar and click on the option All settings

On some occasions it is possible that the Configuration utility presents some errors at the time of its access or performance and therefore we bring a series of tips for its optimization.


1. How to reinstall and re-register Windows applications


Windows 10 has a set of exclusive universal applications within which the Configuration application is counted as thanks to it, many others of the system are managed, so that if for some reason it fails, we can carry out the reinstallation process, as we do with other Windows 10 applications, and in this way give a solution to your mistakes.

To reinstall and register again Settings in Windows 10, we will access Windows PowerShell as administrators and run the following line:

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

Press Enter and this will reinstall the Configuration utility in Windows 10..


2. How to create a new user in Windows 10 from key combination


If you do not access the Configuration utility, a good practice is to create a new user with an administrator profile and then transfer the files to this new account.

As we do not have access to Configuration, we must create our user in one of the following ways:

Step 1

The first option is to use the key combination + R and execute the following command:
 lusrmgr.msc 

image

Step 2

Press Enter or Accept and the following window will be displayed where we will right click on the Users folder and select the New User option:

image

Step 3

The following window will be displayed where we will enter the user data:

image

Click on Create and then we will use the Ctrl + Alt + Delete keys to close the session and access with the new user. This method works for Pro and Enterprise editions of Windows 10.


3. How to create a new user in Windows 10 from a command prompt

Step 1

The second alternative is for all editions of Windows 10 and consists of accessing the command prompt as administrators and there running the following syntax:
 net user “user” “password” / add 

image

Step 2

Once this is created, we go to the following route:
  • User Accounts control panel
  • User account
image
Step 3

There we click on the option Manage another account and we will see the following:

image

Step 4

We select our account created in the command prompt, in this case TechnoWikistest, and the following will be displayed:

image

Step 5

There we click on the option Change the type of account and in the new window displayed we activate the Administrator box. Click on the Change account type button to apply the changes. image
Step 6

Once the user is created, we go to the Windows 10 file explorer, click on the Vista menu and check the Hidden elements box: image
Step 7

With this, we go to the path C: \ Users and try to access the old account which generates errors and we will see the following message: image
Step 8

Click on the Continue button and when accessing, we proceed to select all the elements housed there. We copy these and paste them in the folder of the new user created. image

Thus, we will have again the Configuration utility ready for use..


4. How to use SFC in Windows 10


SFC (System File Checker) is a command line utility that has been developed to perform a detailed analysis of the file system, by default NTFS, Windows and thus correct all errors that are present there and that can prevent not only access to Configuration but to many more utilities and system services.
For use, we will access the command prompt as administrators and there we execute the following:
 sfc / scannow 
image

If an error is detected, it will be corrected.

With any of these solutions we will have again the Configuration utility ready for use in Windows 10.


by (3.5m points)
edited

Related questions

+5 votes
1 answer
+5 votes
1 answer
asked Feb 11, 2020 in Windows 10 by backtothefuture (551k points) | 319 views
+3 votes
1 answer
+3 votes
1 answer
asked Jun 22, 2019 in Windows 10 by backtothefuture (551k points) | 258 views
+5 votes
1 answer
asked Aug 14, 2020 in Windows 10 by backtothefuture (551k points) | 437 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users