Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
I can't play oblivion already tried XP SP2 and the others but didnt work. Please help! Post your specs and which version you are using. You used to be able to play Gold version with a helper app called Oldblivion. I haven't tracked its current versions but after the Shivering Isles patch came out, you couldn't run Oblivion below spec. Also what errors are you getting? <--- was Oblivion Mod beta tester
-
Text at top of Outlook Express email messages...
Tripredacus replied to scoopyx's topic in Software Hangout
Yea that sounds like Full Headers are turned on. I pulled this out of the help file: When looking up disabling Headers in the Index. -
[GUIDE] Creating WIM images of Windows XP for system deployment using
Tripredacus replied to IcemanND's topic in Windows PE
XP images are hardware (HAL, Mass Storage) dependent, but Vista are not. For Vista, generalizing will only remove the display adapter (and unsigned drivers) if redeployed to like hardware. -
Not knowing which Operating System you are refering to, an exact answer is impossible. Try reading this to get started or give you an idea. http://www.msfn.org/board/TEXTMODE-MassSto...ive-t19792.html
-
Problem With GIMAGEX !?
Tripredacus replied to Headz's topic in Unattended Windows Vista/Server 2008
It is included with the WAIK an/or OPK. Windows Automated Install Kit OEM Pre-Install Kits -
WIM XML description editing
Tripredacus replied to FarCry3r's topic in Unattended Windows Vista/Server 2008
I'm confused about the many different programs called GImageX... some of these need to get changed. -
I believe that the DOS Window runs at a display resolution allowed by the mode.com program. My LCD (NEC Accusync LCD 72vx) says that the command prompt in Windows 98 at full screen runs at 720x400. This resolution is not supported by your monitor. SeePage 30. http://www.necdisplay.com/cms/documents/Us...als/20WMGX2.pdf I do not know if it is possible to configure what resolution the command prompt displays as.
-
Are these updates from the Windows Update website? Check the Event Viewer to see if there are any warnings or errors there. Updates usually get logged there. There is also a file you can check for errors. http://support.microsoft.com/kb/902093
-
uBB does it that way I think.
-
Its possible with some server-side recoding, but it would be pretty silly to do it just for one guy. Example, View New Posts - nlite and vlite forums.
-
I sometimes switch to Lo-Fi version and save or print the page.
-
GHOSTSERVER decided to take a crap yesterday at 14:10. I noticed my VM box wasn't getting an IP (and I needed to test an IP app I wrote) so I checked the server. I hit the button for the KVM but the screen is black. The server is still running (can hear its loudness from under the desk) so maybe it is asleep? Well I press the Ctrl+Alt+Del to see what happens, but it actually started to boot up? The usual DEGRADED welcome screen on the 3Ware came up, and it booted into Windows. The event viewer says that the computer experienced an unexpected shutdown at 14:10 on 10/01/08, but the computer clearly wasn't off when I "rebooted" it today. Anyone know what may have happened? PS: the mouse stopped working on it too... annoying using Event Viewer with the keyboard.
-
Problem With GIMAGEX !?
Tripredacus replied to Headz's topic in Unattended Windows Vista/Server 2008
See if you can mount it manually using the PE Tools Command Prompt: imagex /mountrw c:\vistaproject\install.wim 1 c:\mount to unmount imagex /unmount c:\mount to save changes imagex /unmount c:\mount /commit See if these options work or give error. Also make sure you already make c:\mount before you try to mount a WIM into that folder. -
Recommend me a solution to look into
Tripredacus replied to Tripredacus's topic in Unattended Windows 2000/XP/2003
That definately looks like a nice tool, but it isn't what I am looking for. I do not wish to reinvent our XP install. -
Your hotfixes are located in c:\windows as compressed hidden folders. Example: C:\WINDOWS\$NtUninstallKB925902$
-
Could it be similar to this issue? Do you use automatic logon? http://www.msfn.org/board/Vista-after-logo...rs-t124150.html
-
Tripredacus has erred.
-
I figured it was Vista since he says it wanted him to put in a Vista disc.
-
I am in the market to look at a software solution that will allow us to migrate away from using CD based installs for XP and into a network based option. Currently we use a CD that uses Win PE 2005 to format the disk, load the NIC drivers and download the Configuration Set from our server. After getting the cfgset (default is XP Pro SP2 without additional software) it reads the info from the WINBOM file to connect to the correct distribution share(s) to start the Setup process. I was tasked with the project of seeing how we can get this system to work with the WinPE 2.0, as if I can make it work there, I can modify our existing boot environment to support installs of XP. The problem we are facing is that while the unattend and setup.exe can be called from the WinPE 2.0, we cannot find a way for it to use the WINBOM file as well. Our existing hardware platform is Server 2008 x64, with WDS and PXE-Boot enabled. We can install (Vista) and image (XP and Vista) with this environment but not install XP. I have looked into other options such as BDD2007 but it does not work properly and I cannot find a resolution. I may also be interested in information that allows us to use a PXE Boot Menu. Our system right now boots directly into the WinPE 2.0, but I would like to get a choice between that and say, loading an install from the server. As an example, I have my 2003 server to boot to WinPE or 6 different Vista images, but it never gives me a menu. So any information regarding how to install XP via PXE using a WINBOM file would be helpful.
-
There is the other reason, some of us like to run different OSes, especially older ones. For example, I still have a notebook at home that runs Windows NT 3.51. Ya it isn't my main computer, its just something to play around with.
-
Yes you can. It shouldn't cause you any problems anyways. I did a similar thing to my Server 2003 which was installed on the other partition. I left the Program Files folder tho, as some programs will run from there without me reinstalling them.
-
Re-activate Windows Vista Home Basic Product Key
Tripredacus replied to Jason_A's topic in Windows Vista
How did you load up Home Basic without the media to see if they key was in use or not? You can see if you can get a recovery disc from the manufacturer of your computer. Home Basic to Premium costs $80. http://www.microsoft.com/windows/windows-v...e-overview.aspx -
Searching for Multi-Webcam Surveillance System
Tripredacus replied to BPoller's topic in Software Hangout
The reason for the low specs seems to be because you aren't planning on recording any video are you... I know a couple companies that sell products that do what you want, but without those weird requirements. -
You need to run sysprep before you can redploy an image to different hardware. For example, I use: sysprep -generalize -oobe -restart There are other switches, check them all before you decide.