Questions tagged [windows-2000]

Windows 2000 is an operating system for use on both client and server computers.

Windows 2000 is an operating system for use on both client and server computers. It was produced by Microsoft and released to manufacturing on December 15, 1999 and launched to retail on February 17, 2000. It is the successor to Windows NT 4.0, and is the last version of Microsoft Windows to display the "Windows NT" designation. It is succeeded by Windows XP (released in October 2001) and Windows Server 2003 (released in April 2003). During development, Windows 2000 was known as Windows NT 5.0.

64 questions
0
votes
1 answer

Cygwin on windows 2000

I need to install cygwin on a windows 2000 machine. I already found a good setup.exe, but none of the downloads or mirrors seem to work, so where can I find the files to manually install Cygwin 1.7.
0
votes
1 answer

How to get GCC9.x or latest gcc with Go compiler on a windows 2000 machine

I need to build a tool written in Go. Go doesn't support windows 2000 so I want to fall back on latest GCC compilers with built in support for Go (gccgo). I have cygwin 1.7 on windows 2000 machine (oracle virtual machine) (Perhaps I need a cygwin…
0
votes
2 answers

GetExtendedTcpTable in Windows 2000

Which mechanism can I use to get all open ports with the associated PID's (process ID's) in Windows 2000? GetExtendedTcpTable is not available and the same problem with the console command netstat -ao (option -o not on-hand)! Thank you in…
leon22
  • 5,280
  • 19
  • 62
  • 100
0
votes
1 answer

How do i invoke a batch script remotely in a windows 2000 terminal using commands from windows 7

I have a Batch file in legacy Windows 2000 server from a windows 7 environment. Using schtasks to create a task and run the same through it gives me result ERROR : THE REQUEST IS NOT SUPPORTED. Is there a different approach to invoke the script…
0
votes
0 answers

Logon Failure while impersonating

This is a similar question on how to impersonate a logon. However, I'm running into an issue when attempting to run System.IO.File.Copy() or System.IO.File.Move() while impersonating and receive the following error: Logon failure: unknown user…
tbm0115
  • 410
  • 11
  • 21
0
votes
1 answer

com0com silent install (test signed com0com.sys shows up as signed in explorer but not in Device Manager)

My goal is to have the com0com serial driver install without popping up the install wizard on both WinXP and Win2000. I am working on WinXP x86. I have followed the test signing instructions for the com0com driver, replacing amd64 with i386 at line…
Andrew
  • 1,027
  • 1
  • 11
  • 17
0
votes
1 answer

Windows 2000 Shutdown on Program Close

Is there a way to signal windows 2000 to shutdown when a specific program closes? I tried doing it by scheduling a task but couldn't find the shutdown executable, apparently it's only include starting in windows 2003. My next thoughts were with a…
Zach
  • 31
  • 3
0
votes
2 answers

MFC CFileDialog don't work correctly in Windows 2000

I develop with Visual Studio 2008 (Windows 7) and use CFileDialog(TRUE, NULL, lastPath, NULL, szFilter); The important parameter is the third (lastPath) to get in a specific directory! All works fine with Windows 7 but in Windows 2000 the Dialog…
leon22
  • 5,280
  • 19
  • 62
  • 100
0
votes
0 answers

Batch "invalid command-line parameters"

For whatever reason, this: reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\BeginSecond /v begin-second /t REG_DWORD /f /d "%HOMEDRIVE%\Documents and Settings\%USERNAME%\Desktop\bat script\begin-second" Line feeds were added for…
VeeTHis
  • 25
  • 4
0
votes
1 answer

Batch file "to many command-line parameters"

So, for Windows 2000, I'm making kind of a program spammer thing. There is another batch file, that, at the end, calls in the program spammer file. The problem I'm having is adding it saying "to many command-line parameters". This is the current…
VeeTHis
  • 25
  • 4
0
votes
2 answers

Is Windows process Running, Java differentWindows OS on Different Lanaguages

I am using Java in programing and want to watch after some processes if running or not. I have to make my implementation platform indepenant; support different OS (Windows XP,7 & 2000) also this OS in different lanaguages (French, English, Japaness,…
Ahmed
  • 1
0
votes
1 answer

Apply userprofile into a path

I need to get a computer's user folder name and put it into a path, in this case startup and desktop path. I figured out how to find the user folder name, but I'm stuck on figuring out how to put that into a path. Anyone know how to? Set WshShell =…
dolphin
  • 19
  • 1
  • 4
0
votes
3 answers

WMI namespace root\cimv2 not available on Win2k?

I'm trying to run the following VBScript code on a Win2k SP4: strComputer = "." Set oWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") It works on XP and Win7 without problems, but on this…
yorch
  • 7,170
  • 8
  • 32
  • 38
0
votes
1 answer

How do I setup cygwin 1.7 on a Windows 2000 machine

I have a box running Win2k to support a few legacy applications that can't be migrated forward at this point that I'd like to manage for most part with Cygwin. However, the current Cygwin installer requires Windows XP 3. The installer referenced by…
revprez
  • 1,016
  • 7
  • 8
0
votes
2 answers

Can't connect to SQL Server 2008 R2 with new windows 7 64bit machine

I have been trying to figure this out for days now... I have this old application that I have not had to mess with in years and this old windows 2000 (32bit) machine went out on me. So I ended up replacing that machine with a new Windows 7 (64bit)…
Arvo Bowen
  • 4,524
  • 6
  • 51
  • 109