Jump to content

Tripredacus

Supervisor
  • Posts

    13,375
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. 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...
  2. 2. Hybrid Windows 7/Vista SLICs do exist.
  3. 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/
  4. 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.
  5. Sci Fi always has bad movies. Bad movies are always around, but usually don't have a TV channel to show them on.
  6. 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.
  7. A screenshot of Disk Management would help.
  8. IMO, your employees should not use their work phones for non-work purposes.
  9. 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
  10. Validating your answer file in WSIM will help you greatly. For example, SkipUserOOBE is deprecated in Windows 7.
  11. I don't think there is enough interest for a new section.
  12. 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.
  13. Buffalo Bills WGR550 http://player.tritonmedia.com/entercom/WGRAM
  14. Use the Setup Recorder? http://publib.boulder.ibm.com/tividd/td/framework/GC32-0804-00/en_US/HTML/instgu25.htm
  15. Why would you specify a default setting? Remove SkipMachineOOBE and SkipRearm.
  16. Doesn't look like that for me. Maybe you should run dependencies on the EXE.
  17. 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
  18. CPU-Z should do. http://www.cpuid.com/softwares/cpu-z.html
  19. I have AMD64 4 core. Can you be more specific? Your CPU needs to support hardware virtualization.
  20. 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"
  21. 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
  22. 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>
  23. What CPU do you have?
  24. Welcome to the MSFN!
×
×
  • Create New...