Safe mode
Safe mode is a diagnostic mode of a computer operating system (OS). It can also refer to a mode of operation by application software. Safe mode is intended to help fix most, if not all problems within an operating system. It is also widely used for removing rogue security software.
Background
Microsoft Windows, OS X, Android and Linux distributions such as Ubuntu and Linux Mint are examples of contemporary operating systems that implement a safe mode (called "Safe Boot" in OS X); as well as other complex electronic devices.
An operating system in safe mode will have reduced functionality, but the task of isolating problems is easier because many non-core components are disabled. This includes sound. However, there is a way to enable sound in safemode on Windows. This means that, for example, a visually impaired or blind user can use their screen reader software to navigate Windows. This is done by adding keys in the Windows Registry[1] Or the .Reg file can be downloaded and added to the registry by right clicking and clicking merge. An installation that will only boot into its safe mode typically has a major problem, such as disk corruption or the installation of poorly configured software that prevents the operating system from successfully booting into its normal operating mode.
Though it varies by operating system, typically safe mode loads as few executable modules as possible and usually disables devices, except for the minimum necessary to display information and accept input. Safe mode can also take the form of a parallel "miniature" operating system that has no configuration information shared with the normal operating system. For example, on Microsoft Windows, the user can also choose to boot to the Recovery Console, a small text-based troubleshooting mode kept separate from the main operating system (and can also be accessed by booting the install CD), or to various "safe mode" options that run the dysfunctional OS, but with features such as video drivers, audio and networking disabled.
Safe mode typically provides access to utility and diagnostic programs so a user can troubleshoot what is preventing the operating system from working normally. Safe mode is intended for maintenance, not functionality, and provides minimal access to features.
Operating systems
Windows
Microsoft Windows' safe mode (for 7/Vista[2] /XP[3] /2000/ME/98/95) is accessed by pressing the F8 key as the operating system boots.[4] Also, in a multi-boot environment with multiple versions of Windows installed side by side, the F8 key can be pressed at the OS selector prompt to get to safe mode. However, under Windows 8 (released in 2012), the traditional press-F8-for-safe-mode-options UI convention no longer works, and either Shift-F8 or a special GUI-based workaround is necessary.[5]
Unix
An equivalently minimal setting in Unix-like operating systems is single-user mode, in which daemons and the X Window System are not started, and only the root user can log in and which allows an administrative account commonly known as "root" to have its password reset without knowing what it is first.[6]
Mac OS
In macOS holding the shift key after powering up activates Safe Boot that has background maintenance features (Besides the mode selection, it runs a file system repair, and in Mac OS 10.4, it disables all fonts other than those in /System/Library/Fonts, moves to the Trash all font caches normally stored in /Library/Caches/com.apple.ATS/(uid)/, where (uid) is a user ID number such as 501, and disables all startup items and any Login Items) and can reset an administrative accounts' password.[7] In Windows, safe mode with networking, one of the variations of safe mode, can be used to troubleshoot network issues. In macOS, Safe Boot always includes networking.
On the Classic Mac OS versions 6, 7, 8 and 9, a similar mode to the Unix root is achieved by holding down the shift key while booting, which starts the system without extensions.
Application software safe mode
Application software sometimes offers a safe mode as well. In the PHP interpreter, prior to version 5.4, safe mode offers stricter security measures.[8] The Glasgow Haskell Compiler from version 7.2 offers "Safe Haskell" mode, restricting usage of functions such as unsafePerformIO. Mozilla Firefox's safe mode allows the user to remove extensions which may be preventing the browser from loading. Internet Explorer can run in "No Add-Ons" mode and Protected Mode.
See also
References
- ↑ http://superuser.com/questions/354325/how-to-enable-audio-in-safe-mode
- ↑ Starting your computer in safe mode Windows 7/Vista
- ↑ Safe Mode Boot options in Windows XP
- ↑ A description of the Safe Mode Boot options in Windows XP
- ↑ http://www.howtogeek.com/107511/how-to-boot-into-safe-mode-on-windows-8-the-easy-way/
- ↑ How To Recover root password under linux with single user mode
- ↑ Reset a user's password in single user mode
- ↑ Safe mode in PHP
External links
- More information about Safe-mode from Symantec.
- In Windows, what is 'Safe Mode' used for and why? (about win9x systems)
- How to Start Windows XP in Safe Mode
- Mac OS X: Starting up in Safe Mode
- How to Start Windows 7 in Safe Mode
- How to Start Android OS in Safe Mode