• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Login Scripts in Win2k?

DAM

Diamond Member
Anyone out there know anything about this? I have some major questions about this, and just wanted some more info.




Mercy,


dam()
 
well, first, where the hell do you put the file? should it be a *.bas or a *.cmd file?



thanks for the help.


dam()
 
also, can do i need to have a domain controller and have a AD in order to have login scripts? Can i have a script just on my own machine?




dam()
 
Originally posted by: DAM
well, first, where the hell do you put the file? should it be a *.bas or a *.cmd file?



thanks for the help.


dam()



  • start->run : mmc
  • file->add/remove snapin
  • hit the add button
  • click group policy, and add button
  • Group POlicy Object should say Local Computer, click finish
  • click close
  • click ok
  • Click the plus sign next to the Local Computer Policy
  • then click the Computer configuration if you want it to run on every boot no matter what user or click on user for user level scripts







also, can do i need to have a domain controller and have a AD in order to have login scripts? Can i have a script just on my own machine?


see above


😎
 
damn!!! Ameesh! you own, thanks for the help to you too Beau, ok, now how do you write a logon script? :--) No, seriously how do you do it? :--)


What I want is to set the default screensaver, on every machine.




dam(you guys kick)
 
🙂 cool. ok ameesh, where isa good reference guide for writing my own login scripts?
 
HKEY_USERS\.DEFAULT\Control Panel\Desktop

Look in that key, there are two values you need to change:

SCRNSAVE.EXE --> holds the info on which screen saver to run and

ScreenSaveActive --> 1 means active 0 means disabled
 
Originally posted by: Ameesh
HKEY_USERS\.DEFAULT\Control Panel\Desktop

Look in that key, there are two values you need to change:

SCRNSAVE.EXE --> holds the info on which screen saver to run and

ScreenSaveActive --> 1 means active 0 means disabled



Is this in the registry, or is would that be through the logon script writing to the registry?


Sorry for the inmense amount of questions.



dam()
 
Originally posted by: DAM
Originally posted by: Ameesh
HKEY_USERS\.DEFAULT\Control Panel\Desktop

Look in that key, there are two values you need to change:

SCRNSAVE.EXE --> holds the info on which screen saver to run and

ScreenSaveActive --> 1 means active 0 means disabled



Is this in the registry, or is would that be through the logon script writing to the registry?


Sorry for the inmense amount of questions.



dam()

thats in the registry your script would have to write to the registry to change the defaults.
 
Back
Top