Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ednetman
  • Content: Threads
  • Order by date
  1. Ednetman

    Loop Issue

    I have a script to check file versions, but I am havig problems with the loop. make a few edits to it and it will loop, but only to the first line of the text file. Then it runs untill I kill it, or I can make a few other changes and get an error that I used a loop without a DO command. I...
  2. Ednetman

    LAN MAN authentication

    Has anyone been able to figure out a way to either update PC DOS to use NTLM v2 authentication or to tell GHOST to use a PE type environment for image deployment? I heard from someone that there was a version of Ghost that used a PE like environment, but that he thought it was only available...
  3. Ednetman

    Set Enviroemntal Variables

    Hello All, I have googled this, and it is driving me crazy! I need to write a script that sets up the environmental variables on a machine. For instance: Change the Temp directory to "C:\Temp", Append a few entries to the end of the "PATH" and delete 2 things from the "PATH." Any help with...
  4. Ednetman

    Make a choice and display a prompt

    I have a script that works fine as a standalone. I now need to embed some logic in to it. I need for it to look at the results and make a decision based on what it finds. here is my script: ************************************************************** Const HKEY_LOCAL_MACHINE = &H80000002...
  5. Ednetman

    Help searching the registry

    Hello, I am trying to write a script that will find the value "PnPCapabilities" under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class" I have been able to find a script that finds what I am looking for, but I can't limit it to this specific path, it wants to search the entire...
  6. Ednetman

    How to prevent Remote Desktop Timeout?

    I have a bit of a problem. We have a 2003 server with a few security applications running on them. We connect to the server using Remote Desktop When we connect to the server and initiate the program, sometimes we are timed out before it finishes. There is a GPO that limits connects to 30...
  7. Ednetman

    Laptop recovery question

    About a 2 years ago I worked with this guy who had nify device that I would like to add to my toolkit. It was a PCMCIA card that you would slide in to the side of a laptop, then you could plug the other end in to your desktop machine. You were then able to see the HDD and recover data. Has...
  8. Ednetman

    netset.exe usage question

    I am using netset.exe in a syspreped Windowss 2000 SP4 image. I currently have the config file set to: ----------------------------------------------------------- [Networking] [NetAdapters] Adapter01=Params.Adapter01 [Params.Adapter01] InfID=* [NetProtocols] MS_TCPIP=Params.MS_TCPIP...
  9. Ednetman

    tcp/ip is not installed

    I get the message "tcp/ip is not installed" when I log in to my machine. I have an Alienware laptop with a RealTech NIC. I have updated the drivers, and run the commnad (netsh int ip reset resetlog.txt), removed and reinstalled my adapters, etc. I can see that I have a connection and can even...
  10. Ednetman

    Scheduled Task to run at logoff

    Hello all! Our site does not currently use NT logon/logoff scripts. Here is my dilema. I need to schedule a batch file to run at logoff. Does anyone know how to add a scheduled task to do this using wither the Scheduler service, a batch file, a VB Script, etc... Thanks!
  11. Ednetman

    Remeber "Workstation Only" Selection

    Hi, I am trying to figure out how to make Windows 2000 rember that I put a check in the "Workstation Only" box. I am hoping that there is a registry key that can be added or modifed. I will then be able to use this in a VBScript I am writing. If anyone knows what key I need to do...
  12. Ednetman

    Enable printer pooling script

    I need to know if there is a way to enable printer pooling from a command line (batch file) or VB Script. It would then need to be able to add LPT1. I would also settle for sharing the printer. HP LaserJet 4000 and 4050.
  13. Ednetman

    Auto Login and Run Program script

    I am looking for a way to make a machine login as a predefined user (either local or domain) and execute a program or batch file. I would like for it to lock the machine while the program is running and then reboot after completion. At this point, I would be happy with the logon portion...
  14. Ednetman

    Configure Wake On Lan

    Does anyone know how to configure wake on lan from a command prompt or VB script? Specifically, Intel Pro 100, Pro 100/1000, and Broadcom gigabit.
  15. Ednetman

    NIC Driver defaults

    Does anyone know how to change the defaults for when a NIC is installed. I would like to configure a file to install the driver with a static IP address, and preconfigured subnet mask and gateway. I would also like to make sure Wake On LAN is enabled and the link speed and duplex is configured...
  16. Ednetman

    Hostname on Desktop

    I am trying to make the hostname appear on the desktop of a computer. I want it to be dynamic so when the hostname changes, it will auto update on the desktops. I know I have seen this before, anyone have any ideas? Ed
  17. Ednetman

    Redirect LPT1 to Default Printer

    A department in our corporation uses and old DOS type program for some of its more critical functions. The way the program is written, it will only print to LPT1. The department has several hundred workstations and many different printers, so pointing LPT1 to a single printer is not an...

Part and Inventory Search

Back
Top