Help and Support

Article ID: 195050 - Last Review: October 31, 2006 - Revision: 1.1

How to Clear Environment Variables Using Setx.exe

This article was previously published under Q195050
Expand all | Collapse all

SUMMARY

This article describes how to use the Setx.exe tool to clear both user and system environment variables. Setx.exe is included with the Windows NT 4.0 Resource Kit.

MORE INFORMATION

To clear an environment variable using Setx.exe at a command prompt:

  1. Click Start, point to Programs, and then click Command Prompt.
  2. If you want to clear a user environment variable, type the following line

    setx <variable> ""

    where <variable> is the user environment variable.
  3. If you want to clear a system environment variable, type the following line

    setx <variable> "" -m

    where <variable> is the system environment variable.
  4. Close the command prompt.
When you use Setx.exe to clear an environment variable value, the environment variable name is not affected.

APPLIES TO
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 4.0 Standard Edition
  • Microsoft Windows NT Server 4.0 Enterprise Edition
Keywords: 
kbenv kbhowto KB195050

Article Translations