Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
Yes, its fortunate that WMIC commands are kinda like SQL queries. I would recommend you try using the WMI Tools (specifically the Object Browser) to find some value to search for to use in your command. Tools are here: http://www.microsoft.com/en-us/download/details.aspx?id=24045 I had to do something similar to detect fingerprint sensors... Also, you can use a "like" instead of "where" to find a partial match. That may be helpful in MAC Addresses, since you could specify just the first 2-3 octets. Here is an example, not as a wmic command, but I'm pretty sure you can still use "like" SELECT * FROM Win32_PnPEntity WHERE Name LIKE '%Fingerprint%'
-
[request] unattended.xml
Tripredacus replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
Have you tried making the XML in WSIM? Here is an example for the user account: <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Group>Administrators</Group> <DisplayName>Admin</DisplayName> <Name>Admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> Here is the NetworkLocation: <NetworkLocation>Home</NetworkLocation> -
I've read multiple articles from MS that refer to the Start Screen as the Start Menu. I think its just an error.
-
I can't understand exactly how or why this happens, but I have confirmed that it does. Sorry for the topic title, but I can't really put it into words. I've already gone through all the testing and found out the symptoms and a work-around, which may be a fix, but it doesn't actually solve why the problem happens in the first place. The issue was that a deployed image wouldn't automatically register files at Windows boot up. The complaint of Windows (via Start Menu) and third party software was that these files could not be found. The files do exist however. These files should be registered automatically. All of these files are unsigned Active-X Controls. Background. Image is Windows 7 Pro SP1 x86. It was initially captured using WinPE3 using Imagex. Here are the different variables I tested and the results. (All PEs are x64, imagex in PE4 is from WAIK from Win7) Deployments that result in a failed file registration WinPE4 with Imagex via cmd.exe Deployments that result in successful file registration WinPE4 with Imagex via direct call (objShell.Run, VBS) WinPE3 with Imagex via cmd.exe WinPE3 with Imagex via direct call WinPE4 with DISM via cmd.exe I can't provide specific files since they are not mine to mention or redistribute.
-
This program looks to be built on Linux right? WinPE 3.0 already contains regedit.exe.
-
System Preparation tool 3.14 help?
Tripredacus replied to meigyoku's topic in Unattended Windows 8/Server 2012
what do you suggest? is there a guide to follow? also, no more shift+f3 right? thanks in advance.. I haven't tried that keyboard combo in Win8. I usually install it using an answer file and have it boot into Audit Mode. -
From what I read about this drive is it is powered via the PCMCIA port. I could not find any photos of the rear of the device, and no documentation about alternate power. Its possible that the op is using USB power for this device and the port the connection is made with is not designed for data transfer.
-
System Preparation tool 3.14 help?
Tripredacus replied to meigyoku's topic in Unattended Windows 8/Server 2012
There is little difference between Windows 7 and 8 when it comes to image creation. You should use the same process you used with Windows 7 if that is what worked best for you. -
Its apparent that the built-in MS drivers for this device aren't suitable for use. You'll need to get some official drivers installed for this, in other words if the driver provider is Microsoft, that isn't the answer.
-
Its because while we are led to believe that Windows 8 was designed for portables, its obvious that this particular thing, the Start Screen/metro, was specifically designed for a 16:9 desktop touchscreen monitor. It would be a good step in some update that verticle scrolling is made available as an option, if at least for tablet rotation. It was already complained about screen rotation on portables with the Start Screen is kinda pointless. And another deeper impression of mine.... You can't find everything by searching in the Start Screen. For example, you can't find things in Administrative Tools, such as Local Security Policy.
-
Application install (push) for Windows 7?
Tripredacus replied to newbie49's topic in Application Installs
If these PCs are in a corporation, Microsoft provides software for the enterprise channel called MDT and SCCM. You should keep those applications separate from the OS image, since then you can update them as necessary without having to redo the images. Here is a good summary: But other topics in the Windows 7 unattend section may be helpful. -
I have received a decommissioned domain controller that I am in the process of converting into a file server. I currently have a share on one computer and we have scripts that connect to that share using the computer name. The old file server (not connected to the network) and the current one have the same computer name. Since all our locations use the same names and scripts, it would be great if I could set up a rule or something just for the network here so that the scripts can stay the same. I can't change the computer name of the current file server because it is a domain controller. What I would like to have happen is that when a client attempts to map the network drive using the existing scripts, it maps to the new server rather than the old one. Is there a way to do this? I have not renamed the new file server yet, I figured I'd ask about it before trying anything. Both servers use Server 2008 R2 Standard.
-
This means that MS has backed down from their lofty expectations delivered at Build concerning how apps would be handled. There was supposed to be some testing and approval process for apps submitted to the store. The man hours required for such a thing would have been immense. Its not surprising they opted for more of a break/fix approach to handling apps since their original goal (especially if Windows 8 had been a booming success) was probably not something even Microsoft would be able to pull off.
-
Well I did some playing around and make it so Flash won't work. Of course you can control whether or not it updates from the Control Panel icon. Deauthorizing the computer doesn't do anything really, seems to be more aimed at DRMed content. In my testing example I used 2advanced.com to verify Flash in IE10. Warning: The following commands will effectively "disable" Flash, after trying to view the test page in IE, IE and Explorer.exe crashed. So this is just the tip of the iceberg it would appear. Test it in a VM if you'd like, I wouldn't recommend it on your actual computer.
-
You are right, looks like a 32bit Flash Player. You can configure the one in System32\Macromed from Control Panel. YOu can block everything. Maybe even use that Deauthorise button on the advanced tab, but I'm not sure what that would do. If Opera is anything like Mozilla or Chrome, alternate install locations for the Flash files should be allowed.
-
I made a mistake in my post. I said VM but meant RDP.
-
What is the file named? Is this on a tablet or desktop?
-
Actually, the Control Panel (among other things) is a lot easier to get to with Windows 8. Once you learn about right-click on that lower-left corner to bring up that menu. Incidentally, that is the only way I can get into things on Server 2012 when I RDP into it. Since, for some reason, the Windows key doesn't work through the RDP with Desktop Experience like it does for previous OSes.
-
Capped (clipped, whatever) sound with Audigy sound card
Tripredacus replied to Phaenius's topic in Hardware Hangout
This same problem happened to a friend when he set out to design a car computer back in 1999. He solved the problem by using no extra cards and designing some suspension system using rubber bands to keep the hard disk from banging around inside the case. -
Help with Autounattend with Serva PXE Boot
Tripredacus replied to NobleSir's topic in Unattended Windows 8/Server 2012
You can try making a copy of the boot.wim that you added into your share. Mount it with DISM and put the AUTOUNATTEND.XML into the root of the mount point. Then commit the changes and try again. From what I am reading, Serva does not have the advanced functions of WDS, such as being able to attach an answer file to a boot image. You can try emailing the software's author to see if there is a way to do it without modifying your boot image. http://www.vercot.com/~serva/contact.html -
You won't be able to do anything with it unless the Code 10 is resolved. I can't find any sort of website to get official drivers from, is there any support URLs on the documentation or CD it came with? Currently, on that device with the Code 10, what is on the Driver tab?
-
Some software support a different display name and login name. I think it is here but is disabled. The unfortunate problem with that type of option is that it can become difficult to keep track of people when they can change their name all the time.
-
Take a look at the menus listed here: http://reimagery.com/fsfd/menu.htm You'll need one that matches your PE architecture. If you are using a 32bit WinPE, that "Access" one might work for you. I have only used the MOO one from that list, but it is a 16bit app.
-
DSIM Error 0x80070005 Access is denied
Tripredacus replied to rio2k11's topic in Unattended Windows 7/Server 2008R2
I'm just pointing this part out of your post. I have no experience using that product. You should make a post in this thread: Then I will close this topic.