Jump to content

Tripredacus

Supervisor
  • Posts

    13,306
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. The spammer was dealt with as soon as you saw the post in question disappear. I can remove all the posts about the spammer from the thread if you want.
  2. Heh this is packed with UPX, which is known to cause problems! After opening the program, it uncompresses all of the files it installs but stores them in memory, instead of a temp folder. You can see the memory usage footprint is slightly larger than the setup file size. I can see the files in memory but I don't know how to get them out. Have you tried using the support form on the developer's website to ask how to do a silent install?
  3. Typically, when files are "removed" from a WIM, they are just removed from the index so they are not used. Did you try exporting the WIM out?
  4. Its more likely to do with permissions. When you run it "manually" you run it under your user account. When it is run by Task Scheduler, it is run under an OS account. Try changing the account that is used to run the task.
  5. This isn't exactly the time to get reasonably priced hard drives... but I'd recommend the Seagate GoFlex. Their retail prices haven't gone up as much.
  6. Presuming you are using the stock Intel heatsink/fan, the only reason it should be running full speed on that board is if your CPU starts running hot. I'd get some CPU temperature reading tool to run when you notice the speed pick up, to see what temperature you're getting. I believe that somewhere around 60-70c is the temp that this board will kick up the speed. Normally I'd recommend Intel Active Monitor, but I think it would reject an MSI board.
  7. It should be c:\windows\MEMORY.DMP
  8. The first thing I test is running it with /? or /help. I suppose this is a commercial product where no official download is online for us to test?
  9. You should add some error handling/logging into your script, such as creating a token somewhere (easiest copying a text file) or even writing to the Application Event Log. Basically, if a .cmd fails, you won't see it as a fail in the job history, because a .cmd will always just do a successful exit under most circumstances, since cmd doesn't really pay attention to what you are having it do. If the programs themselves are failing, they would be the one to generate the error, not cmd, which is why it doesn't "fail" in the log.
  10. What is the operating system on the VPN Server? You need Server 2003 or newer to see the IP address.
  11. Welcome to the MSFN!
  12. Not so much on bands and titles for this one... more ripped video game music! Destruction Derby 2 (PC) - Audiotrack 7
  13. I went to show hidden devices in Device Manager. This is hidden by default, also are you using Windows 7?
  14. That's similar to how my test server is set up. Its only because PXELinux can boot to WDS and install Linux, but Bootmgr can't install Linux.
  15. It is to be expected that the typed English is not perfect, especially when we require English language and cater to the world.
  16. Check to see what temperature your CPU has. You may need to reseat the fan.
  17. In order to get WinRE to deploy using an answer file, you need to do some things that are not in that document.
  18. Yeah that isn't a bug. In XP at least, at one point I couldn't take a PrintScreen of a video being played to the clipboard. It wouldn't show up. Flash was the same way. It wasn't just WMP, also couldn't capture a frame from PowerDVD. I had to use some sort of capture utility like SnagIt but that only lasted me 30 days. Interestingly enough, Windows 7 has no problem capturing such things.
  19. In that case, use that topic!
  20. Verify that you are still logging into your regular profile. If a profile is corrupted, Windows may automatically log you in using a 'TEMP' profile, in which and profile specific shortcuts may be 'missing'. The TEMP profile is built off the Default profile. An easy way to verify what type of account you are using is to open the Command Prompt (without running as administrator) and see what default folder it puts you in.
  21. Welcome to the MSFN!
  22. You have already gotten your one allotted welcome.
  23. This wasn't particularly my fault. A whiteboard fell off the wall (it wasn't mounted very well) and took out the monitor before landing on me. It was quite a surprise!
  24. Where can this software be downloaded?
  25. You are missing this in oobeSystem: <component name="Microsoft-Windows-International-Core" 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"> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>0409:00000409</UserLocale> <UILanguageFallback>en-US</UILanguageFallback> </component> And this too which goes in the oobeSystem pass too, but under the Microsoft-Windows-Shell-Setup component. <OOBE> <ProtectYourPC>2</ProtectYourPC> </OOBE>
×
×
  • Create New...