G
Guest
hi all,
I am after some help with the following...
I am trying to make an ADM template which will allow for an AutoLogon...
To date I have yet to get it to work... Can someone help me out please...
I think part of the problem is I am not writing the values as REG_SZ's???
CLASS MACHINE
CATEGORY !!AutoLogon
KEYNAME "SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon"
POLICY !!WindowsAuto
PART !!AutoAdminLogon CHECKBOX DEFCHECKED
VALUENAME "AutoAdminLogon"
VALUEON "True"
VALUEOFF "False"
END PART
PART !!ForceAutoLogon CHECKBOX DEFCHECKED
VALUENAME "ForceAutoLogon"
VALUEON "True"
VALUEOFF "False"
ACTIONLISTOFF
VALUENAME "DefaultUsername" VALUE DELETE
VALUENAME "DefaultPassword" VALUE DELETE
END ACTIONLISTOFF
END PART
PART !!EnterUsername EDITTEXT REQUIRED MAXLEN 14
VALUENAME "DefaultUserName"
DEFAULT "username"
END PART
PART !!EnterPassword EDITTEXT REQUIRED MAXLEN 14
VALUENAME "DefaultPassword"
DEFAULT "password"
END PART
PART !!DefaultDomainName EDITTEXT REQUIRED MAXLEN 14
VALUENAME "DefaultDomainName"
DEFAULT "domain"
END PART
END POLICY
END CATEGORY
[STRINGS]
AutoLogon="AutoLogon"
WindowsAuto="Windows Autologon Settings"
AutoAdminLogon="Auto Admin Logon"
ForceAutoLogon="Force Auto Logon"
EnterUsername="Enter Username"
EnterPassword="Enter Password"
DefaultDomainName="Default Domain Name"
I am after some help with the following...
I am trying to make an ADM template which will allow for an AutoLogon...
To date I have yet to get it to work... Can someone help me out please...
I think part of the problem is I am not writing the values as REG_SZ's???
CLASS MACHINE
CATEGORY !!AutoLogon
KEYNAME "SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon"
POLICY !!WindowsAuto
PART !!AutoAdminLogon CHECKBOX DEFCHECKED
VALUENAME "AutoAdminLogon"
VALUEON "True"
VALUEOFF "False"
END PART
PART !!ForceAutoLogon CHECKBOX DEFCHECKED
VALUENAME "ForceAutoLogon"
VALUEON "True"
VALUEOFF "False"
ACTIONLISTOFF
VALUENAME "DefaultUsername" VALUE DELETE
VALUENAME "DefaultPassword" VALUE DELETE
END ACTIONLISTOFF
END PART
PART !!EnterUsername EDITTEXT REQUIRED MAXLEN 14
VALUENAME "DefaultUserName"
DEFAULT "username"
END PART
PART !!EnterPassword EDITTEXT REQUIRED MAXLEN 14
VALUENAME "DefaultPassword"
DEFAULT "password"
END PART
PART !!DefaultDomainName EDITTEXT REQUIRED MAXLEN 14
VALUENAME "DefaultDomainName"
DEFAULT "domain"
END PART
END POLICY
END CATEGORY
[STRINGS]
AutoLogon="AutoLogon"
WindowsAuto="Windows Autologon Settings"
AutoAdminLogon="Auto Admin Logon"
ForceAutoLogon="Force Auto Logon"
EnterUsername="Enter Username"
EnterPassword="Enter Password"
DefaultDomainName="Default Domain Name"