Content Type
Profiles
Forums
Events
Everything posted by gunsmokingman
-
You could also use Stylebuilder to make your own theme or modifiy an existing one. Tgt Soft
-
Here what amazes me people who seemed to be intelligent would make such unintelligent statement. Now since my brother a professional motobike racer he would never used a bike withoutremoving the extra weight. His bike is for only one purpose to race, people may build a computer for one purpose also. I am handicap live on a goverment pension and have 3 kids so where would someone like me find the extra money to afford these upgrades.
-
Since you both seem to want to ignore a simple fact. A car with 100 HP ands it weight is 2000 pounds is only going to go so fast. A car with 100 HP and it weight is 1900 pounds is going to go faster. A computer works the same way the more the CPU has to process the slower it going to seem. Code is alway process one line at a time, to produce the illision of every thing happening at once. To assume that MS configures Windows to run at it peak performance for everyone computer might be correct if we all had the same computer. Since we do not all have the same computer then the settings are only a genaral seting. I will agree that there are some services that should not be touched but if the service is not needed then there is no foul in turning it off. That is up to the individual person to decide if they need that service, and not Tarun or Zxain to decide.
-
VBS Script Errors
gunsmokingman replied to Beta4Me's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
There where to many errors for me to fix it. Plus to use text input boxes to type yes is not a good idea. I have change all those to checkboxes. You will have to uncomment all of this in the hta to make them active, then add the path to the application and it switches for the application. All the window.alerts in the Install() Function can be removed. I only have them there to check that they are working. Here is the hta code Here is the rar file off the above script -
Change this script To this I have included some other Const I have texted this script on my computer and it works. The above script will reboot a computer but to do what you want you would have to add something like this. This script is to read a text file This script is a combination of the 2 above scripts. Note this is only a guess and I cannot test this script All you would have to is schedule this to run from one computer acrooss the network. Here is a Link to some wmi scripts. On the left side there a menu and select WMI Tasks: Scheduled Tasks
-
VBS Parameters
gunsmokingman replied to Mangix's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Your welcome glad I was able to help. -
how can i put control panel in quick launch?
gunsmokingman replied to neoxx's topic in Unattended Windows 2000/XP/2003
Nothing... Quick Launch shortcuts aren't kept in the registry, but in the "%APPDATA%\Microsoft\Internet Explorer\Quick Launch" folder. ??? where is "%APPDATA%\Microsoft\Internet Explorer\Quick Launch" folder. "???? sorry i'm new and i can't understand thank you The path is similar to this To find your path type this in the run box -
VBS Parameters
gunsmokingman replied to Mangix's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Try this -
Some of my tweaks don't apply during installation
gunsmokingman replied to troxy's topic in Unattended Windows 2000/XP/2003
Registry setting at the t-12 are for the HKEY_LOCAL_Machine -
Add this to your script to see if it helps.
-
I missed 2 of these & in One line Change This Change To
-
I have add what you needed to this hta. 1:\ I have added a check for the password length if the password is less the six characters then it will not accept that password. 2:\ Added A Confirm Before Adding Information You will have to edit the VBS script part as I have left it comment out the add user Save As AddUser.hta I have fixed the line that was causing the problem.
-
It only displays that message if all 3 boxes are filled in. Try to get it to work without all 3 boxes filled in. It will pass all the varibles to MakeScript() you have to fill in that part of the script.
-
I made this hta that adds user pass password and groups. The Thread This is what it looks like The Hta Link To Down Load Here is a re edit VBS script for the hta that does what you ask for add it to your HTA
-
This is not a full script but it should help you do what you want.
-
Thank You Yzöwl I have made some cosmetic changes to what you have done I have included the hta in a rar file ChangeComputerInfo.rar
-
VBS script to delete a folder and everything in it. 1:\ Gets the Path From This Loc = Fso.GetParentFolderName(WScript.ScriptFullName) This provides the path to where the script is ran from. 2:\ Add The Loc to this varible Dir = "\Place Path Here" 3:\ Deletes this folder and it contents Fso.DeleteFolder(Loc & Dir) 4:\ Deletes the VBS script Fso.DeleteFile(WScript.ScriptFullName)
-
Try this VBS script Place the script in the folder that has the updates that you want to intergrate Save As IntergrateKB.vbs
-
VBS Drop then Copy
gunsmokingman replied to gunsmokingman's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Could you try this script as I have no network to test this on. Just replace this ("127.0.0.1","5.9.5.5","25.29.125.325") these with the correct addresses of the computers you want to copy to. Save As PingComputer.vbs -
VBS Drop then Copy
gunsmokingman replied to gunsmokingman's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
This will copy the file to 3 new folders on %SystemDrive% This one copies to 3 different drives