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. Greetings from western NEW Y ORK!
  2. Yes but WinPE is not the same as regular Windows. How much ram do you allocate to the VM for WinPE?
  3. Here you go. As you see, I used another HTA to launch this one. This is just a small window with an animated GIF in it. Then in the background, it runs the commands such as diskpart, writes to the MBR and reimages a drive. After the command is done and it closes and the HTA that launched it is always behind it. <Title>Full Recovery</Title> <HTA:APPLICATION ID="FsSplashScreen" SCROLL="No" SCROLLFLAT ="No" SingleInstance="Yes" ShowInTaskbar="No" SysMenu="No" MaximizeButton="No" MinimizeButton="No" Border="none" BORDERSTYLE ="complex" INNERBORDER ="No" Caption="no" WindowState="Normal" APPLICATIONNAME="FsCommandHta" CONTEXTMENU="no" Icon="%SystemRoot%\explorer.exe"> <STYLE type="text/css"> BODY { Font:9.25pt; Font-weight:bold; Font-family:helvetica,verdana,arial; Color:#000080; Text-Align:Center; Vertical-Align:Middle; Padding-Top:3; Padding-Bottom:2; Padding-Left:10; Padding-Right:10; background-image:url('resources\imagex.gif') } </STYLE> <script Language='VBSCRIPT'> '-> Resize And Move Window Dim Wth :Wth = int(250) Dim Hht :Hht = int(50) window.ResizeTo Wth, Hht MoveTo ((Screen.Width / 2) - (Wth / 2)),((Screen.Height / 2) - (Hht / 2)) Dim Tmr Sub confirmation2 Dim A1 :A1 = window.confirm("Recovery Complete, Would you like to Restart now?") If A1 = True Then CreateObject("WScript.Shell").Run("wpeutil Reboot"),0 End Sub '-> Start The First Timer OnLoad, Three Second Wait Befor It Goes '-> To The ClearTimer Function Function Window_OnLoad() document.focus() Txt1.innerHTML= "Processing The Script Function Please Wait" Tmr=setTimeout("ClearTimer()",3000) Exit Function End Function '-> Process The First Command Function ClearTimer() '-> Object To Run The First Command Hidden, Uncooment To Make Active Set objShell = CreateObject("WScript.Shell") ObjShell.run "cmd /c diskpart /s x:\windows\system32\full_diskpart.txt",0,True ObjShell.run "cmd /c c:\mbr 0 1 /h",0,True ObjShell.run "cmd /c imagex /apply c:\image.wim 1 d:",0,True Tmr=clearTimeout("") '-> Place Your Code For confirmation2 Here Start Call confirmation2() '-> Place Your Code For confirmation2 Here End Txt1.innerHTML= "Prepaparing To Close" Tmr=setTimeout("ClearTimer2()",3000) Exit Function End Function '-> Close The Hta Function Function ClearTimer2() Tmr=clearTimeout("") window.close() Exit Function End Function </SCRIPT> <BODY Scroll='No'><TABLE><SPAN ID='Txt1'> </SPAN></TABLE></BODY>
  4. You will probably only see an increase if you go to a higher memory speed, rather than size.
  5. Also, it seems like your code got malformed by the forum. Attach your unattend.xml as a file to your post, make sure to edit out the product key.
  6. Ah you are just like me. When I register for a forum I always set up my avatar and signature (if possible) before making any posts!
  7. You are out of memory. Since you are using a VM, allocate more memory to the session. You may also need to increase the ramdrive size. http://msdn.microsoft.com/en-us/library/ff557491%28VS.85%29.aspx
  8. If you delete the cookie from the Firefox options menu, you will be logged out too.
  9. That link is broken. Here is the correct link: http://www.msfn.org/board/remote-access-private-address-t119858.html
  10. You are only going to see a speed difference in the cache I believe. It may not be worth upgrading if you are already using HyperThreading.
  11. WMIC may make things easier, but if you have the Scripting package installed, you can use VBScript to work with the WMI.
  12. Do not make duplicate threads in different parts of the board. If this is an nLite topic and not XP, we can move the topic for you. I deleted the one you made in the nLite forum.
  13. By "hangs" are you implying that it takes a long time to complete this phase, or do you really mean "freezes" and does not get past this step? Also, when it "hangs" does the animation stop moving?
  14. No that should do it, of course I haven't tried to sign out with the new forum. I have no problems using NoScript. You used to be able to sign out by going to the register page but that got fixed.
  15. Check the AutoIT help file for RunWait, you can try this out: RunWait("wrar39b5.exe", @SW_HIDE) Moving this to scripting forum.
  16. Are you wanting to run this in an AD environment?
  17. The SATA controller is on the motherboard. Yes, each drive has their own "controller" card on them, but it does not relate to the SATA controller. The SATA/PATA option would (or should) not allow you to create a RAID array and mix SATA and PATA drives. This is because the PATA data rate is so much slower than SATA, your array (if you managed to create one) would likely break an instant after creating it. The SATA Controller is not related to the chipset on the board, although some controllers would require certain chipsets. You can have 2 boards with the same chipset but with two different SATA controllers. The SATA controller would manage both the SATA and PATA devices. Changing a setting in the Intel RAID BIOS will not automatically change any setting in the motherboard BIOS. If you set the drives to NON-RAID, the BIOS will probably be set for RAID. You can go and change this to IDE or AHCI (if you have those options) but Windows will still have the RAID driver in the OS.
  18. Oooo a pic i can use for a signature elsewhere...
  19. I think this might also disable auto-changing wallpaper if you have that option enabled.
  20. When you make a post or a reply, below the text box, There is an attachments section. It tells you what the maximum file size you can use and how much space you are alloted. MSFN should not be used to remotely host pictures, as you can use Photobucket, Flickr, Imageshack or other websites designed to handle that kind of bandwidth.
  21. Just like I said before. You're competing with over 100 million oher blogs (many of which are tech-oriented; and a new one is created every half-second or so) so your site is mostly lost in a sea of other blogs. You're also competing with dozens of well established "techy" sites (anandtech, gizmodo, engadget, etc) that have strong financial backing and a large full-time staff (and contacts with manufacturers, etc), and news aggregators too (reddit, digg, slashdot, etc). Good luck. And yes, this is exactly why I don't have a site. You should make a website about Coffee. I imagine much less competition!
  22. Because some discussion was in PM, I'd like to add that the website uses a cBox embedded chat interface.
  23. I used to use UltraEdit back then too. It was a fairly good text editor and pretty good hex editor -- a hard to beat combo. But they screwed up a lot of things in the latest versions IMO, even in the hex editing department (searching for unicode strings is now a real PITA; also it even defaults to a "hex" search in text files...). I'm less and less impressed with every new release of UltraEdit that comes out. It does a lot of things but none of them particularly well, and in most cases there's better alternatives, and often for free (e.g. notepad++ for text, winmerge for comparing/merging, etc). I've made the switch to Notepad++ a while ago as my main text editor and never looked back. I remember trying the demo of one of the newer versions of UltraEdit and I didn't like it. I originally started using UltraEdit for CSS back when I used Dreamweaver 2, since DW2 would crash if you tried to edit a CSS file in it. Actually, even CS4 can crash with a CSS file. I still use an old version. I suppose some day, if I need more power, I'll look at Notepad++.
  24. I tried this once but found it easier to do it with Flash or an HTA.
  25. Post the exact error message. No one can help you with your original question.
×
×
  • Create New...