Windows 10 How to start MSCONFIG and 32bit applications in command line of Windows recovery - low permissions problem

MIRKOSOFT

Active Member
Joined
Sep 26, 2019
Messages
60
Hi!

I got problem after modifying startup services of Windows 10.20H2 Pro x64.
I forgot single value and tried in command line of Windows recovery to start programs allowing to repair my problem.
But it needs higher permissions and even WinPE supports not starting other than 64bit applications...
I need to open MSCONFIG and have not enough high permissions - even I have single account for whole Windows and it is admin type.
To executing 32bit applications in WinPE command line: requires it simple beginning command START or?

Thank you for fast reply and each help or comments.

Miro
 

Solution
To address the issue of running System Configuration (msconfig) to modify startup services on Windows 10 from the Recovery Environment, follow these steps: 1. Use Command Prompt: Instead of attempting to run msconfig directly, you can manually manipulate the startup services through Command Prompt in the Recovery Environment. 2. Open Command Prompt: - Restart your computer and boot into the Recovery Environment. - Choose “Troubleshoot” > “Advanced options” > “Command Prompt.” 3. Manually Modify Startup Services: - Use commands like bcdedit to manage boot configuration settings. - Run commands to enable or disable specific services directly. 4. Resetting Startup Settings: - You can reset startup services to...
To address the issue of running System Configuration (msconfig) to modify startup services on Windows 10 from the Recovery Environment, follow these steps: 1. Use Command Prompt: Instead of attempting to run msconfig directly, you can manually manipulate the startup services through Command Prompt in the Recovery Environment. 2. Open Command Prompt: - Restart your computer and boot into the Recovery Environment. - Choose “Troubleshoot” > “Advanced options” > “Command Prompt.” 3. Manually Modify Startup Services: - Use commands like bcdedit to manage boot configuration settings. - Run commands to enable or disable specific services directly. 4. Resetting Startup Settings: - You can reset startup services to their default settings by using the Command Prompt in Recovery Mode. 5. Run 32-bit Applications: - To run 32-bit applications in the WinPE Command Prompt, just start the program directly. You don't need to specify any additional parameters. 6. High Permissions Issue: - Even if your account is an administrator, some actions still require elevated administrative privileges. - Ensure that the command you are running is being executed with elevated permissions. You might need to run certain commands with the Run as administrator option. By using Command Prompt within the Recovery Environment of Windows 10, you can adjust the startup services without needing to run msconfig directly. Just be cautious when making changes and ensure you are running the necessary commands with the appropriate administrative permissions.
 

Solution
Back
Top