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. I assume you mean Dependency Walker? Yes, it has multiple names.
  2. When I test to see if an app can work with WinPE, I do the following. First, put your app (and the MUI if you like) in System32 in the WIM. Then boot into the WIM and then run Depends on the app. It will tell you what files are missing that it needs. If you need to know registry settings, you can run Process Monitor and add the msra.exe into the Process Filter and see what Registry keys its looking for.
  3. If you have changed your password lately, and have programs that use auto-logon, you can have this problem. For example, my email client automatically goes out and get my email. One time I changed my domain password and was using a different computer. Then my account kept getting locked out and it took me a while to realise my other computer was trying to get email with the old password.
  4. Win7 likely uses the same registry keys for autologin as previous versions of Windows. I haven't looked into it so I am not certain.
  5. Also take a look here: http://www.msfn.org/board/anti-malware-toolkit-t119786.html
  6. Without contacting the program author, you may have to run a Process Monitor to find out what registry keys it is changing.
  7. Welcome to the MSFN!
  8. Yes this Forum is really great!
  9. I am trying to recreate part of a website that uses tables and images but with DIVs and CSS instead. I am having a problem with the box model and frankly its not making sense to me. Here is a how it is supposed to look: Thats the best I could draw it in ascii lol. Anyways one main div (blue backgroun). Inside it, another div (black background) so that it looks like a black box with a blue frame around it. No I can't use border for the black div either. The black div has another in it (float left) and on the right will be a flash object or some words or something. The height of the blue box is 521px, the blue box inside is 450px. I tried either padding and margin-top of 20px and instead of shifting the black box, it shifts the blue (container) box down and the black one stays in the same place. Here's some code snippets. I am not entirely concerned with the file in the include, it displays properly. It is simply a <UL> grouping. <div id="content"> <div id="contentWrapper"> <div id="indexLeft"> <!--#include file="include/indexNav.asp"--> </div> Content </div> </div> #content { width:1001px; height:521px; margin-left:auto; margin-right:auto; border-left: 5px solid #365F97; border-right: 5px solid #365F97; background-color:#16365D; } #content #contentWrapper { width:961px; height:450px; margin-top:20px; margin-left:20px; margin-right:20px; background-color:#000000; } Why would margin-top on the wrapper move the parent div instead? EDIT: reposted on DevShed as well: http://forums.devshed.com/css-help-116/css...ems-668660.html
  10. Again, you don't want to choose your network location before sysprep. You need to do it afterwards. Refer to the following: http://technet.microsoft.com/en-us/library...28WS.10%29.aspx
  11. Is alignment even a concern on SSD? Isn't alignment all about disk read efficiency, specifically about how a hard disk drive works physically?
  12. Can you give examples of some of these programs? Or are these apps you have created?
  13. Welcome to the MSFN!
  14. Nope there is nothing built in. I thought about making a mod to do that but it simply isn't worth the trouble since its such a small thing, and not many people would make use of it. If the forum's HTML output did indeed meet the XHTML standard in the doctype, you'd have to see those hover text, as image alt text is required. Here's hoping for something in the future!
  15. Katamari Forever !!! I bought a PS3 3 days ago and this was the game I bought. I would have gotten GTA4 but I can't find any locally. You don't know the pain (well maybe you do) of typing a WPA2 key with the controller.
  16. I'm playing around with ASP and making a website. Mind you, the only programs I am using is Scite and MSPaint. Scite doesn't even color code for web files either. Anyways, I am trying to use a method I've done in PHP before, but I still do not know ASP (or VBS) well enough to figure out how to do some of the things I'm attempting. Here is the gist: I declare a variable, then want to do an include that has a file name that is the same as the variable. <% Dim thisPage, subThis thisPage = "index" subThis = "index" %> <!--#include file="content/" & subThis & ".asp"--> Can I even concat into an include like this? Or am I just using the wrong operators or quotes or what? edit: here is the response from the browser:
  17. OK I have an important question. When is sysprep run for your install? The reason is, that if you choose a network location other than public (cancelling the window is ok too) and then sysprep, DRM breaks in Windows. So, your choice of network location, during unattend should be public, then in your sysprep xml, you can specify the work location.
  18. Thanks. I updated the WiFi link in the FAQ thread to point to this topic.
  19. I had this question recently. If you open Computer/Explorer, there is a button up to called "Make New Folder." Is there a way to make your own buttons to do other actions as well?
  20. Trend Micro corporate also detects Revelation v2 as a hacktool, and frankly it is. I had it in a folder we use for emergency repair. Every time we'd go to update, Trend would delete it off the USB key. It also tried to delete it from the network share too but it got denied. Eventually I had to configure it not to scan network shares. It was quite annoying.
  21. My co-worker got it to work, however the school had to send him a new disk. An embarassment for sure, it would appear the entire press run of the DVD I tried had a corrupted VHD on it. The VHD on the DVD was 2GB+ but the correct one was 4GB. I am going to think that the one on the DVD was likely part of a span. So let me rephrase my questions above. Considering the purchase price of the book was $30, and it came with a DVD. Is it legal for the publisher to provide a licensed copy of VPC 2007 AND a VHD with a licensed copy of XP while not charging for the license? There is no COA for XP included and nowhere on the DVD or in the book did it have any sort of EULAs or any type of documentation about it at all. Seems fishy to me.
  22. Since it is a notebook, it may be possible that its power plan is interfering with the operation of the system. Check and make sure this backup is being done on AC power and not on battery to start. Then make sure that the computer is not set to go to sleep or into hibernate, and that you disable the option to power down the hard drive. If you make any plan changes like this, best to do it on the "Plugged-In" plan so that there isn't a big rush to change them back when you are done. Also, the computer freezing up may not just be the hard drive. You could also have faced a situation where the PC ran out of memory. Check the Event Viewer to see if there are any errors or warnings that appear. If it is a drive read or write issue, you will have some messages relating to disk0 or disk1 or something similar. Also, unless its necessary, unplug it from a network and/or turn off the wireless, and make sure no other programs are running. You may also try disabling the anti-virus during the transfer. I am also wondering how much free hard drive space there is on the computer. Sometimes people have said that their computers have difficulty copying large amounts of files with similar behaviours that you are describing. Try only copying in small chunks to see how well that works. And by small chunks, maybe 500MB to 1GB worth. Lastly, this external hard drive, is it connected to USB and is it formatted as NTFS?
  23. I've got the answer for your question. The PE is restarting because of how the startnet.cmd (and the winpeshl.ini for that matter) operates. Whether your script executes or not, we won't know because it exits after running. Since the PE has no further commands to run, it reboots which is its normal behaviour. You need to launch something to keep the PE open. Easiest may be a program or HTA that has a button that runs your script. That way, when the script is finished, the thing you launched it from is still open.
  24. Yeah I forgot to change that style when I made the Atomic Bomb version. I typically just make backgrounds that work with the existing colors. I'll have to go in and change all my PEs soon when we get the new Office "Injunction" version in so I can change the installers, and I'll probably fix it then.
  25. I'm just starting to get into wireless networking along these lines, so I am not 100% certain. I have not yet tried to do something like this, however you might have to set DHCP reservations for everything to get it to work.
×
×
  • Create New...