;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CLASS MACHINE ;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CATEGORY !!ENV_MCHVAR
POLICY !!MCH_SYSPOL
EXPLAIN !!MCH_SYSEXP
KEYNAME !!MCH_REGVAL
PART !!MCH_SYSVAR EDITTEXT EXPANDABLETEXT REQUIRED
VALUENAME !!SYS_VARVAL
END PART
END POLICY
END CATEGORY; !!ENV_MCHVAR
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CLASS USER ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CATEGORY !!ENV_USRVAR
POLICY !!USR_SYSPOL
EXPLAIN !!USR_SYSEXP
KEYNAME !!USR_REGVAL
PART !!USR_SYSVAR EDITTEXT EXPANDABLETEXT REQUIRED
VALUENAME !!SYS_VARVAL
END PART
END POLICY
END CATEGORY; !!ENV_USRVAR
[strings]
ENV_MCHVAR=Machine Environment Variables
ENV_USRVAR=User Environment Variables
MCH_SYSPOL=Machine System32 Environment Variable
USR_SYSPOL=User System32 Environment Variable
MCH_SYSEXP=Machine System32 Environment Variables\n\nTo Set: Type the path to ..\Windows\System32 Directory.\n\nYou may use other variables for example:\n%WinDir%\System32\n\nNote:The computer will require starting before this setting comes into affect.
USR_SYSEXP=User System32 Environment Variables\n\nTo Set: Type the path to ..\Windows\System32 Directory.\n\nYou may use other variables for example:\n%WinDir%\System32
MCH_REGVAL=SYSTEM\CurrentControlSet\Control\Session Manager\Environment
USR_REGVAL=Environment
MCH_SYSVAR=Path to C:\Windows\System32 Path - example %WinDir%\System32
USR_SYSVAR=Path to C:\Windows\System32 Path - example %WinDir%\System32
SYS_VARVAL=WINSYSDIR
|