Content Type
Profiles
Forums
Events
Everything posted by gunsmokingman
-
What Anti-Virus do you Use/Recommend?
gunsmokingman replied to DigeratiPrime's topic in Malware Prevention and Security
Now a a statement like that is making a assumtion, I do think about what I am saying. Me I do not use Nlite, I prefer to do things by hand, it makes for a better learning experience. Example if I had used Nlite, I would of not learned how to script in these languages, CMD, VBS, JS, HTML and Vb.net. Now I understand that you are trying to quantify the best anti virus out and that find, but the thread reads What Anti-Virus do you Use/Recommend and not What the best Anti Virus When you have finish testing all the listed AV then maybe a new thread with all the results would be better. -
Man that took guts to do that to the plane.
-
What Anti-Virus do you Use/Recommend?
gunsmokingman replied to DigeratiPrime's topic in Malware Prevention and Security
I did not mention nothing, all I said was and I did not mention no other AV, being dislexic can you point out where I said any thing like that. I assume nothing you have made all the assumtions. Rember the more prettier a app is the more resources it will use, any coder will tell you that. -
What Anti-Virus do you Use/Recommend?
gunsmokingman replied to DigeratiPrime's topic in Malware Prevention and Security
AVG's GUI could be better, and if an anti-virus didn't automatically update, I doubt many would use it. Truthfully the GUI does not matter, I would rather have some thing that works well and look crappy, then some thing that looks great and runs crappy. -
What Anti-Virus do you Use/Recommend?
gunsmokingman replied to DigeratiPrime's topic in Malware Prevention and Security
I use AVG free I like it, it automatic update works well, I have not caught any viruses with this. -
Try This The One after ),1 will open the window in it default size, other numbers to try are as follows Zero = hides the window Two = start the window in the taskbar The true means it will wait for it to finish running what ever you put in there If you put false or leave it blank then then it will run and not wait for whatever you put in the ("PATH_AND_NAME_TO_THE_CMD_OR_FILE_TO_RUN")
-
I only know a littte about Js Script, I play around with it. The advantage of JS script over VBS script is that it can run on a web page. The changes 1:\ Added a drop down menu called Windows Tools, this has a TD class that act like a button that start the JS script, I may add some more stuff to this menu. 2:\ Added some more Computer Information, where the Windows directory is and Windows Serial Number 3:\ Added the Ram WMI stuff you posted 4:\ Starting to clean up the code for the HTA. SystemReport_V3 with drop menu open, when it close you only see the text Windows Tools When I have all the WMI information completed I will add the to the HTA, what ever else was in your original script. SystemReport_V3, re edit with changes that Yzöwl pointed out. Yzöwl these where never in the script <TR> and </TR> Updated HTA SFX SystemReport_V3
-
Thanks Yzöwl, I like what you did. Since I am dislexic I find it easier for me to read things as a whole line, when it display the way you have it, I get lost. Example If I am looking at line 10 and it goes to line 15 the object, I may be reading line 21 as line 15. I used to try and do it the way you have it but it cause me to get a lot of errors. So to me I find what you coded hard to read.
-
I do have the total ram in the script I will add the 1 script you have posted to the hta. I will be adding the second one as I am not sure what the heck the first reports You should also look at Microsoft for a thing called the WMI Code Creator, that what I when using the WMI class. Here is a edit of the code you posted.
-
Thanks I was thinking of some thing like this to add to the HTA Save As TestListProcess.hta Yzöwl these where never in the script <TR> and </TR> I did this in under a hour and made it only so it would work, I have now edit it to remove redundant stuff. I have 117 lines for the whole script, including comments and spaces. In VBS : that like a new line, and since none my lines exceed 120 to the right this a acceptable practice. Space this out so you could see what missing the green does not show with out the spaces It missing & # 160 ; between the <TD> </TD>
-
Well I made some small changes 1:\ Partition information I have it report the free space as a percetage 2:\ Add more text that displays the user name that is running the script. Cluberti or RoqueSpear I need some help in making a error control if the computer does not exist on the network, if you guys have the time could you try and script it I am having problem with that part? I am weak on the network stuff, I have only 2 computer that are not networked or connected to each other, so there is no way for me to test for stuff like that. Updated HTA SFX SystemReport_V3
-
I have made some changes, this is now a HTA that runs the script, as the script is running it displays what WMI class is being added to the HTA that the script produces. I have also change the final HTA name to the computer thatit being run on. I hope you like this version. Save As SystemReport_V1.hta Updated HTA SFX SystemReport_V3
-
I am not sure how scripts run in virtual pc this may be causing a error I can not say for sure on this. This is the line causing the problem, I am working on using the WMI Class to list the updates. Dim SeekR : Set SeekR = SeekUp.Search("Type='Software'") I use a program called Vbsedit to write my scripts, Version 3.3 this is a evaluation version and it not bad but when you debug it it has a delay to it before it runs. I use the 3.0 version as the debug has no delay, in the evaluation version.