BetaArchive Logo
Total Current Archive Size: 4765.54GB in 15409 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 10d, 0h, 17m | CPU: 7% | MEM: 5698MB of 12279MB used
{The community for beta collectors}

Post new topic Reply to topic  [ 97 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Jun 03, 2012 10:36 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sun Apr 03, 2011 2:40 pm

Posts
49

Favourite OS
801x; 8165
Any updates? Got something new?


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Jun 10, 2012 9:51 pm 
1337 Beta Collector
1337 Beta Collector
Offline

Joined
Tue Dec 01, 2009 2:56 am

Posts
6087
Right, while Immersive seems to be present in 7989, there are a few licensing keys it depends on that aren't present in 8102, so we either need to find those keys or break licensing, neither one of which I can do.

_________________
Goodbye.


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Jun 10, 2012 10:21 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Jun 10, 2010 7:44 pm

Posts
1497

Location
Wake up

Favourite OS
LH 4015, Chicago 73g, XP 2416
You might wanna have a look at IE's files too, since they are needed to get Metro to load as well.

_________________
<°)))><●▬▬▬▬๑۩۩๑▬▬▬▬●><(((°>
Image
Image
Tis' pointless to flamewar over ponies and potatoes.


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Mon Jun 11, 2012 12:19 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sun Apr 03, 2011 2:40 pm

Posts
49

Favourite OS
801x; 8165
Is there a way to know wich keys do we need?


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Fri Jun 15, 2012 5:17 pm 
Amateur Beta Collector
Amateur Beta Collector
Offline

Joined
Sun Apr 03, 2011 12:21 pm

Posts
117

Favourite OS
7964
Don't suppose you could post what you have so far? It might allow others to contribute


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Thu Jun 21, 2012 12:04 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sun Apr 03, 2011 2:40 pm

Posts
49

Favourite OS
801x; 8165
Some useful(or not) info from Thomas at mdl,
Quote:
Many of you are thinking slc.dll is the whole RedPill, but NO, IT IS NOT.

The real RedPill is "shsxs.dll", right that file doesnt exist, it is loaded
at runtime(if it exists), and you need to write your own!

And thats your challenge.

So what did I found out about the RedPill "shsxs.dll" so far?

The shsxs.dll is loaded dynamically from the following files (might be more):

TWINUI, EXPLORER, SHELL32, IEUI, DUSER, THUMBCACHE

So if that file exists, the named files above are trying to load the dll,
after that, it checks if the required functions are in the dll, and if so,
the functions are getting called.

I've found the following functions so far:

RP_VersionCheck() Return Value: 23
RP_Enabled() 1 Return Value: 1
RP_InitLauncherDataLayer(int, int, int) Return Value: 1

RP_CFolderThumbnail_ReadSettingsFromRegistry() Return Value: 1/0
RP_CFolderThumbnail_GetSize(int, int_pointer, int) Return Value: I dont know.
RP_CFolderThumbnail_GetCoordinates(int, int_pointer/x, int_pointer/y) Return Value: I dont know.

RP_PrivateExtractIconsW() That will be the hardest, look at the original "PrivateExtractIconsW()" and try to rewrite it. But there's a little problem, you should know.

RP_CallScheduleGadgetTransitions(int_pointer) Return Value: 1

M1 only (twinui):

RP_VersionCheck() Return Value: 65544 (yes, that value is correct)
RP_GetLayoutManagerBandDependencies(int, int) Return Value: 1
RP_PickerSetDUIContext(int) Return Value: 1


M2 only (7927):

RP_VersionCheck() Return Value: 22



I've been able to write such a dll, but it doesn't work to 100%.
I can tell you, the first three functions are to 100% correct.

So it would be cool if anyone is able to write a fully working dll.

And before I forget it, you need to add a Registry Key: HKCU \ .... \ Windows \ CurrentVersion \ Explorer \ Advanced : SHSXSWasEnabled 1 (And ofc, RPEnabled 1).

Another Challenge: Find out what the following RegistryKey does: Explorer\YouBettaHideYoPearl, and what it's required value is (Explorer.exe). solved: hides the startbutton.

Hint: This will work in M1 too.

And this, opening SHSXS.DLL from 8102 using Resource Hacker at "XML",

Quote:
<?xml version="1.0" encoding="utf-8"?>
<migration urlid="http://www.microsoft.com/systemreset/1.0/RPSettings">
<component context="System" type="System">
<displayName _locID="Rejuv.RPPayload">System Reset RP Payload</displayName>
<role role="Settings">
<rules>
<include>
<objectSet>
<pattern type="File">%SYSTEM32% [shsxs.dll]</pattern>
<pattern type="File">%SYSTEM32% [SysResetRedPill.xml]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer [RPEnabled]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer [RPInstalled]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer [RPStore]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Active Setup\Installed Components\&gt;{8E7E60C6-4CE5-476D-9E31-FD450F3F792F} [IsInstalled]</pattern>
<pattern type="Registry">HKLM\Software\RegisteredApplications [Immersive Browser]</pattern>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\SystemCertificates\ROOT\Certificates\7721AC1150970D0B6A4B47AAEA73770712C907C5\* [*]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
<component context="User" type="System">
<displayName _locID="Rejuv.RPUserPayload">System Reset RP User Payload</displayName>
<role role="Settings">
<rules context="User">
<include>
<objectSet>
<pattern type="File">%CSIDL_LOCAL_APPDATA% [redpill.exe]</pattern>
<pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer [RPEnabled]</pattern>
<pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer [RPInstalled]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
</migration>


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Tue Jun 26, 2012 4:43 am 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Jun 10, 2010 7:44 pm

Posts
1497

Location
Wake up

Favourite OS
LH 4015, Chicago 73g, XP 2416
You know, I'm beginning to wonder if its possible to backport it to Windows 7, since 7xxx builds of Windows 8 are closer in relation to Windows 7, plus 7989 has the most complete Metro of all the 7xxx builds, so possibly backporting the DLLs of both 7989 and some from the DP could just make it work.

_________________
<°)))><●▬▬▬▬๑۩۩๑▬▬▬▬●><(((°>
Image
Image
Tis' pointless to flamewar over ponies and potatoes.


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Fri Sep 07, 2012 3:27 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Nov 29, 2007 11:33 pm

Posts
3050

Location
Where do you want to go today?

Favourite OS
All Microsoft operating systems!
Here is a comparison between the apparent Build 7989 version of the Start screen, and the D9 version.

Build 7989 version (some people have questioned its authenticity, but it still looks to me to be quite real):
Image

D9 version:
Image

You can see quite a lot of similarity, such as the Internet Explorer, Mail, Calendar, and Weather tiles being almost entirely the same, among several other things.

Personally, I believe that the Build 7989 version is real, since it not only looks quite similar to the D9 version in several aspects, but the date that it was posted also seems too close to the date on which Build 7989 was leaked for it to be fake. But, until we actually see anything for ourselves, everyone here is free to have their own individual opinions regarding such.

EDIT: Accidentally edited my old post instead of making a new one. By the way, here is the original link to the Build 7989 Start screen screenshot:
http://www.everything-microsoft.com/2011/06/21/windows-8-build-7989-screenshots-metro-ui/

EDIT: Confirmed to be just another "gadget" program designed to mimic, or imitate the Start page, which unfortunately explains the "similarity" between screenshots.

_________________
Main operating system: Windows 8 Enterprise (Evaluation)
Image


Last edited by WinPC on Wed Sep 12, 2012 12:44 am, edited 4 times in total.

Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Fri Sep 07, 2012 3:46 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sat May 12, 2007 1:05 pm

Posts
5226

Location
The Collection Book

Favourite OS
Everything Microsoft!
WinPC, did you read the comment?
It is rainmeter according to the comment, and also the desktop is clearly visable, early "metro" (as IT was known then) required aero off which also meant a black background.
And we didn't saw the screenshot until now, if it was "real" we would know about that already.

I would say it is not real.

_________________
Image
Is now open!
It is available here!
The Official Collection Book Channel! on IRC.


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Fri Sep 07, 2012 6:41 pm 
Pro Beta Collector
Pro Beta Collector
Offline

Joined
Mon Jan 03, 2011 10:49 pm

Posts
562

Location
Milkyway Galazy

Favourite OS
Windows 7601 64 bit
Ok guys this is really not worth pursuing 7989 did not have a working copy of the metro interface. At that point in the development cycle the coding for metro inside of 7989 was still being coded. Some of the coding sections were still commented from what I've been told they were still making the graph paper like interface for the start page. In other words what you will unlock is something that is sin ugly you can't do this by legal methods. Your going to need to open up a hex editor and force enable it which is not legal. Its locked on the coding level meaning its hard locked nothing you do in the registry will force enable it you need to mod the files.

_________________
-Smorgs

Given the fact that nothing is surprising in the tech universe if you know whats coming its actually quite boring to watch.


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Fri Sep 07, 2012 9:45 pm 
Site Moderator
Site Moderator
Offline

Joined
Sat Feb 24, 2007 4:14 pm

Posts
5836

Location
United Kingdom

Favourite OS
Server 2012
Smorgan wrote:
Ok guys this is really not worth pursuing 7989 did not have a working copy of the metro interface. At that point in the development cycle the coding for metro inside of 7989 was still being coded. Some of the coding sections were still commented from what I've been told they were still making the graph paper like interface for the start page. In other words what you will unlock is something that is sin ugly you can't do this by legal methods. Your going to need to open up a hex editor and force enable it which is not legal. Its locked on the coding level meaning its hard locked nothing you do in the registry will force enable it you need to mod the files.


More to the point, crucial files have been left out the builds we have...

_________________
ImageImage
Windows Longhorn - a look at a defining Microsoft project | Reverse Engineering - Get started with these guides


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sat Sep 08, 2012 1:50 am 
Pro Beta Collector
Pro Beta Collector
Offline

Joined
Mon Jan 03, 2011 10:49 pm

Posts
562

Location
Milkyway Galazy

Favourite OS
Windows 7601 64 bit
hounsell wrote:
Smorgan wrote:
Ok guys this is really not worth pursuing 7989 did not have a working copy of the metro interface. At that point in the development cycle the coding for metro inside of 7989 was still being coded. Some of the coding sections were still commented from what I've been told they were still making the graph paper like interface for the start page. In other words what you will unlock is something that is sin ugly you can't do this by legal methods. Your going to need to open up a hex editor and force enable it which is not legal. Its locked on the coding level meaning its hard locked nothing you do in the registry will force enable it you need to mod the files.


More to the point, crucial files have been left out the builds we have...


No they haven't housell the files are there its just the interface looks like a POS in the early development of 7989. Its not worth the trouble going through to even attempt this.

_________________
-Smorgs

Given the fact that nothing is surprising in the tech universe if you know whats coming its actually quite boring to watch.


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sat Sep 08, 2012 2:52 am 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Jun 10, 2010 7:44 pm

Posts
1497

Location
Wake up

Favourite OS
LH 4015, Chicago 73g, XP 2416
Well wouldn't it be interesting to see anyways? Surely there are some things in there that weren't in the DP's metro.

Offtopic Comment
Also how is any of this illegal Smorgan? I mean, Microsoft isn't gonna give a damn if a few people are just messing with some betas of Windows 8 just to see if they can get Metro on some old build just for the hell of it!

_________________
<°)))><●▬▬▬▬๑۩۩๑▬▬▬▬●><(((°>
Image
Image
Tis' pointless to flamewar over ponies and potatoes.


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sat Sep 08, 2012 3:24 am 
Pro Beta Collector
Pro Beta Collector
Offline

Joined
Mon Jan 03, 2011 10:49 pm

Posts
562

Location
Milkyway Galazy

Favourite OS
Windows 7601 64 bit
@ DarkerJ its illegal to modify coding which is still used today on computers so hence coding from a beta could conceivably be still used in the RTM.

It would be interesting however I had more interest in the release preview (shrugs) the person I know who got it working sadly threw the modification away. Its a bit frivolous at this point as the best build in my mind was the RP cause it was so fun to see Aero and Metro working side by side quite well :)

_________________
-Smorgs

Given the fact that nothing is surprising in the tech universe if you know whats coming its actually quite boring to watch.


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sat Sep 08, 2012 4:27 am 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Nov 29, 2007 11:33 pm

Posts
3050

Location
Where do you want to go today?

Favourite OS
All Microsoft operating systems!
Well, even if it is "ugly", I would still find it interesting nonetheless, I mean, the Ribbon UI and Webcam app (apparently the first Metro app ever created for Windows 8) weren't so great looking in their earlier stages, yet they were still extremely interesting to see nonetheless.

_________________
Main operating system: Windows 8 Enterprise (Evaluation)
Image


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sat Sep 08, 2012 9:42 am 
Site Moderator
Site Moderator
Offline

Joined
Sat Feb 24, 2007 4:14 pm

Posts
5836

Location
United Kingdom

Favourite OS
Server 2012
Smorgan wrote:
@ DarkerJ its illegal to modify coding which is still used today on computers so hence coding from a beta could conceivably be still used in the RTM.


Considering it's illegal to use the build...

_________________
ImageImage
Windows Longhorn - a look at a defining Microsoft project | Reverse Engineering - Get started with these guides


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sat Sep 08, 2012 2:48 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Nov 29, 2007 11:33 pm

Posts
3050

Location
Where do you want to go today?

Favourite OS
All Microsoft operating systems!
In case anyone hasn't noticed, I've updated my above post with a comparison of the apparent Build 7989 screenshot and the D9 version of the Start screen.

The two look quite similar, actually, infact, I've noticed a lot of common apps, as well as similar designs for the Metro tiles.

_________________
Main operating system: Windows 8 Enterprise (Evaluation)
Image


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Sep 09, 2012 3:39 am 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Tue Aug 05, 2008 8:45 pm

Posts
658

Location
Two lefts and a diagonal sidestep from where you are.

Favourite OS
Windows 8 Release Preview 8400
WinPC wrote:
In case anyone hasn't noticed, I've updated my above post with a comparison of the apparent Build 7989 screenshot and the D9 version of the Start screen.

The two look quite similar, actually, infact, I've noticed a lot of common apps, as well as similar designs for the Metro tiles.

The top one is Rainmeter. It is NOT any semblance of Metro in 7989.


Top  Profile  YIM
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Sep 09, 2012 4:30 am 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sat May 12, 2007 1:05 pm

Posts
5226

Location
The Collection Book

Favourite OS
Everything Microsoft!
As I said before.
But don't bother, he won't listen.

_________________
Image
Is now open!
It is available here!
The Official Collection Book Channel! on IRC.


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Sep 09, 2012 5:47 am 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Tue Sep 06, 2011 6:53 pm

Posts
194

Location
Brazil

Favourite OS
6.1.7850
WinPC wrote:
Here is a comparison between the apparent Build 7989 version of the Start screen, and the D9 version.

Build 7989 version (some people have questioned its authenticity, but it still looks to me to be quite real):
Image

D9 version:
Image

You can see quite a lot of similarity, such as the Internet Explorer, Mail, Calendar, and Weather tiles being almost entirely the same, among several other things.

Personally, I believe that the Build 7989 version is real, since it not only looks quite similar to the D9 version in several aspects, but the date that it was posted also seems too close to the date on which Build 7989 was leaked for it to be fake. But, until we actually see anything for ourselves, everyone here is free to have their own individual opinions regarding such.

EDIT: Accidentally edited my old post instead of making a new one. By the way, here is the original link to the Build 7989 Start screen screenshot:
http://www.everything-microsoft.com/2011/06/21/windows-8-build-7989-screenshots-metro-ui/


For me, the first image is the Omnimo 4 in Rainmeter by fediaFedia.

_________________
Image


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Sep 09, 2012 7:44 am 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Thu Mar 29, 2012 4:14 pm

Posts
304

Favourite OS
6.3.9385
WinPC wrote:
Here is a comparison between the apparent Build 7989 version of the Start screen, and the D9 version.

Build 7989 version (some people have questioned its authenticity, but it still looks to me to be quite real):
Image

Personally, I believe that the Build 7989 version is real, since it not only looks quite similar to the D9 version in several aspects, but the date that it was posted also seems too close to the date on which Build 7989 was leaked for it to be fake. But, until we actually see anything for ourselves, everyone here is free to have their own individual opinions regarding such.

Lemme download and install 7989 and install Rainmeter with Omnimo skin on top of it and produce maybe even exact picture like this one.
EDIT : I think I have the right to say... close enough... (Ignore the date, it was just to prevent the timebomb to explode :P)
Image
EDIT2 : WinPC, if you look closely at the 7989 screenshot and the "PayPal" tile you can see the word "Omnimo" in second line of text


Last edited by Whistler4Ever on Sun Sep 09, 2012 2:50 pm, edited 1 time in total.

Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Sun Sep 09, 2012 11:42 am 
Amateur Beta Collector
Amateur Beta Collector
Offline

Joined
Sun Apr 03, 2011 12:21 pm

Posts
117

Favourite OS
7964
Smorgan wrote:
@ DarkerJ its illegal to modify coding which is still used today on computers so hence coding from a beta could conceivably be still used in the RTM.

It would be interesting however I had more interest in the release preview (shrugs) the person I know who got it working sadly threw the modification away. Its a bit frivolous at this point as the best build in my mind was the RP cause it was so fun to see Aero and Metro working side by side quite well :)


I'm not quite sure where you got the idea that it is illegal to hex-edit or otherwise modify files. It's not. How do you think game mods and such work, sure they might not edit the file per-say but they do the same thing at run time.


Top  Profile
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Tue Sep 11, 2012 9:18 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Nov 29, 2007 11:33 pm

Posts
3050

Location
Where do you want to go today?

Favourite OS
All Microsoft operating systems!
Whistler4Ever wrote:
WinPC wrote:
Here is a comparison between the apparent Build 7989 version of the Start screen, and the D9 version.

Build 7989 version (some people have questioned its authenticity, but it still looks to me to be quite real):
Image

Personally, I believe that the Build 7989 version is real, since it not only looks quite similar to the D9 version in several aspects, but the date that it was posted also seems too close to the date on which Build 7989 was leaked for it to be fake. But, until we actually see anything for ourselves, everyone here is free to have their own individual opinions regarding such.

Lemme download and install 7989 and install Rainmeter with Omnimo skin on top of it and produce maybe even exact picture like this one.
EDIT : I think I have the right to say... close enough... (Ignore the date, it was just to prevent the timebomb to explode :P)
Image
EDIT2 : WinPC, if you look closely at the 7989 screenshot and the "PayPal" tile you can see the word "Omnimo" in second line of text
So basically, this was some sort of program designed to mimic the Start page? I think I've heard of this "Rainmeter" program that you're talking about, but I didn't know much about it until now. If this is true, then I hate to say it, but the article with the so-called "Build 7989 Metro" screenshot most likely just misinterpreted the screenshot that they had received.

To anyone else, is there any proof that the Start page even existed in Build 7989, or even any of the other 79xx builds? Also, has anyone here tried contacting anyone who claimed to get full Metro enabled on this build?

_________________
Main operating system: Windows 8 Enterprise (Evaluation)
Image


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Tue Sep 11, 2012 11:37 pm 
Pro Beta Collector
Pro Beta Collector
Offline

Joined
Mon Jan 03, 2011 10:49 pm

Posts
562

Location
Milkyway Galazy

Favourite OS
Windows 7601 64 bit
At this time winPC I just can't provide the photo evidence that 7989 had the start page. I know the programming was there I could probably make a debombed copy and have a look at it.

_________________
-Smorgs

Given the fact that nothing is surprising in the tech universe if you know whats coming its actually quite boring to watch.


Top  Profile  WWW
 PostPost subject: Re: Attempting to unlock Metro in 7989        Posted: Tue Sep 11, 2012 11:58 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Nov 29, 2007 11:33 pm

Posts
3050

Location
Where do you want to go today?

Favourite OS
All Microsoft operating systems!
Would it be possible for you to try to make such a "debombed copy" as you call it? I personally would like to see an early version of the Start page.

Also, to anyone else, I apologize about the mistake regarding the "Build 7989 Metro" screenshot, although I've seen those types of add-on programs before, I don't use them myself, since they don't really do it for me the way that operating systems and OS components do, and also, I generally prefer to have my operating system installations as original as possible, and not bogged down with lot's of "gadget" programs.

But anyway, if I find anything, I'll post it here.

_________________
Main operating system: Windows 8 Enterprise (Evaluation)
Image


Top  Profile  WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 97 posts ]  Go to page Previous  1, 2, 3, 4  Next




Who is online

Users browsing this forum: Bing [Bot], os2fan2 and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS