Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Check For Windows 2000 With Sp2

Featured Replies

How to check whether the Windows 2000 OS is installed with SP2?

Is there any special registry or system file which is used as an indication?

Any help is welcome

Thank you


Well, cannot say if it's the best way to do it, but in the eventlog at starttime is registred:

"Microsoft ® Windows 2000 ® 5.0 2195 Service Pack 3 Uniprocessor Free. "

or something the like.

If you search in the Registry for "Uniprocessor", you will land here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

where there is the Key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CSDVersion

whose value is

"Service Pack 3"

So you can use

REGEDIT /E [filename] to export the key to a temp file

or use

REG QUERY

to just extract the value

see here:

http://www.robvanderwoude.com/index.html

http://www.robvanderwoude.com/regedit.html

http://www.robvanderwoude.com/ntregistry.html

jaclaz

Or right click on "My Computer" and choose "Propeties". The first tab will tell you what SP is installed.

Do as Ge0ph says, for manually checking.

If instead, you are needing some automated method thru scripts, then there's this command:

systeminfo
systeminfo /?

That will reveal OS and SP version as well, which you could parse with simple STR code. For example:

I ran:

systeminfo | findstr Service  (i.e., piped commands)

The output I received was: 

OS Version:                5.1.2600 Service Pack 2 Build 2600

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.