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

Windows 2000 software reboot

Is there a way to reboot W2K in a native way? ExitWindows(Ex) InitiateSystemShutdown(Ex) Works starting from Windows XP. May be I can kill a kernel to force the reboot but it's weird. I wasn't able to find anything on MSDN.
pugnator
  • 665
  • 10
  • 27
0
votes
2 answers

How to format dir command in cmd for XP and Win 2000

When I use dir command in win XP it returns all kind of info: Volume in drive C is OSDisk Volume Serial Number is AEF7-B35F Directory of C:\Users\bd250124\Desktop\test 06/11/2015 12:14 PM . 06/11/2015 12:14 PM
IGRACH
  • 3,506
  • 6
  • 33
  • 48
0
votes
1 answer

Windows Authentication for winforms with Windows 2000

I use the following code to validate users through windows authentication for my winform application. This works fine with windows XP but when the user is using windows 2000, it says that the userid or password is in valid. How do I do this in…
The King
  • 4,600
  • 3
  • 39
  • 58
0
votes
1 answer

How to install php 5.4 on windows 2000

Can I install PHP 5.4 on Windows 2000. It seems that PHP 5.4 requires VC++ 9 which is not supported on windows 2000. Is there any other workaround for installing this. Can anyone suggest me a solution? Thanks!
PeeJay
  • 323
  • 4
  • 16
0
votes
1 answer

Setup Created in Visual Studio 2008 Not Working

I have a problem which is that I have a desktop application that is running fine in Visual Studio 2008, I create a setup project and I'm sure that I did it in a correct way exactly like the steps here. After I get the setup project it says it…
Ateeq
  • 797
  • 2
  • 9
  • 27
0
votes
3 answers

How to get hard disk size in bytes on Windows 2000?

How can I get the exact size of the hard disk in bytes on the old Windows 2000? IOCTL_DISK_GET_LENGTH_INFO works fine for volumes, but not on physical disk handles (stuff at //./PHYSICALDISKx) on Windows 2000. (Works fine for physical drives from…
Calmarius
  • 18,570
  • 18
  • 110
  • 157
0
votes
1 answer

Visual Studio 2010 Setup/Deployment Project targeting Windows 2000

I'm currently working on a C#/.NET project in Visual Studio 2010. The target framework for this application is .NET 2. As for the deployment of this project on my target system, I'm using a Deployment Project in my Visual Studio solution. As for…
0
votes
2 answers

Connect the local SQL server

I've been trying to connect SQL Server with VB6. I'm running Windows 2000 on VMWare. I've been unsuccessful in doing so. The error was on the connection string. How can I find the connection string details. This is the current connection…
don
  • 597
  • 2
  • 8
  • 28
0
votes
1 answer

How to get clientsitename and object status in windows 2000

As we know it's easy to get client site name in windows 2003 via WMI_NTdomain.clientsitename, object status by WMI_NTdomain.status , but that class doesn't exist in Windows 2000. So can you show me how to get those value by script or command line?…
SieuTruc
  • 475
  • 1
  • 7
  • 16
0
votes
1 answer

WCF Client From Windows 2000

I have a WCF Service hosted on IIS. This service use wsHttpBinding X509 certification authentication and all works fine. Now I need to access to this service from a Windows 2000 machine and the problem is that the Framework 2.0 does not supports…
Rick
  • 1,042
  • 2
  • 14
  • 34
-1
votes
1 answer

Using junction.exe in Windows 2000

In Linux I am able to do this: ln -s /tmp/somedir/* /tmp/otherdir/ Which will create links to all of the files within somedir in otherdir. Is there a way to preform a wildcard operation like this in Windows 2000 using junction.exe?
tgai
  • 1,117
  • 2
  • 14
  • 29
-1
votes
1 answer

Command Prompt missing from Windows Server 2000 Advanced Server

I'm trying to remotely get IP info from this machine however I've noticed that command prompt is missing from it (run is also missing). I'm not able to access the C driver as that's been disallowed. Any idea how I could get cmd.exe on this machine…
ECL-94
  • 97
  • 3
  • 9
-1
votes
1 answer

How to automate deleting temp internet explorer files in user profile Windows Server?

I finding the program for automate deleting internet explorer files in Windows Server user profiles. User profile temp files are located here C:\Documents and Settings\USER\Local Settings\Temporary Internet Files\ I need to add this program in task…
Antony
  • 85
  • 1
  • 10
-1
votes
2 answers

install my WebService on Windows-2000

i Created Web-Service using C# on Visual-Studio 2008 and i force hem to work with Frame-Work 2.0 when i try to install this Web-Service on Windows-2000 i got this message: This setup requires the .NET Framework version 3.5 (and Windows-2000 don't…
Gold
  • 60,526
  • 100
  • 215
  • 315
-2
votes
2 answers

Make a .vbs script copy itself into the startup folder, Windows 2000

I've been typing a simple script, but i need it to copy itself into the startup folder. However,the path to the folder has spaces in it, and i've tried quoting it and double quoting, but nothing has worked. What's wrong with this…
dolphin
  • 19
  • 1
  • 4