Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. Try this it for changing the info with out rebooting, this is a HTA with vbs script in it.ChangeUserInfo Try this it does the same but it is a Vbnet project I am playing around with, you need Net Framework 2 for it to work. My App
  2. I thought OU ment Outlook Express, but the script is ment to run against any computer on the network. Here a script the will Enumerate all object in a OUChange the red text to suit your needs Or use this link The Hey, Scripting Guy! Archive: Active Directory and find a script that matches your need
  3. Yes it possible to do that threw a VBS script. Go to this link, Hey Script Guys Text Files Scripts this has a lot of scripts that deal with text files.
  4. Try this VBS script it checks to see if the installer service is started if not then it turns it on. Save As ChkMsiService.vbs, or use the attached SFX file to run the script.
  5. I just tested this theme and had no sound events, I removed all the sound events from the first post.
  6. You have to us Instr to match the string. Example This Looks for the letters RW This is the line that it checks for the RW MyPos = Instr(1, SearchString, "RW") This is what you posted, plus I added 2 more spots to check for Then using Instr I have it popup each part of the array contents Sorry about the length of the script I made it that way for you to use as a template.
  7. Use this link Evaluating Microsoft Visual Studio 2005 to download the trail editions and make your app as this is a standard template that you can make to suit your needs.
  8. Nice work I use sort of the same thing but I add a extra zone to my Internet Explorer Security Tab, this has a bunch of block addresses in it. All The Block sites apply to all users on this computer.
  9. This the theme file I use to when installing XP This color text is the path to the MsStyle This color text is the sound events, you can see there are blank spots, so there is no sound for that event. I have these in a sfx file that get run at the 12 minute mark during the install that places all my custom msstyles in Path=%WinDir%resources\Themes\
  10. This is just a guess but i believe you have the quote wrong Yours Try This Instead
  11. It the driver kit from, MS
  12. This is the Componet Section I Use In my Winnt.sif I have not had any problems using this.
  13. Here is a VBS script that will mimimize all open windows. Save As Min_Windows.vbs
  14. Here try this VBS script. It uses a WMI querry to search for MP3 and WMA file types. This has a list of about 20 songs that do not get added to the HTA that this makes. I have included a sfx file of the above script, it also has the same script but without the excluded file list. These files will be deleted if they are on %Systemdrive% so extract them to your desktop.
  15. It Explorer.exe icon group 100 is the MyComputer Icon
  16. Try this VBS script it will start the exe in Low These are for setting it level Const Low = 64, Below_Normal = 16384 This sets the path to the Program Files PROGRAM_FILES = &H26& This is the varible with your path and exe FldrPath = FolderItem.Path & "\Maxthon\Maxthon.exe" Save the above script as Lower_Maxthon.vbs Then for the target If you cannnot start target with a vbs script Save this as Start_Maxthon.cmd Now Place In The Target
  17. Have You put quotes around the path
  18. Try this VBS script it should help. Save As ListCpuProperties.vbs
  19. Here is a VBS script that uses the send key method that i made. Save As SendKey_Notepad.Vbs
  20. Vb.net need to be installed Updated Application Source Code
  21. First you cannot dim Run as that is a function of Act Second I used The varible %ProgramFiles% Third I add Chr(34) to the star and end this helps with spaces in the name Fourth you are missing %SystemDrive -> this % from you script Below is the code with a check to see if it there
  22. Here is a HTA that list the running processes and give the option to task kill any process. This was done fast but it works, send me a list of processes you would like to kill, and I will add the button for it.
×
×
  • Create New...