Jump to content

ravashaak

Member
  • Posts

    162
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by ravashaak

  1. Stopping, then restarting the symantec antivirus service after you copy the grc.dat file to the client, will cause the change to take place more quickly, btw. - Ravashaak
  2. Here ya go... http://service1.symantec.com/SUPPORT/ent-s...Open&dtype=corp - Ravashaak
  3. Hmmm. I haven't confirmed this myself, but try the following: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\Winlogon Add a value named "ShutdownWithoutLogon" (type "REG_SZ") and set it to "0" Reboot. -Ravashaak
  4. If you're starting with little to no command-line knowledge, searching for this kind of stuff can be a bit frustrating. Besides, getting some confirmation as to what certain commands will do is part of the learning process. Give Saraband a break and save the ammo for someone who's just plain lazy - Ravashaak
  5. I also run my software installs at system startup. Hell, I even automate my system scanning and patching via startup script. Startup scripts are very nice for performing tasks that need system-level access, when you don't want to grant your users anything above user-level access. I agree, it's too bad MS hasn't seen fit to provide an efficient and secure way to run logon scripts under alternate credentials. One other tip: you can often use psexec from sysinternals.com to push the same scripts you use at startup, across the network without restarting your clients. However, test thoroughly as some things don't work properly when executed remotely via psexec. Still, all in all, a very good tool. But be aware, psexec performs authentication in clear text, so if you're worried about someone sniffing your passwords, or corporate policies forbid clear text authentication, then psexec is not for you. - Ravashaak
  6. I stumbled upon that video a few weeks ago. I scared the living crap out of my stepdaughters and girlfriend with it - Ravashaak
  7. You might also want to check the permissions for the group policy object you created. It could be that the permissions are set so that the policies defined under that GPO are not applying to that user. - Ravashaak
  8. Here's a link to a couple of good utilities for delaying execution of commands: You know you want to click me If you run the .cmd file as a logon script, then it will execute as soon as the user logs on. However, if the .cmd file begins with a delay, then I think that meets your requirements. - Ravashaak
  9. There's a slim chance it's your cable. You could swap that out and give it another try. When you installed the manufacturer's driver for your NIC, was it their newest driver? If neither of the above helps, it's most likely that your NIC is bad. - Ravashaak
  10. m4dh0 is correct. IE SP1 will still need to be updated. However, I *think* you can just download the newest IE cumulative security update to complete patching IE. However, bear in mind I have not verified this. So, if I were you, I'd test it before assuming patching is complete. - Ravashaak
  11. Ya know. One time, I went over to work on a friend's home network and he told me that if I helped him, he'd give me an extra ATX case he had laying around. Seeing that I needed another case, this seemed like a fair trade. So, I went over to his place and helped him with several issues over the course of a few hours. Anyway, so when I'm done, he hands me an extra ME CD he had, saying that he'd thought it over and still needed the case. He then reminded me that a Win ME CD costs a fair amount more than an ATX case anyways. I just smiled, nodded, took the CD, and never helped him with another problem ever again. I littered on the way home, flicking the CD out my car window frisbee-style - Ravashaak
  12. I'm fairly certain you can do this via scripting with the netsh command. The following link should provide some guidance: http://www.microsoft.com/resources/documen...n-us/netsh.mspx I've yet to try this myself, although it's on my to-do list. Let me know if it works! - Ravashaak
  13. What I've found is that on certain hardware setups (usually with minimal extra software installed) ME can run stable. However, that doesn't cut the mustard. In my opinion, to be a good OS, it must be able to handle almost all the hardware I can throw at it as well as handle the installation of numerous programs. And blaming ME instability on adware/spyware is (no offence) laughable. ME was likely the worst OS product Microsoft has produced since the pre-3.11 days. - Ravashaak
  14. Hmm. Ya know...I once had a somewhat similar issue and it wound up being the permissions on the network share. My script ran under SYSTEM context since it was defined as a startup script through a GPO. However, since the share didn't have proper permissions for that computer (in my case, the "domain computers" group), the resource was unavailable and the script would bomb. My user account had proper permissions and could invoke the script manually and it would run successfully. I'm not sure if the above applies to your situation. I guess it would depend on how your script is invoked at startup - Ravashaak
  15. If I am understanding you correctly, then perhaps this will work. When you bring up the remote desktop connection dialog box, click "options", then highlight the "local resources" tab, then select "printers". After that, connect normally. This will work in *some* circumstances. It really depends upon your exact setup. - Ravashaak
  16. Smoked for over 13 years myself. I quit about 4.5 years ago. I've seen the game from both sides of the field and I have to say that I hate people smoking around me. It's just nasty. It smells bad and can sometimes make it difficult to breathe. I don't mind people smoking outside. To each his/her own as far as that goes. - Ravashaak
  17. Starting a service: net start servicename Stopping a service: net stop servicename - Ravashaak
  18. Does anyone here also UNINSTALL Firefox in an unattended fashion? If so, what method do you use? I'm still working with techniques for scripting uninstalls of Firefox on my work LAN. - Ravashaak
  19. I gotta second that. Thanks for the loop Cola. It works great. - Ravashaak
  20. A very brief how-to as far as making security templates can be found HERE. A great deal of information concerning security template creation and administration can be found HERE. The second link contains a great deal of information. However, if you can make it through it all and give it just a little practice, you'll gain some very valuable knowledge. Let me know if you need more help! - Ravashaak
  21. Hmmm. Maybe this could be accomplished by creating a security template (in which you could also define other tweaks if you wanted). I think you could then import that security template to the local system via command line, although I haven't yet tested this. - Ravashaak
  22. I don't think %cdrom% is a native system variable. Try substituting the drive letter of your cd-rom for %cdrom% in your .cmd file. - Ravashaak
  23. Great! And thanks for letting me know if it worked - Ravashaak
  24. You can try my suggestions at the following link: http://www.msfn.org/board/index.php?showto...80entry148494 This method was valid for 8.00. I have yet to test it for 8.14. Let me know your results! - Ravashaak
  25. The program at the following link should handle this task... http://www.jsiinc.com/SUBQ/tip8300/rh8367.htm - Ravashaak
×
×
  • Create New...