User:BF10/Sandbox


Featured article[edit | edit source]

Windows 95 (codenamed Chicago) is a consumer version of Microsoft Windows released by Microsoft in 1995. It is the first major release in the Windows 9x operating system line, and was designed to be the successor of Windows 3.1. It is the first consumer-oriented version of Windows to include Windows Explorer, a move which was followed by its NT equivalent Windows NT 4.0 in 1996. It would be replaced by Windows 98, and Microsoft ended support for Windows 95 on 31 December 2001.

Windows 95 merged Microsoft's formerly separate MS-DOS and Microsoft Windows products, and featured significant improvements over its predecessor, most notably in the graphical user interface (GUI) and in its simplified "plug-and-play" features. It improved upon 16-bit Windows by introducing a hybrid 16/32-bit kernel and eliminating the need for an existing installation of MS-DOS, making it a standalone operating system (running alongside MS-DOS). Microsoft focused on improving the usability of Windows with technologies such as Plug-and-Play, long file names (VFAT), the Start menu, an updated desktop, Internet Explorer, Mail, built-in networking, and virtual device drivers. Many of the paradigms introduced with Windows 95 remain in use today.
Click here to see previous featured articles

Pages to watch[edit | edit source]

Bad screenshots[edit | edit source]

Deletion[edit | edit source]

BetaWiki[edit | edit source]

Page errors[edit | edit source]

Recommended wiki tools[edit | edit source]

  • Wiki-Up: Allows uploading multiple images at once
  • VMGuide: Quickly change BIOS date and hardware config on VMware and VirtualBox machines
  • C++Shot: Provides transparent screenshots of windows; recommended for builds with Aero effects
  • AeroShot: Same as above but requires .NET 3.x
  • Not really a tool but after uploading a new version of an image, please clear your cache to see the updated image

Processes info[edit | edit source]

(ported from an old test wiki of mines)

Here is a list of critical Windows processes that you will see on Windows NT systems. These processes more than often cannot be killed via Task Manager (unless on Vista or later). If the process's watcher is not terminated, the results listed will occur.

Credit to this blog from Mark Russinovich for the info.

  • winlogon.exe: Deals with Windows login sessions, watches lsass.exe and services.exe. Run when booting; when terminated:
    • XP: BSOD
    • Vista and up: Log off
  • smss.exe: Session manager. Watches winlogon.exe, which if not terminated first, causes BSOD. Run when logging in, when terminated:
    • XP: Does nothing
    • Vista and up: BSOD
  • csrss.exe: Client Server Runtime Subsystem. OS runs on top of this. Run when booting; when terminated, cause BSOD (STOP 0x0F4).
  • lsass.exe: Local Security Authority Subsystem Service. Verifies user logins and allows password changes. Run when logging in; when terminated, reboot computer after 1 minute.
  • services.exe: Service Control Manager. Controls all Windows services. Run when booting; when terminated, reboot computer after 1 minute.
  • explorer.exe: Windows Explorer. Holds the main interface. Run when logging in; when terminated, gets rid of Taskbar, all Window Explorer processes, and desktop icons. On Windows 8 and up, also removes background. Usually reopens if it is terminated in any way except by terminating it manually.
  • svchost.exe: Service Host. Holds user's themes. On Windows Vista and up, many instances of this process will run and they will usually relaunch if terminated. Run when booting; when terminated:
    • XP: Revert theme to lowest default
    • Vista and up: Does nothing
  • System: Holds system threads. Cannot be terminated.
  • System Idle Process: Not a real process, tracks time no thread was running. Cannot be terminated.
  • DCOM Server Process Launcher: Helps communicate the system with applications, if terminated:
    • Windows XP-7: Reboot computer after 1 minute
    • Windows 8-10: BSOD