February 9, 200521 yr When I open a commant prompt and type ipconfig or some other command like that, it gives me the canned "Can't find it! lol" message that it gives for missing files.However, IPCONFIG.EXE is in my C:\Windows\System32\ directory. I went there myself However, I can see nothing wrong with my Path variable...Path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;D:\Program Files\WinSCP3\;PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSHSystemDrive=C:SystemRoot=C:\WINDOWSwindir=C:\WINDOWSI get those from "set" in the command line.I also found a site that said to check if my Registry Key for the Path was the wrong data type. It wasn't.I'm fresh out of ideas. Anyone here have one?EDIT: Also, I'm on SP2, and the only thing that I would suspect *might* disable some function was MSFT's AntiSpyware thing. But that doesn't make much sense at all.
February 9, 200521 yr Try This You Do Not Have To Set %Systemdrive% As That Set By Defualt.Path=%windir%\system32;%windir%;%windir%\System32\Wbem;"D:\Program Files\WinSCP3\;"PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
February 9, 200521 yr Look at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environmentand verify that Path is type REG_EXPAND_SZ. If it's not, it needs to be so delete Path and create a new expandable string value called Path and enter your path. Logoff or reboot to see change take effect.
February 9, 200521 yr Author Look at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environmentand verify that Path is type REG_EXPAND_SZ. If it's not, it needs to be so delete Path and create a new expandable string value called Path and enter your path. Logoff or reboot to see change take effect.Thanks! That fixed it!
Create an account or sign in to comment