Jump to content

Tripredacus

Supervisor
  • Posts

    13,375
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. After install, it wants you to enable auto updates, yes this is true. But if you change your setting to "download and ask" instead of "install automatically" MSE won't complain. That is how I use it.
  2. You can reprogram every key with their software.
  3. I am not familiar with this method. I have written scripts to read from the DMI via WMI but using VBScript and AutoIT and not a cmd file. Moving to scripting forum.
  4. Welcome to the MSFN! As a next step, you should read the license agreement for nLite. You'll find posts all over the nLite forum regarding this, here is an example:
  5. Oh yeah, I forgot about training... or getting docs from Microsoft. Once when I had nothing to do I read the 200 page Office 2010 training book.
  6. This keyboard promises to be the most customizable keyboard ever, but it is also out of mostly everyone's price range: http://www.artlebedev.com/everything/optimus/
  7. I use Heavy Load and Treesize: http://www.jam-software.com/freeware/index.shtml
  8. Some of them are able to be used if you use the ASCII code. There was one code that did get updated when XP came out, and that was the Delete code is now "ignored" by Windows. In Windows 98, if you put the Delete code in a file or folder name, you couldn't open or delete the file from Explorer, only could do things in the command prompt. I am guessing the reason why they still don't let you use those reserved characters is because Windows is still based on the command interpreter, which isn't smart enough to know anything about fonts.
  9. I basically handle my work schedule with projects. If all current projects are completed and I am in relative limbo, I have the following on my list: - testing new recovery partition solutions - develop a thin client that supports video acceleration for burn in - organize files on the file server - rewrite the loader on our USB Boot Keys - test server backup solutions - rewrite websites/test security Otherwise i just throw the football around the office.
  10. In my HTA, yes the value does not update but it actually does in the background. I think this is why the GImagex HTA has a reload button on it... Anyways, what WinPE are you using? In WinPE 3, diskpart commands are recognized instantly by the system, while in WinPE 2, you needed to do rescans or refreshes. I ran into this problem when I was converting my recovery partition to WinPE 3 and didn't know that diskpart updates instantly. I've asked these questions to Microsoft as well (concerning drive letters) when I was having problems fixing drive letters of multiple partitions and custom recovery. Unfortunately, there isn't much you can do about how WinPE assigns letters. Basically you should design your system around how WinPE operates. You could use trickery to re-assign letters to existing partitions (using hidden files) but then you get into trying to fool proof the system. Like what if a user has a USB key plugged in? Well you can't account for every situation!
  11. I don't know if it is important infos, but what are the operating systems on these Domain Contollers?
  12. You will probably get a faster response in the Application Installs section. I shall move this topic there.
  13. I just thought of a new use for this tool... Since I've used PE Explorer before, I know that you can view string values that are registry keys that are written or read from. Can these types of values be changed in your program?
  14. I believe the best practice is always change where the end of the volume is, never where it starts. If this all sounds too scary, maybe just add another drive. if it is a notebook, look at USB storage.
  15. You can try doing this in the registry: http://support.microsoft.com/kb/314054 Time Server info and list links: http://support.microsoft.com/kb/262680
  16. I remember using a registry key in Windows NT 4 that would allow NT to shut down in about 5 seconds. This key held the timeout that Windows allows programs and processes to end themself when given the shutdown command. I believe the default is 30 seconds, but I had changed that key to another value and it shut down a lot faster. I was never really concerned with the shutdown or startup speeds of systems since XP came out, because they are reliable enough to just leave on. Does that registry key still exist?
  17. The period is actually 30 days, but it will only ever show you 3 days at the most on the Properties page. If it ever says 0 days (say on day 4) and you reboot your system, it will say 3 days again.
  18. yes congrats new patrons! keep up the good work.

  19. maybe? http://www.msfn.org/board/forum/42-logonui-boot-screens/
  20. I've had problems in the past with card readers in notebooks that like to take the C drive letter. I got around it by modifying my diskpart script to do something at the beginning: sel vol c assign letter=y
  21. There are only a few things that can cause the XML to not be detected: 1. wrong arch in XML 2. file in the wrong place If you are installing a 32bit Windows 7, AND are using a 32bit install source, it should read this file. If you were using a 64bit install source, it would ignore this file since you have "x86" as your arch. As far as where the file is. Windows 7 Setup will look in the root directory of any attached drives for the XML file. It must be named Autounattend.xml. You can put it on the root of your install key, or you can put it in another USB key and have that attached. Another method is to use a USB Floppy Drive. I do not do USB installs for creating master images, I use a DVD without an unattend file on it. Then during an install, I insert a USB key with the appropriate XML file on it. One last thing, if your USB key has multiple unattend files in the root, this could be a problem also. Make sure you only have 1 XML in the root, and put the other ones you may have into a folder. And check for noob mistakes like having the wrong file on the drive.
  22. I'm not certain how MDT works, but you definately do not want to use the Vista wim to deploy Windows 7 installs. The install method is different between the two. You could try it, but don't hang your hat on it if it works.
  23. This looks interesting. Somewhat like PE Explorer but laid out better, and also have the ability to actually change things...
  24. Are you just trying to change it using the Clock on the screen? What happens if you run the TIME command from the CMD?
  25. If you know what update it is, maybe you can download it manually from here: http://catalog.update.microsoft.com/v7/site/Home.aspx * you need to use IE to go to that link.
×
×
  • Create New...