home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 January
/
PCWorld_2000-01_cd.bin
/
Software
/
TemaCD
/
FoldGuar
/
FGUARD.ADM
< prev
next >
Wrap
Windows Policy Administrative Template
|
1999-06-08
|
7KB
|
233 lines
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; FGUARD.ADM (a part of: Folder Guard for Windows 95/98)
;; Copyright (c) 1997-99, WinAbility.Com. All rights reserved.
;;
;; This file contains Policy Templates for Folder Guard. Please refer to
;; Folder Guard Help for information on using this file.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CLASS MACHINE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; this is the first line of the CLASS MACHINE section
CATEGORY "WinAbility"
;; CLASS MASHINE Policy Templates for other WinAbility products
;; may be inserted here
CATEGORY "Folder Guard"
KEYNAME "System\CurrentControlSet\Services\VxD\FGUARD"
POLICY "Site License Information"
; use these entries to make Windows automatically
; load Folder Guard registration information on start-up
KEYNAME "Software\WinAbility\Folder Guard\Setup\1"
PART "Registered To: " EDITTEXT REQUIRED
VALUENAME "Registered To"
MAXLEN 256
DEFAULT "unregistered"
END PART
PART "Number of users: " EDITTEXT REQUIRED
VALUENAME "Number of Users"
MAXLEN 25
DEFAULT "0"
END PART
PART "Registration Code: " EDITTEXT REQUIRED
VALUENAME "Registration Code"
MAXLEN 25
DEFAULT "0"
END PART
END POLICY
POLICY "Enabler protection at Windows startup"
PART "Full DOS path to FGUARD.VXD: (8.3 names only!)" EDITTEXT REQUIRED
VALUENAME "StaticVxD"
MAXLEN 260
DEFAULT "C:\PROGRA~1\WINABI~1\FOLDER~1\FGUARD.VXD"
END PART
PART "Working Folder: (if different from above, 8.3 names only!)" EDITTEXT
KEYNAME "Software\WinAbility\FGD"
VALUENAME "FGD"
MAXLEN 260
DEFAULT "C:\PROGRA~1\WINABI~1\FOLDER~1"
END PART
END POLICY
POLICY "Monitor user logon"
PART "Validate user name" CHECKBOX
VALUENAME "ValidateName"
END PART
PART "Don't show previous user name" CHECKBOX
VALUENAME "HidePrevUser"
END PART
PART "No empty user name" CHECKBOX
VALUENAME "NoEmptyUserName"
END PART
PART "No empty password" CHECKBOX
VALUENAME "NoEmptyUserPW"
END PART
PART "No Default user" CHECKBOX
VALUENAME "NoDefUser"
END PART
PART "Disable system keys (Ctrl+Alt+Del, Ctrl+Esc, etc.)" CHECKBOX
VALUENAME "NoSysKeys"
END PART
PART "(The Default user's password must be " TEXT
END PART
PART "entered in the template (.ADM) file!)" TEXT
END PART
; see a bit further...
PART "Custom texts:" TEXT
END PART
PART "Title for the dialog boxes: " EDITTEXT
VALUENAME "Text.Title"
MAXLEN 128
DEFAULT ""
END PART
PART "On invalid user's name: " EDITTEXT
VALUENAME "Text.MsgInvalidName"
MAXLEN 128
DEFAULT ""
END PART
PART "Prompt for Default user's password: " EDITTEXT
VALUENAME "Text.DefUserPrompt"
MAXLEN 128
DEFAULT ""
END PART
PART "On invalid user's password: " EDITTEXT
VALUENAME "Text.MsgInvalidDefUserPW"
MAXLEN 128
DEFAULT ""
END PART
PART "On empty user name: " EDITTEXT
VALUENAME "Text.MsgEmptyUserName"
MAXLEN 128
DEFAULT ""
END PART
PART "On empty password: " EDITTEXT
VALUENAME "Text.MsgEmptyUserPW"
MAXLEN 128
DEFAULT ""
END PART
ACTIONLISTON
VALUENAME "MonitorLogon" VALUE NUMERIC 1
;; specify the actual encoded password here:
;; for ex., if the encoded password is 12345678:
;; VALUENAME "DefUserData" VALUE NUMERIC 12345678
;; Encoded password 0 means "don't ask for the password"
VALUENAME "DefUserData" VALUE NUMERIC 0
END ACTIONLISTON
ACTIONLISTOFF
VALUENAME "MonitorLogon" VALUE DELETE
VALUENAME "DefUserData" VALUE DELETE
END ACTIONLISTOFF
END POLICY
POLICY "Log file"
PART "Full path to the Log File:" EDITTEXT REQUIRED
VALUENAME "LogFile"
MAXLEN 260
DEFAULT "C:\Program Files\WinAbility\Folder Guard\FGuard.LOG"
END PART
PART "Max. # of lines:" NUMERIC REQUIRED
VALUENAME "LogFileMaxLines"
DEFAULT 100
MIN 1
MAX 32767
END PART
ACTIONLISTOFF
VALUENAME "LogFile" VALUE DELETE
VALUENAME "LogFileMaxLines" VALUE DELETE
END ACTIONLISTOFF
END POLICY
END CATEGORY ; "Folder Guard"
;; CLASS MASHINE Policy Templates for other WinAbility products
;; may be inserted here
END CATEGORY ; WinAbility
;; this is the last line of the CLASS MACHINE section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CLASS USER
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; this is the first line of the CLASS USER section
CATEGORY "WinAbility"
;; CLASS USER Policy Templates for other WinAbility products
;; may be inserted here
CATEGORY "Folder Guard"
POLICY "FGD file"
KEYNAME "Software\WinAbility\FGD"
PART "Full DOS path to the FGD file (8.3 format!): " EDITTEXT REQUIRED
VALUENAME "FGD"
MAXLEN 260
DEFAULT ""
END PART
END POLICY
END CATEGORY ; "Folder Guard"
;; CLASS USER Policy Templates for other WinAbility products
;; may be inserted here
END CATEGORY ; WinAbility
;; this is the last line of the CLASS USER section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;