Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
Are 32 and 64 bit keys interchangeable on 2008 Server Standard
Tripredacus replied to ljones's topic in Windows Server
The product key should not be architecture specific. The only problem I can imagine you'd have is if you are not doing an in-place migration, one of your servers won't be activated. -
My last AGP video card I bought came with an S-Video to Composite adapter that I had used to output directly to my 19" CRT from 1988. You can get them separately and appear to be pretty cheap.
-
Inkscape can export a selected Embedded Image to a path. The version I have only allows for one at a time. if I selected more than one, it only extracts the last one I clicked. I used a PDF from Intel as a test. Program page: http://inkscape.org/ Instructions from online help: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Extensions-Images.html#Extensions-ExtractOneImage It looks like newer versions may support a batch export? http://tavmjong.free.fr/INKSCAPE/MANUAL/html/File-Export.html
-
This DBAN appears to be a Linux application? I know that Syslinux or Grub has no problem launching a WinPE, so maybe if you change your boot loader to that, rather than booting to PE by default, it would work better.
-
Yes I have already noticed your registration email address, confirming your legitimate representation of Microsoft.
-
Metallica - Creeping Death
-
You'll need to look at 2 things. First on the bottom of the notebook (usually) or maybe in the battery compartment you will find the input voltages and amp for DC. This is what the notebook requires to work properly. You will also see similar output voltages on your power brick. Usually what I do is first test the brick and make sure that the correct values are coming out of it. Make note of them if you want, but then you'll have to plug the brick into the notebook. There are 3 pins on the DC jack (hopefully in your case anyways) that you measure. You want to make sure you get the same values on the board as you did on the brick, presuming the brick is giving the correct values that the notebook requires. Here are some other people's experiences: http://www.tomshardware.com/forum/57027-35-power-jack-multimeter-test Or you can look on Youtube for some videos http://www.youtube.com/watch?v=N8duphd3oKw
-
Logon Credentials not working for boot image
Tripredacus replied to fred2k3's topic in Unattended Windows 2000/XP/2003
For the user account, you just make a new one. Put it in Domain Users or whatever extra group you need. Then that user (or group) just needs the correct permissions to whatever shares you will be using. -
Its how it is programmed. MS obviously uses the same Setup launcher for all their products in the same family. So even if you have an install.wim with 1 or more install images inside it will give a prompt. Using an Autounattend.xml is the way to hide the selection screen. But in the XML you would actually have a setting to tell Setup what image to use, which in effect hides that page.
-
WDS: Unable to join domain during install
Tripredacus replied to Bento's topic in Unattended Windows 7/Server 2008R2
Great, thanks for telling us how you fixed it. Many people seem to have trouble with Unattend Join, but I've never tried it myself. -
Which is first. Driver integration
Tripredacus replied to Worf's topic in Unattended Windows 7/Server 2008R2
Why would you want to delete the default drivers? Are you using a special tool or something? DISM can't even see the built-in drivers. -
Well OK Resource Monitor in Win7 is pretty cool. So they just made it look different in Win8 by (basically) adding it into Task Manager.
-
BoA - Every Heart (English Version)
-
Did you test the DC jack with a multimeter?
-
WDS: Unable to join domain during install
Tripredacus replied to Bento's topic in Unattended Windows 7/Server 2008R2
I always wonder why people try to use the AD root Admin for adding PCs to the domain... Take a look over this thread, maybe it will help: -
Honestly, I'm not quite sure what you're referring to here besides the few obvious things. The Copy-To and Move-To are good. Also the CMD/PowerShell from anywhere also. These were always reg-hacks since forever ago, but now built in. Show hidden files/extension on the ribbon (notice it was a lot harder to get to Folder Options in Vista/7) Pause/resume on file copy File replace for media files now has a preview thumbnail instead of the file type icon. Task Manager including grouping processes by user. Analyze Wait Chain. Taskbar properties for multimonitor. Multimonitor that allows for stacking, tiling. Those are basically covered on pages 2 and 3 of the Ars link.
-
At least that Metro app has an off switch! Anyways, just read a huge in depth article on Windows 8 at Ars Technica. You can see there are MANY improvements that are great for us techies, but it also points out the problems of course. I see that one is that the multi-monitor taskbar is configurable, which I hadn't seen in my tests. I made a complaint about it somewhere in this thread.
-
How can i create a fully up to date Win 7 DVD?
Tripredacus replied to jasjeet's topic in Unattended Windows 7/Server 2008R2
If they are MSU files you can add them into the WIM using DISM. This example uses .cab files but you can use .msu as well: http://technet.microsoft.com/en-us/library/dd744559%28v=WS.10%29.aspx -
Logon Credentials not working for boot image
Tripredacus replied to fred2k3's topic in Unattended Windows 2000/XP/2003
For one, if using PXE, the boot image NIC drivers aren't used but the PXE ROM. Just because you were able to load a boot image does not mean that the boot image has network support. Either way, it would seem that isn't your problem since you are getting a credential error. I would strongly recommend that you do not use the domain admin account to do deployments. Create another user specific for that purpose. -
Yes there are multiple ways to use sysprep. What you will need to do is install Windows to Audit Mode using an answer file. Then in Audit Mode you can install programs and make changes. When in Audit Mode, you are using a disabled Administrator account. So any programs you install, you need to make sure they install for All Users. After you get further along you can go find out how to enable that account after OOBE if you want. So you wouldn't want to set any Theme elements in Audit Mode either. When all finished, you run sysprep /generalize /oobe /shutdown and then capture the image with Imagex or DISM. If using the Setup DVD you should be able to install the image manually, and as long as it works you can make an Autounattend.xml to use with it. Here is a sample Autounattend.xml I posted to get Windows to install into Audit Mode:
-
The Powershell one looks promising. I have no problem writing the scripts and I already know what the classes are. Typically, I use the WMI Object Browser because I know what data I am looking for, but do not know what class or instance it is in. But I will definately check a couple of those out!
-
I could use some help on the weekend.
-
Board: Intel DX79SI. UEFI Boot is disabled. BIOS is latest version. PXE Boot to WinPE 3.0 x64, tested Windows 7 Home Premium x64. AHCI = OK IDE = OK RAID using RAID1 = OK Here are the scenarios that cause a problem. 1. Failure if OS volume is RAID0, BCDBoot returns error: "Failure when attempting to copy boot files" using this command: bcdboot c:\windows 2. Failure if OS volume is RAID0, BCDBoot completes successfully, BOOTMGR is missing error on restart using this command: bcdboot c:\windows /s c: 3. Same as #2 but different command: bcdboot c:\windows /s c: /l en-us 4. Unexpected result if OS volume is on RAID0, BCDBoot completes successfully, Set OS Partition to Active. Result is OS boots but System Reserved partition is assigned a drive letter. I've already got some emails out about this problem, but was wondering what I could possibly try or run from WinPE x64 to test and maybe find out what the problem is? Update: 7PRO64 does not work on RAID1 or RAID0. I have tried getting a new BCDBOOT.EXE as well as building a boot image using WinPE 3.1 x64 from the WAIK Supplemental ISO.
-
Yes sorry you are missing the switch to tell sysprep how to exit. /shutdown /reboot /quit One of those are needed. I usually use /shutdown just so I can make sure that I don't accidently reboot into the image again.
-
Windows Live Writer backup save configuration
Tripredacus replied to Puntal's topic in Software Hangout
I can't find a lot of new information on this. Have you see this backup program? http://www.live-writer.net/2009/03/07/windows-live-writer-backup-rc-released/