Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. I have re edit the script to this Save as SortIcons.VBS No all you have to do is add it to the RunOnceEx.cmd I have included a sfx file with the above script in it so the RunonceEx.cmd should look like this
  2. You need a partition or harddrive that has 6 to 8 gigs of free space to install Vista.
  3. Here is a example of a batch file Save as Hello.cmd
  4. What method are you using [GUIRunOnce] or the RunOnceEx method.
  5. I do not know if this will help but this adds a DVD drive to a virtual machine. I can not test this because I do not use Virtual Machines for installs Save as Add_DVD_VMachine.VBS Blue text is the name for the type of OS change to suit your needs. This script searches for a Virtual Network Save As Search_ForNetwork_VM.VBS I have added a SFX file with a bunch of VBS scripts for Virtual Machine there might be some thing in there that can help. It will extract to here %systemdrive%\VirtualMachineScripts Then it will open the folder where the script are.
  6. You have to be in the beta to get that.
  7. Here is a vbs script that will taskkill the window is hidden. Save As Tkill.VBS Red text is where you place the app name
  8. Here use this VBS script if you have XP SP2 and all the updates installed. This is so you can use the most current shell32.dll as it get replaced by some of the updates. Save as CopyShell32.VBS
  9. If you are on XP with SP 2 and all the updates. 1:\ Copy from here %systemdrive%\Windows\System32\Shell32.dll to a folder Example %Systemdrive%\Shell Then you can use Resource Hacker to mod that file.
  10. You Could try this MakeCab
  11. You would have to hack Shell32.dll to add your own icons to it.
  12. Your wrong, here is a quote from the newsgroups
  13. 1:\ You need a modified Uxtheme.dll then you can use 3rd part themes. 2:\ You need to make a theme file to use. Example My Theme For My McBlue.theme 3:\ Then you need a line in you Winnt.sif I have included a Uxtheme.dll with this post.
  14. Yes it a copy that only TAP members should have. You have found out out why it was not release as a CTP for us Beta testers. This build was to buggy for that.
  15. Here is a VBS script that removes IE from the quicklaunch and then deletes it self. Save As DelIE_QLaunch.vbs
  16. Yes all you have to do is read this tutorial I made on how to do it. Change Start Menu
  17. Here is a HTA that uses a VBS script to reboot the computer. Save As ReBoot.Hta Notes
  18. Your welcome and if you need help just message me
  19. I took out that space I did not know if it was needed. Just add it to the array with the space at the end. This has the space added to the end. MyFile = Array("C:\install\disk0.txt","C:\install\disk1.txt","select volume ")
  20. Here is the 3VBS scripts as one VBS script try this and see if it works still
  21. Here is a VBS script that checks for the CD letter then copy the file to the new location This color is the CD file that you must file in This color text is the location to where you copy to, you must fill it in Save As Copy.VBS
  22. I made that script on Vista and it worked but on XP it will not changed the drive letter. I will try and re-edit so it works on XP later.
  23. Here is a VBS script that search for CD and checks if It a RW then it alllow you to change the drive letter.
  24. That what the top script does it looks for the RW in the SearchString = objItem.Caption MyPos = Instr(1, SearchString, "RW")
  25. I like the window firewall it has not let me down yet.
×
×
  • Create New...