Jump to content

sys6x

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by sys6x

  1. Hi, I'd like to know if it's possible to access a tape drive from My computer with a Windows 2000 server...if so, how? I know it's sequential access but I'd like to run the backups with robocopy and ntbackup. Thanks!
  2. Hi, I'm looking forward to deploy via GPO a setting for the default keyboard layout, which by default is Canadian french in the actual standard Windows XP machine of our network. I want it to become Multilingual canadian french. I know the language id for Canadian french is 00000c0c but what for the multilingual one...? d0000c0c? not sure... and what would be the correct registry key for that? for both at winlogon and during an user session, as much for future new users as for actual users. Also, if I want to manage XP computers from a 2k DC, how am I supposed to do that? add template XP adm files to a GPO? would this affecxt the win2k computers that are in the same GPO? Thanks!
  3. Yeah I thought about trying the UPD...but then I found out it was just this lil' printer..not all of 'em I guess you tried installing/upgrading the drivers with XP's? That's what I did and it work'd
  4. thanks for the suggestion, but uh..I'm not convinced about them being free of malware...and anyway it's not really professionnal hehe Did you ever see computer problems due to the fact of not having the ctrl-alt-del thingy activated at Windows prompt? I'm telling my boss we can't do this so..that'd be what they want...at their own risk
  5. well she still has to consult her piece of paper to know where are ctrl, alt and del...so it takes around 8-10seconds I stopped looking...I'll just tell them there is no official way. The only way I MIGHT get an answer is from the scripting guy. Thanks anyway hehe
  6. Why? Some [extremely] noob user requested us to remove it cuz it's an annoyance, it causes time loss, etc... and since it's a member of the direction...we have to check out. She said the same thing about the 15min screensaver thingy and because of this, it's now a delay of 1 hour...no comments I don't think we can do it since I believe the screensaver password auth calls winlogon,which is used by the primary windows login...and the GPO is applied on winlogon
  7. Hi, I certainly don't want to automate login. This is for security reasons. For user productivity reasons, I got this request... I believe nmX.Memnoch understood what I want but still, I'll give more details In one of our GPOs, we require the users to press alt-ctrl-del before the main Windows login and then they can type their login/password The problem is that there is another GPO that activates the screensaver after x minutes and we also set it to require this screensaver to be password protected. We do want it to require a password to come back to the session... but we don't want it to require an alt-ctrl-del to unlock the workstation. If I disable the first GPO, I'm getting the expected behavior from the screensaver...but it doesn't require me to alt-ctrl-del at the main logon. I begin to believe this might be a technet/scripting guy question... Or there is some possible tweak in the registry since I identified 2-3 keys related to the logon lock...but nothing related to a screensaver lock. Hope this is easier to understand
  8. Hi, My boss just made a weird request...and I can't find a way to set it, so I'm asking y'all is it's even possible : in XP (SP2 Pro), he wants the workstations to be password protected when the screensaver activates, but without locking the session (in fact, he wants the users to avoid the alt-ctrl-delete thing...just a password) In other words, if the user moves his mouse when the screensaver is on, it asks for a password, not for alt-ctrl-del Thanks
  9. Naw, wasn't working but thanks, found out I had to update the drivers on the server...that fixed it and it was only for a specific kind of printer.
  10. Well it isn't deployed yet, I'm still at the stage to work on the images! So it should be something like running sysprep on the actual image computer and then I can image it I'll check out that sysprep thing, thanks
  11. Yeah, you're assuming right..no idea what is sysprep for.. I think I found out, either it's removing the setup that says "put this computer in this group" in gpedit.msc or it's changing the SID that did effect... I will see when trying to deploy another computer
  12. OK finally it doesn't work... here is how I'm adding a printer via GPO with a vbs file : strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colPrinters = objWMIService.ExecQuery _ ("Select * From Win32_Printer Where Local = TRUE") If colPrinters.Count = 0 Then Set objNetwork = CreateObject("WScript.Network") objNetwork.AddWindowsPrinterConnection "\\SERVER\PRINTER" objNetwork.SetDefaultPrinter "\\SERVER\PRINTER" End If The problem now is that I can't even use the printer (it adds it, no problem). It doesn't print a single page (but no error message) but when I want to access the configuration/properties of the printer, I'm getting this : A guess is that the printer is on the W2k PDC and the client computer is on XP and then it can't get XP drivers so it use 2k's, which causes this error. Is there a way to get the W2k PDC to be able to push WXP drivers? Thanks again
  13. Isn't this something avaliable only from W2k3 R2? Because it's not on my 2k PDC or the XP clients
  14. It's on XPSP2 Pro I've been told that scheduling the updates with a GPO disables the possibility of a manual update...dunno if it's true
  15. W2k not booting happened to some ppl I know, never knew why but my guess is scratch on the CD that is somewhere blocking the boot thingy...sometimes it could be the dvd/cd drive. You could try cleaning up a bit your disc... You should try the disc in another computer to see if it boots...if it does then the disc isn't the problem... Also, I had some boot problems recently and it seems some BIOSes aren't reading boot sectors in a standard way (something about a 4 sector or offset thing and you just need to add an option when mkisofs'ing...) Hope it helps! P.S.: 3 months without a computer...I would rather die heh
  16. Thanks for the reply. I tried that but it's not doing anything except running the process...
  17. Hi, Is there a command that I could type on a new client computer in order to get WSUS to list the computer in its database, manually? Because it looks like it's doing this only when the scheduled WSUS sync task is running... Also, I wonder if all my computer have the same SID...does this cause any problem with WSUS? Thanks
  18. OK, found out what to do finally...I don't define any default printer in the script...just add them and then the user (or me during the setup) will select the default printer.
  19. Hi, I'm setting up a new AD tree organization and now using GPOs (the company never used them before) with a W2k Server PDC. In my GPOs, there are scripts running to attach a printer to the computer and set it by default. Everything is working fine until I have this user that has an exception. So, I need to set another printer by default, in the user logon script. The thing is..it adds the printer but it doesn't set it by default... I guess you can't set more than once a default printer in ALL the logon scripts? I'm using .cmd batch scripts linked to a .vbs WSH script How would you do this? I'm sure I could give more infos but dunno what...ask questions if needed! Thanks
  20. Aye, Woa thanks, it works and that's a very deep answer =) I didn't even know we could set permissions to the registry keys! Peace
  21. Hi, I'm actually preparing a disk image in order to deploy it on new computers. Everything is great up to know except this : I can't get a domain user to change the power management scheme from a laptop. I'm also using a Win2k Server PDC and the laptop is on XPSP2 Pro. Since W2k Server doesn't have all XP's GPOs, I have to use a local and a UO-based GPO. I checked in both and I can't find anything about the schemes... Note that I don't want the users to be local administrators (too much problems...). I did a little search on the forums and found something about an ADM file but I don't think that's what I need... Thanks!
×
×
  • Create New...