Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
Are you using the custom USB drivers? I read there are two versions of wdfcoinstaller1005.dll, x86 and x64. Make sure you are using the correct one. There is a big topic about it here, but frankly I'm not too familiar with its purpose: https://www.osronline.com/ShowThread.cfm?link=112087 Alternatively, you may want to check for any of the log files in either of the Panther folders (including the CBS log files) to see if we can get a better error. And because I just remembered, are you updating Windows Media Player before sysprep?
-
Can't access repair my PC option via F8 startup
Tripredacus replied to NUTTER123's topic in Windows Vista
Oooo be careful there. There are two things that the CMD uses to find the recovery partition and it may be compiled. I see from the post that there is a custom RE application so without knowing what is in there and what it does that may become broken. The recovery partition is detected by looking for the prescense of a certain file and also by the volume GUID. The reason it looks confusing is because the CMD is supposed to be run BEFORE the recovery partition is hidden (such as in deployment or when booted into WinRE). So in those cases, it has no problem finding the recovery or boot partition because it has a drive letter at that point. There should be two CMD files, both similarly named. One is in the boot partition and one in the recovery partition. Personally I like Win7 WinRE better. Vista's is just annoying. -
Duelnetwork cards 1 for net 1 for local shares
Tripredacus replied to Trigger911's topic in Windows 7
Are you getting any actual error messages, even in Event Viewer? Make sure only your NIC that is connected to the internet has a default gateway, and that you are not specifying a default gateway on your local NIC. -
Trying to automate remote video (psexec and pskill)
Tripredacus replied to davelalande's topic in Software Hangout
I'm not too sure about this question (subject matter) other than it doesn't belong in GD. I'll move it to Software Hangout, also it could also be networking, scripting or media related. -
Microsoft Security Essentials
Tripredacus replied to mike13's topic in Malware Prevention and Security
Yes, since MSE will actually not work if you have updates disabled, you'll have to just check it. When it needs an update it will usually turn orange and show up in the system tray if you normally have it hidden. But if you have your Windows update set to download but you get to choose what updates to install, then Windows will download the MSE update but won't install it until you select it with whatever other updates are ready for you. But you can also just run the update from MSE as well... and it seems that MSE will also sometimes just updates itself from itself and not directly with the Windows Update interface, so maybe I am mistaken. -
No actually, is there a reason why there is nothing on the keys? Now that you mention it I don't think I ever look at the keyboard anymore, but playing games (like custom button mapping) might be a problem!
-
Is this connected directly to your computer or is it on a network? If it is on the network (such as physically attached to a workgroup computer) make sure you load the Windows 7 driver in using the "additional drivers" button. If there is no Win7 driver, you can try a Vista driver instead.
-
Sony likely uses a customized Windows RE if it is looking for that specific file. I am not familiar with Sony recovery partitions, so I am not certain of how they are different from normal ones. I am also not sure (based on the translation) exactly what the state of the OS installed on the notebook is. Anyways, the Recovery DVD should work on the system, at least if you haven't replaced the hard drive in the system.
-
I'll keep posting this til I'm blue in the face! Still too expensive for me but one of these days... look out! http://www.artlebedev.com/everything/optimus/
-
Scripting parameters, confused
Tripredacus replied to HighDarkTemplar's topic in Unattended Windows 7/Server 2008R2
If you manually go through the dcpromo wizard, at the end you will be able to export this file. Here is an example that I have from a 2008 R2 server. ; DCPROMO unattend file (automatically generated by dcpromo) ; Usage: ; dcpromo.exe /unattend:C:\Users\Administrator\Documents\ad_setup.txt ; [DCInstall] ; New forest promotion ReplicaOrNewDomain=Domain NewDomain=Forest NewDomainDNSName=NAME.FQDN ForestLevel=3 DomainNetbiosName=NAME DomainLevel=3 InstallDNS=Yes ConfirmGc=Yes CreateDNSDelegation=No DatabasePath="C:\Windows\NTDS" LogPath="C:\Windows\NTDS" SYSVOLPath="C:\Windows\SYSVOL" ; Set SafeModeAdminPassword to the correct value prior to using the unattend file SafeModeAdminPassword= ; Run-time flags (optional) ; RebootOnCompletion=Yes -
Check the file size for the user profile you are trying to log in with. If it is over 2GB I can definately see this as being a problem. For troubleshooting purposes, you could create another account to log in with, that you will know to be new and clean, and see if there is any difference.
-
Ah fortunately, this is an easy to understand error! Well sort of. This error, IRQL_NOT_LESS_OR_EQUAL is a problem with a driver file, or with another program misusing the driver. The driver it calls out, nvlddmkm.sys is part of an nVidia video driver package. So things you can try: update the video drivers. You can try the one from nVidia or the one from Windows Update. One on WU showed up in Novemeber that fixed an issue I was having, but not the same as this. Also you can try turning Aero off if you have it on. My computer at work can't use Aero... it turns on but Windows locks up or gives errors. Also I noticed you have another error listed caused by cdrom.sys. You can try updating your chipset driver for that, but the only reason why I bring this up is because of that virus (can't find the actual name) that hides in the cdrom.sys. I battled a system late last year with a virus hidden in cdrom.sys, so just pointing that out.
-
To be honest, if you have set your HOSTS file to block facebook (you should be using 127.0.0.1 instead of 0.0.0.0... also should probably also block fbcdn.net/com as well) and your employees are circumventing these settings, blocking facebook isn't the way to resolve this issue. If you have sent along an official communication to your staff about it being blocked at some point in the past, and they are still finding ways to get there, that is a personnel problem (rather than a technical problem) that may require disciplinary action (for insubordination). That is just my opinion and not to say there is no technical answer to your question.
-
It would be a daunting task for anyone to accomplish what you ask. Even finding these types of websites may be all but impossible, seeing how a lot of the scam sites (like the fake paypal sites) do not even show up in search results. Anyways, the only reason why Microsoft would have your phone number is if you enrolled into that quality feedback program thing (I forget the name) that Windows may prompt you about after installation.
-
You can use DISM to show you information about those oem.inf and also shows original inf name and maybe even HwID. I don't have a system to run it on to give you a good cmd example. Read about the /Get-Drivers and /Get-DriverInfo switches for DISM here. As for driver control besides that, I am working on a new set of images that will be versioned, and all drivers that are added are being documented. How to handle documenting the other HwIDs an inf supports is still unknown at this point but I'm working on it.
-
Integration updates increased image size
Tripredacus replied to winfor's topic in Unattended Windows 7/Server 2008R2
Inside the INSTALL.WIM are at least 4 images. You can see them by using IMAGEX /INFO on the WIM file. So say you just want the 7PRO32 image out, you find out what the Image Index is with the /INFO switch, and you can use IMAGEX /EXPORT to get that one image out. Check out ImageX Command-Line Options on TechNet. -
It stands for "Where People Go To Know" obviously... Actually I liked the old top banner that had the planet in it... oh well.
-
User Agent detection
Tripredacus replied to Tripredacus's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
Yes I will be using PHP for the new site. I am still in the planning phase, already backed up the current site to be archived. Now to figure out how I will be arranging the data on the screen. -
[GUIDE] Creating WIM images of Windows for system deployment using PE
Tripredacus replied to IcemanND's topic in Windows PE
It isn't a requirement to install the en-us cabs... or at least I never ran into a situation where NOT installing them caused a problem. I can see the winpe-srt_en-us.cab, but I do not have the WAIK so it may not be present there. Either way, you only need the SRT package if you are creating a recovery partition for use on a Vista or Server 2008 (not R2) system. You could probably use SRT for a Windows 7 recovery partition, but it technically doesn't need it. -
nLite topics to nLite forum... AWAY!
-
Windows 7 Some Drivers Install, Others Don't
Tripredacus replied to cdusseau's topic in Device Drivers
Why are you installing all of those drivers? For example, if your motherboard has the HwIDs for ibexusb.inf (DEV_3B34, DEV_3B3C) it wouldn't also have the HwIDs for ich78usb.inf (DEV_27C8-C).... is there a reason why you are trying to install every chipset driver in that package? -
Minidumps are usually missing information. Let's start with the actual error codes, then if we need to you'll have to create a full memory dump. Info on that is here:
-
Moody Blues - Knights in White Satin
-
Integrate KB977074 with DISM fail
Tripredacus replied to winfor's topic in Unattended Windows 7/Server 2008R2
1. Take a look at this thread, another update was found to have a problem as well. 2. First you need for RTM to be released. -
User Agent detection
Tripredacus posted a topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
In my next version of my website I'd like to have my site detect the user agent of the browser and determine how to display the page. This (as a function of coding) isn't a problem for me to do, but my question is a little different. Does the browser on the Droid phones have a specific User Agent that is not something a PC browser uses? As an example of my meaning, my next phone will be a Droid and I want to be able to connect to my website with it as needed, but I want it to display differently than if I went there from a PC. Also (I'll eventually get to it) can a website write a cookie to a cellphone? It would be easier to look for cookie first (although using session might be safer) to see what kind of browser it is.