Author Topic: Dell Issued Win2k CD  (Read 900 times)

Offline Dudette

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Dell Issued Win2k CD
« on: July 05, 2003, 12:55:34 AM »
Hi, I own a Dell computer, and it has Windows2k and it came with the operating system CD. I currently have built a new computer and would like to have Windows 2000 on it as well. But when I tried installing it, I got an error saying the OS was licensed for Dell Computers only. Now I am hoping that by no means is this a breach on copyright laws, but is it possible to install the Win2k on my new computer off the Dell issued CD? Thanks.

Offline Openfriday

  • on the floor
  • Global Moderator
  • Newbie
  • *****
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Dell Issued Win2k CD
« Reply #1 on: July 06, 2003, 01:54:38 AM »
It is not possible to install this copy of windows 2000 on another computer without violating the license, even if you were to uninstall it from your dell computer you would still be legally unable to install in any place else, such are the terms it was sold under. There are, of course, ways around this. However, this is not the place to discuss such methods.

DISORIENTED

  • Guest
Dell Issued Win2k CD
« Reply #2 on: July 15, 2003, 05:54:29 PM »
DO A SEARCH ON THIS FORUM THERE ARE MANY POSTINGS ON HOW TO "DEFEAT" OR "BY PASS THE DELL CHECK", I REMEMBER THAT THE PROBLEM FILE IS "Bchk32.exe" AND TO FIX IT YOU HAVE TO USE A HEX EDITOR, ON WIN 2000 THE WINNT.EXE UNDER I386 IS THE ONE THAT CALLS THIS FILE. DEFEAT DELL CHECK
OR
WIN2K
OR
MAKING DELL CD RUN ON OTHER

The file in question is "Bchk32.exe", you will find it in the "I386"
directory of the win2k install CD. Simply deleting this file will not
work you have to edit the file with a hex editor as described below or
just replace it with the attached file that I have already edited.

Here's how bchk32.exe works:

When setup.exe is executed, it launches bchk32.exe or launches some
other program which in turn launches bchk32.exe. Then, bchk32.exe
checks the bios to determine if the computer is a Dell or not. When
bchk32.exe is launched, it is passed a command line argument (i.e.,
when you type "unrar file.rar", the file.rar is a command line
argument), this argument is a directory/file name that tells
bchk32.exe where to save the results of the bios check. The file name
is generated randomly but always ends in .tmp (a temporary file), the
directory when the file is saved depends on your system (on win 95,
its "C:\WINDOWS\TEMP\"). If a Dell bios is detected, the file will
contain "+++" (3 bytes), if it fails the test, the file will contain
"---". I have tried replacing bchk32.exe with my own program that
simply creates the file with the name and location supplied in the
command line arguments, writes "+++" to the file, and then closes the
file and exits. This program however, did not work. So, obvioulsy
bchk32.exe does something in addition to this. While viewing
bchk32.exe with a hex editor, I found where it stored the "+++" and
"---". With the hex editor, I changed the "---" to "+++" so that even
if the test failed, "+++" would be the result and would get stored in
the file. To my surprise, this worked.

If you have a hex editor follow these instructions:

1) start the hex editor and load "bchk32.exe"
2) goto offset/location 1F92 (hex) or 8082 (decimal)
3) you should see "---" displayed at this location, change it to "+++"
4) save the edited file using the original name

If you don't have a hex editor, you can download one form just about
anywhere, I like UltraEdit-32. Its time limited for 45 days but is
fully functional until then and with a little searching you should be
able to find a serial number for it. I'm still looking for the seial
number myself. You can D/L UltraEdit from http:\\www.ultraedit.com.
If you don't want to go the hex editor route, just replace your
bchk32.exe file with the attached one that has already been edited,
this option may only work on Dell systems.