Safe mode

For the spacecraft operating mode, see Safe mode (spacecraft).

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

External links

This article is issued from Wikipedia - version of the 10/13/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.