Author Topic: Stuck in Safe Mode  (Read 23662 times)

0 Members and 1 Guest are viewing this topic.

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Stuck in Safe Mode
« Reply #25 on: October 15, 2015, 08:05:57 pm »
Hi,  marco,
                     See Post no 3 of this thread.
The Bottom line is "Check your hardware first if it supports the task you try".

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Stuck in Safe Mode
« Reply #26 on: October 15, 2015, 08:17:22 pm »
Hi, Shane did you try Run command from the hidden thing in safe mode. I do not have windows 8 to test it
The Bottom line is "Check your hardware first if it supports the task you try".

Offline Rick

  • Hero Member
  • *****
  • Join Date: May 2013
  • Posts: 829
  • Karma: 2
    • View Profile
Re: Stuck in Safe Mode
« Reply #27 on: October 15, 2015, 08:28:43 pm »
IN a upcoming update to my Windows repair tool I am moving a lot of the text in the main window of the program to a help file because of how cluttered I think it is.

Since it will have a help file this also means I can finally add a lot more things to it for the users who need it.

one of the things that I need to add is how to get out safe mode. But that isnt the correct term.

What is happening for some people is on Windows 8 and 10, they are using their online accounts, no big deal. but for some reason MS has safe mode set to use a different password their then online one, and a lot of users cant remember what that password was.

Safe mode is part of Windows and my program calls the bcdedit command to have the bott manager set to always boot into safe mode. Well if the user cant login the program is unable to run the command to turn that off and now they are stuck.

So If anyone wants to help me write a guide of ways to have the boot manger remove the safe boot options outside of windows would be very helpful.

I asked one user to do the boot options and choose command prompt, but it also wanted a password before it would show the cmd.exe window where they could run the command. So it either has to be run in the startup repair section where it normally has a cmd.exe option or Windows PE needs to be downloaded and ran from a USB.

If anyone has any info on this or wants to help let me know. I dont know why MS would do that with safe mode and the online accounts, but so be it, now I need to find a way to undo the boot edit without being able to get into windows and in a way a normal user can do it if they follow instructions. So msconfig isnt going to help on this one, but the msconfig will be one of the other guides in the help file to undo the safe mode option, that and simply opening my program as well :-)

Shane
hmmm so with bcdedit command to start before user logs on, you will have to start it as a service.

 

Here is the startup sequence of the major registry keys, starting immediately after bootmgr has been read and ending with the program shortcut entries in the two Startup folders.

 

1. HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute. This can include instructions to schedule the running of chkdsk but not user programs.

2. Services start next, followed by the RunServicesOnce and RunServices registry keys (if present)

3. User then logs on to the system

4. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserInit. This points to the program C:\WINDOWS\system32\userinit.exe and the entry ends with a comma. Other programs can be started from this key by appending them and separating them with a comma.

5. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell. This should contain just one entry, explorer.exe.

6. Program entries in these 2 registry keys for ALL USERS start next:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and \RunOnce

7. Program entries in these 2 registry keys for CURRENT USER start next:

HKCU\Software\Microsoft\Windows\CurrentVersion\Run and \RunOnce

8. Programs in the Startup Folders of All Users and Current User are started last of all.

 

Important programs like antivirus and firewall start early in the sequence as Services. The icons that appear in the Notification Area (bottom right of the screen) are just their user interfaces, i.e. options and preferences.

 

The additional location for 32-bit software in a 64-bit computer is HKLM\SOFTWARE\Wow6432Node and HKCU.

I experienced this issue before;

reset hide/unhide control panel :)

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Stuck in Safe Mode
« Reply #28 on: October 15, 2015, 08:46:00 pm »
Hi, Shane
                   I think that this link provide provision of safemode while booting with normal mode to choose in between them in 1st option.
                      to remove safe boot by users in simple way in windows 8 in option  2. Please see the users only have to execute certain elevated commands at cmd to locate the ids of the personal computers.
http://www.eightforums.com/tutorials/2758-safe-mode-add-windows-boot-manager-windows-8-a.html
The Bottom line is "Check your hardware first if it supports the task you try".

Offline Julian

  • "Professional Googler"
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jun 2015
  • Posts: 1325
  • Location: USA, New Mexico
  • Karma: 38
    • View Profile
Re: Stuck in Safe Mode
« Reply #29 on: October 15, 2015, 09:38:43 pm »
@Rick
So that post with what start when for windows i'm trying to give Shane an idea of when to have the bcdedit command ran so that it can kick the user out of safemode once it boots up because the number one issue with safe mode button is on windows 8 it is getting stuck with users having an email or pin lock attached. so windows reverts back to the original password with their account and some users have forgotten that password. so it makes getting out of safemode tricky because they are stuck at the login screen.

so if he can get the bcdedit command to run as a runonce service then it will kick it out of safemode
the only issue i think right now would be the runonce service regkey cant be used in safemode i think not to sure though.
Julian

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Stuck in Safe Mode
« Reply #30 on: October 15, 2015, 09:43:00 pm »
Hi, Julian,
           What about my link in eightforums. Is it possible? without any problem
The Bottom line is "Check your hardware first if it supports the task you try".

Offline Rick

  • Hero Member
  • *****
  • Join Date: May 2013
  • Posts: 829
  • Karma: 2
    • View Profile
Re: Stuck in Safe Mode
« Reply #31 on: October 19, 2015, 01:01:56 am »
@Rick
So that post with what start when for windows i'm trying to give Shane an idea of when to have the bcdedit command ran so that it can kick the user out of safemode once it boots up because the number one issue with safe mode button is on windows 8 it is getting stuck with users having an email or pin lock attached. so windows reverts back to the original password with their account and some users have forgotten that password. so it makes getting out of safemode tricky because they are stuck at the login screen.

so if he can get the bcdedit command to run as a runonce service then it will kick it out of safemode
the only issue i think right now would be the runonce service regkey cant be used in safemode i think not to sure though.

There is another program we refer to easy recovery; one would need to buy the WIN8 Version to understands how it overwrites the BCDFile and resets all startup error codes!
A fantastic  program, has helped me numberous times;

It well worth the 20.00, can also buy commercial version to help many people; get the point?

regards

Offline Rick

  • Hero Member
  • *****
  • Join Date: May 2013
  • Posts: 829
  • Karma: 2
    • View Profile
Re: Stuck in Safe Mode
« Reply #32 on: October 22, 2015, 07:26:07 pm »
@Rick
So that post with what start when for windows i'm trying to give Shane an idea of when to have the bcdedit command ran so that it can kick the user out of safemode once it boots up because the number one issue with safe mode button is on windows 8 it is getting stuck with users having an email or pin lock attached. so windows reverts back to the original password with their account and some users have forgotten that password. so it makes getting out of safemode tricky because they are stuck at the login screen.

so if he can get the bcdedit command to run as a runonce service then it will kick it out of safemode
the only issue i think right now would be the runonce service regkey cant be used in safemode i think not to sure though.

Only one program can fix that; have to buy the right version though!
Easy recovery, it resets all the errors on startup. Every System manager should have this, or they simply wasting to much time trying to configure systems that simply don't need it...
regards,