Skip navigation

JSI Tip 1596. How does Windows NT know what you consider to be Progams versus Documents?

Windows NT knows that you consider the extensions at HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Extension to be documents.

You can define additional Documents, for those extensions that are not associated with an application, by using Regedt32 to navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows

Double click the Documents value name in the right hand pane, a type REG_SZ entry, and list the 3 character extensions, separated by a space.

Windows NT considers com, exe, bat, pif, and cmd extensions to be executable.

You can define additional executables by double clicking on the Programs value name at this same path and adding 3 character extensions, separated by a space. This string (REG_SZ) entry, defaults to com exe bat pif cmd.

Example: If you add scr to the Programs string and logoff/logon, you can create a shortcut to a screen saver:

C:\WINNT\SYSTEM32\SSBEZIER.SCR /S

The /S switch forces the screen saver to start immediately. Remove the /S to display a setup screen. You can not use a screensaver that uses a password.

NOTE: A better way to activate a screen saver can be found at tip 0302.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish