Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
Plus knowing how Microsoft *counts* things they sell, that number probably also figures in the amount of units sold to the distributing houses. It always seemed like a strange thing to me that you could buy an Xbox from disty if you wanted to...
-
create ini file for install setup.exe's
Tripredacus replied to krt47's topic in Unattended Windows 7/Server 2008R2
Can an INI file? -
HP G43 MoBo NoPS2+USB KBD/MOUSE NoDetect
Tripredacus replied to submix8c's topic in Hardware Hangout
2. Hybrid Windows 7/Vista SLICs do exist. -
create ini file for install setup.exe's
Tripredacus replied to krt47's topic in Unattended Windows 7/Server 2008R2
Windows 7 does not use an INI file like XP did for unattended software installation. Now you would use an unattend.xml file, and using FirstLogonCommands to specify software to install. You can find example code here: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/ -
Deploy Win8 and Server 2012
Tripredacus replied to bjorne78's topic in Unattended Windows 8/Server 2012
Windows 8 has changed those boot screens. See here for a hint: http://www.msfn.org/board/topic/158372-windows-8-and-bgrt/ You should see if there is an update to your software. -
Sci Fi always has bad movies. Bad movies are always around, but usually don't have a TV channel to show them on.
-
Oh well then... I've personally not any antivirus installed. I am an odd one out, as I have a smart phone but don't revolve my life around it like most people with them seem to do.
-
A screenshot of Disk Management would help.
-
IMO, your employees should not use their work phones for non-work purposes.
-
When you look at the board on Gigabyte's site you can change the rev near the board name. The CPU list for rev 2.0 is here: http://www.gigabyte.com/support-downloads/cpu-support-popup.aspx?pid=2449
-
simple unattended help
Tripredacus replied to technotika's topic in Unattended Windows Vista/Server 2008
Validating your answer file in WSIM will help you greatly. For example, SkipUserOOBE is deprecated in Windows 7. -
I don't think there is enough interest for a new section.
-
[REQUEST] Forum simple(r) View Option (without Flash etc.) ?
Tripredacus replied to e-t-c's topic in Site & Forum Issues
What you are looking for seems to be the Lite Skin of old? IPB's "Lite" skins were originally designed for WAP access, which I think barely exists anymore. -
Buffalo Bills WGR550 http://player.tritonmedia.com/entercom/WGRAM
-
Silent installation of software with install shield
Tripredacus replied to Ashvin's topic in Application Installs
Use the Setup Recorder? http://publib.boulder.ibm.com/tividd/td/framework/GC32-0804-00/en_US/HTML/instgu25.htm -
simple unattended help
Tripredacus replied to technotika's topic in Unattended Windows Vista/Server 2008
Why would you specify a default setting? Remove SkipMachineOOBE and SkipRearm. -
Doesn't look like that for me. Maybe you should run dependencies on the EXE.
-
Batman: The Dark Knight Returns. Probably the only movie I've ever seen that was as close as possible to the original writing (graphic novel) and still was a great movie. It was long but it really zipped by. http://en.wikipedia.org/wiki/Batman:_The_Dark_Knight_Returns_%28film%29
-
CPU-Z should do. http://www.cpuid.com/softwares/cpu-z.html
-
I have AMD64 4 core. Can you be more specific? Your CPU needs to support hardware virtualization.
-
IPB Update July 2013 (to version 3.4.5) - BUGS Only
Tripredacus replied to xper's topic in Site & Forum Issues
At the top right of a topic, there is a "group of people" with a number and a button. It either will say "Follow this topic" or "Unfollow topic" -
Windows Vista - Nvidia Driver (Geforce 710m)
Tripredacus replied to oldwindows's topic in Device Drivers
This GPU came out way after Vista OEM support ended. You'll need to find a modded driver, if one exists. I read that it is a downclocked 600m series chip, for which Vista drivers do exist... but I don't know if this would install: http://www.nvidia.com/download/driverResults.aspx/57621/en-us -
Windows7 and SSD (no 100mb partition)
Tripredacus replied to Dogway's topic in Unattended Windows 7/Server 2008R2
You can also install your OS using an unattend file. Here is an example that will deploy 7PRO64 to a single partition: <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <Key>HYF8J-CVRMY-CM74G-RPHKF-PW487</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <DiskConfiguration> <Disk wcm:action="add"> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>true</Extend> <Format>NTFS</Format> <Label>System</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>20480</Size> <Extend>false</Extend> <Type>Primary</Type> </CreatePartition> </CreatePartitions> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> </component> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings></unattend> -
What CPU do you have?