473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Faking an OS Name

So, I've got an application that Ive found that will only run under certain versions of Windows. Is there any way for me to lie to it when it checks the OS version so that it thinks its Vista Ultimate and not XP Pro (please don't ask why, its a really weird thing...)
Aug 26 '08 #1
1 4838
Nepomuk
3,112 Expert 2GB
There seems to be possible indeed. This blog (it's in Japanese, but under the pictures there's a short description in English) offers a script, which will edit the registry and make certain programs think that you're using Windows XP instead of Windows 2000, allowing you to download and install Google Chrome. Now, I don't quite understands, how it works, but here's the .reg file it is done with:
Expand|Select|Wrap|Line Numbers
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options]
  4.  
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\IEXP.exe]
  6. "ApplicationGoo"=hex:56,00,00,00,52,00,00,00,00,00,00,00,02,00,00,00,00,00,00,\
  7.   00,01,00,00,00,4a,00,00,00,3c,fd,06,00,05,00,00,00,01,00,00,00,28,0a,00,00,\
  8.   02,00,00,00,03,00,00,00,00,00,00,00,53,00,65,00,72,00,76,00,69,00,63,00,65,\
  9.   00,20,00,50,00,61,00,63,00,6b,00,20,00,33,00,00,00
  10.  
  11. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ChromeSetup.exe]
  12. "ApplicationGoo"=hex:56,00,00,00,52,00,00,00,00,00,00,00,02,00,00,00,00,00,00,\
  13.   00,01,00,00,00,4a,00,00,00,3c,fd,06,00,05,00,00,00,01,00,00,00,28,0a,00,00,\
  14.   02,00,00,00,03,00,00,00,00,00,00,00,53,00,65,00,72,00,76,00,69,00,63,00,65,\
  15.   00,20,00,50,00,61,00,63,00,6b,00,20,00,33,00,00,00
  16.  
  17. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\chrome_installer.exe]
  18. "ApplicationGoo"=hex:56,00,00,00,52,00,00,00,00,00,00,00,02,00,00,00,00,00,00,\
  19.   00,01,00,00,00,4a,00,00,00,3c,fd,06,00,05,00,00,00,01,00,00,00,28,0a,00,00,\
  20.   02,00,00,00,03,00,00,00,00,00,00,00,53,00,65,00,72,00,76,00,69,00,63,00,65,\
  21.   00,20,00,50,00,61,00,63,00,6b,00,20,00,33,00,00,00
  22.  
  23. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GoogleUpdate.exe]
  24. "ApplicationGoo"=hex:56,00,00,00,52,00,00,00,00,00,00,00,02,00,00,00,00,00,00,\
  25.   00,01,00,00,00,4a,00,00,00,3c,fd,06,00,05,00,00,00,01,00,00,00,28,0a,00,00,\
  26.   02,00,00,00,03,00,00,00,00,00,00,00,53,00,65,00,72,00,76,00,69,00,63,00,65,\
  27.   00,20,00,50,00,61,00,63,00,6b,00,20,00,33,00,00,00
  28.  
  29. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\setup.exe]
  30. "ApplicationGoo"=hex:56,00,00,00,52,00,00,00,00,00,00,00,02,00,00,00,00,00,00,\
  31.   00,01,00,00,00,4a,00,00,00,3c,fd,06,00,05,00,00,00,01,00,00,00,28,0a,00,00,\
  32.   02,00,00,00,03,00,00,00,00,00,00,00,53,00,65,00,72,00,76,00,69,00,63,00,65,\
  33.   00,20,00,50,00,61,00,63,00,6b,00,20,00,33,00,00,00
Now, remember this is for Windows 2000 to seem like XP, not XP to seem like Vista. But you may be able to build something with it.

Greetings,
Nepomuk
Sep 5 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Ed Leafe | last post by:
I'm working on creating a generic runtime engine for the Dabo framework. Right now I'm focusing on Windows, since many of our potential users are running on that platform. I've got py2exe and Inno...
23
by: stewart.midwinter | last post by:
No doubt I've overlooked something obvious, but here goes: Let's say I assign a value to a var, e.g.: myPlace = 'right here' myTime = 'right now' Now let's say I want to print out the two...
2
by: Ravi | last post by:
My XML looks like: <abc> <def type="apple"> 1 </def> <def type="peach"> 2 </def> <def type="orange"> 3 </def> <def type="banana"> 4 </def> <def type="plum"> 5 </def> </abc>
1
by: discomiller | last post by:
Mario Mueller: Hello *, radiobuttons belong to other radiobuttons by the "name="any_value"" attribut. Thats a fakt. I got the following XML:...
3
by: Chris Smith | last post by:
Good morning, Is there a good way to use JavaScript to send a form submission, but get back the response as a string, rather than loading it into a page? I could write the code to send the...
20
by: Steve Jorgensen | last post by:
A while back, I started boning up on Software Engineering best practices and learning about Agile programming. In the process, I've become much more committed to removing duplication in code at a...
3
by: | last post by:
I am working on a web/webservice application that has a service layer. Most service methods will perform an access-check before executing. This check uses the IPrincipal credentials available in...
12
by: frizzle | last post by:
Hi there, i have a site with fake folders & files. htaccess rewrites everything to index.php?vars now in index.php i decide what file to include with a switch/case statement. to define where...
4
by: Paul H | last post by:
I want to start putting my backends in a UNC path instead of a mapped drive... If a client wants the database on their existing mapped drive Q: then it is easy for my to create a Q: drive on my...
1
by: ivanet | last post by:
Hello everyone, I am trying to use the following Schema but I get the error "src- resolve: Cannot resolve the name 'ValuesList' to a(n) 'element declaration' component." at line 144. I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.