Jump to content

Tripredacus

Supervisor
  • Posts

    13,343
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Do not post technical topics in General Discussion.
  2. No, I'm talking about installing Nero9 without a product key. The activation portion (where you manually type in the key) after install (NeroSmartStart.exe) is not compatible with Windows 7 and crashes after you type in the key and click the next button. A normal install where you either choose to put the product key in your cmdline, or manually run it off the CD works fine in Windows 7.
  3. Ooops it looks like a Windows 7 unattend? I can move this for you if so. For windows 7, you can use this as example: <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <UILanguage>en-us</UILanguage> <SystemLocale>en-us</SystemLocale> <UserLocale>en-us</UserLocale> </component> </settings> And in the windowsPE pass, Microsoft-Windows-Setup component: <UserData> <AcceptEula>true</AcceptEula> <FullName>EndUserName</FullName> <Organization>Fabrikam</Organization> <ProductKey> <Key>12345-12345-12345-12345-12345</Key> <WillShowUI>Never</WillShowUI> </ProductKey> </UserData> If you need to specify a different key for activation, use Microsoft-Windows-Shell-Setup in the Specialize pass.
  4. That's like the Quad Stacker at Burger King. Scary thing.
  5. Debating this, so move to XP for now, although somebody will probably come in here and post some crazy technical stuff.
  6. I see there is a difference now. In the old version the profile had the wrong posts. Thanks for pointing that out.
  7. The first thing I do is look at the most recent posts for people to ban... jk You can find your most recent posts here: http://www.msfn.org/board/get-member-post-m254708.html And most recent topics here: http://www.msfn.org/board/get-member-topics-m254708.html These are accessible by accessing your profile: http://www.msfn.org/board/member-phenomic-m254708.html
  8. You may be able to extrapolate a method from this thread: http://www.msfn.org/board/imagex-t138048.html
  9. Won't WPEUTIL SHUTDOWN command work for you? Just sent to ComSpec to that command and it will shutdown. I use it in my scripts, that and WPEUTIL REBOOT if needed.
  10. Replacing the switch didn't make a difference. I thought that too. We're having someone look at it in the morning, hopefully its just something I overlooked.
  11. Have you looked at this topic? http://www.msfn.org/board/support-wifi-t141137.html
  12. Oof it really kicked the bucket today. It probably happened over the weekend or so. One of the switches was not communicating with the server at all, but the other switch was OK. I rebooted it and nothing, so then connected the Wind to the line and it worked. To think maybe the switch was bad, I swapped it out. Then the new switch wasn't working either. So of course we try another network cable and then that switch is up again! Easy fix right? Well not unless you try to do something with it, which then caused the entire network to drop! So I disconnected the new wire and the other switch magically starts working. So something happened over the weekend that caused part of the network to fail. Also very interesting (via testing) I found that if both switches were connected (when the network failed or ran very slow) the Team broke! If I only have 1 switch connected, the team does not break. Yes I still make the case to get some managed switches, hopefully this will happen soon. However, what can cause the team to break like this?
  13. It also counts posts you make in the Welcome forum on your profile, but not on your posts. So having one extra post is normal on your profile. People like me and Dencorso have a lot more posts on our profile page than you see on any of our posts because we welcome new users a lot.
  14. If the install for Dreamweaver CS3 has unattend switches (so you can unattend install it from command prompt or run box) just use RunWait in your script. That way you don't have to rely on AutoIT to be able to click all the correct buttons for you.
  15. and mine from Nero8 I added the last one in case those different switches work with Nero9. Thanks for the reply! "Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install.... Yes we can't even use Nero9 because the OEM install is not compatible with Windows 7. We are still using Nero 8 but when it runs out we won't have anything to use! We are still waiting for Nero to fix it, but its been a long time now.
  16. Well CCLeaner is a free registry cleaner, but I do not know of any registry "fixers" that is, a program that reverts to default system settings. You can try making a different user account and see if it is just a problem with your account or not.
  17. Try to change ownership on that folder to your account.
  18. This looks like a good project, just one request, your images are very large. Change your images to use thumbnail links.
  19. I posed this question to someone else, he said "make a boat out of the trees" and I told him he had no tools. He said "Tom Hanks didn't have tools in Cast Away". I thought Robinson Crusoe was a better idea.
  20. Ethan, is this related to this thread? http://www.msfn.org/board/domain-name-t143083.html
  21. As far as notebooks go, I wouldn't really want one that only has Intel graphics controller. Especially if they are going to call themselves Voodoo!
  22. I see this happens a lot on notebooks, where they cannot even read the CD-Rom that comes with them. However I believe it is OS related in some way, as for example they can boot off CDs. I do not know the solution to this problem.
  23. This is saying you have a problem with your XML. Please edit your autounattend.xml to remove the product key and attach it to your reply. We can look at it and find the problem.
  24. sfc /scannow Make sure to create a restore point before running it. Sometimes running this program when malware is present, it may damage your Windows. I typically do not like running this program.
  25. This reminds me of the olden day of playing D&D and now Gamehead is the Dungeon Master, and I'm in crazy world trying to figure out how I can get the sharks to save me from the fire.
×
×
  • Create New...