Jump to content

pcjames

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About pcjames

  • Birthday 10/05/1959

Contact Methods

  • AIM
    jamespchelp
  • MSN
    its_me_jamesm@msn.com
  • Website URL
    http://http:\\www.colputers.com
  • Yahoo
    jsmbubba

pcjames's Achievements

0

Reputation

  1. @ cluberti it's working now! Should of gave it a few mins... Thanks for the info!
  2. I got this message when I tried that link: Microsoft VBScript runtime error '800a0046' Permission denied /inc/_header.asp, line 22
  3. Hi All! Comodo Internet Security 32-Bit & Comodo Firewall Only 32-Bit for XP & Vista can be found Here 64-Bit - Coming as soon as I get my hands on some 64-Bit machines. Enjoy All!
  4. Well I've got these figured out, Thanks to Authenticity over at the Autoit forums. I can use my script from the 1st post but there's a problem for example dfrgui.lnk will show the link as dfrgui.lnk, just haven't had time yet to figure out how to change the name. Here's the list of shortcuts that I found so far - will update if I find anymore like this. Connect to a Network Projector = NetworkProjection.lnk Disk Defragmenter = dfrgui.lnk Windows Easy Transfer = migwiz.lnk Windows Meeting Space = Windows Collaboration.lnk Windows Media Center = Media Center.lnk Windows Sidebar = Sidebar.lnk
  5. I'm trying to make a autoit script to cleanup shortcuts on the start menu, I have no problems with most shortcuts but there are some I can't get to move. I have UAC turned off and have checked this on 9 vista machines and get the same results on all of them. Here's my list of shortcuts I can not get to move: Connect to a Network Projector.lnk Disk Defragmenter.lnk Windows Easy Transfer.lnk Windows Meeting Space.lnk Windows Media Center.lnk FileMove(@ProgramsDir & "\Windows Media Center.lnk", @ProgramsDir & "\Audio-Data-Video\Media Players\Windows Media Center\", 9) FileMove(@ProgramsCommonDir & "\Windows Media Center.lnk", @ProgramsCommonDir & "\Audio-Data-Video\Media Players\Windows Media Center\", 9) Thanks in advance for any help!
  6. Updated! 1. Fixed activation problem for WinXP CIS... Thanks Viper! 2. Vista seems to take longer to install and even with UAC turned off you get a "Allow Install", so in that case I created seprate scripts for Vista. 3. While I was at it I created scripts for "Comodo Firewall ONLY" for both XP & Vista. Future Plans - Will add 64-Bit versions as soon as I get my hands a hold of some 64-Bit machines.
  7. Hey Viper, I was just now doing a fresh install on a Vista machine and noticed the same problem you're having, while the current script works fine if you've ever installed Comodo before but on a fresh install it doesn't work. I've wrote and tested this on Virtual Machine and I guess I forgot about the activation part I'm doing another fresh install on the Vista machine just to work out this problem and when I'm done I'll post the results.
  8. OK it seems the Quick Launch tweak won't work while logged into a user account but can be added during T13 but of coarse that's not what I'm trying to do... So I've came up with a workaround that suits my needs and that's by using autoit code $hWin = _OpenTaskBarProperties() _ChangeTaskBarProperties($hWin, "GroupSimilarTaskbarButtons", 0) Sleep(500) _ChangeTaskBarProperties($hWin, "ShowQuickLaunch", 1) Func _OpenTaskBarProperties() Local $sWinTitle = "[CLASS:#32770; TITLE:Taskbar and Start Menu Properties]" Local $obj_Shell = ObjCreate("Shell.Application") $obj_Shell.TrayProperties WinWait($sWinTitle) Return WinGetHandle($sWinTitle) EndFunc Func _ChangeTaskBarProperties($hWND, $sProp, $f_Check) Local $sCtrlID ; Set the command string Local $sCmnd = "UnCheck" If $f_Check Then $sCmnd = "Check" ; Pick the button to change Switch $sProp Case "GroupSimilarTaskbarButtons" Local $sCtrlID = "[CLASS:Button; INSTANCE:4]" Case "ShowQuickLaunch" Local $sCtrlID = "[CLASS:Button; INSTANCE:5]" EndSwitch ; Make the change ControlCommand($hWND, "", $sCtrlID, $sCmnd) EndFunc ; Apply changes and close WinActivate("Taskbar and Start Menu Properties","") ControlClick("Taskbar and Start Menu Properties", "", "[ID:1]", "Left", "1") I'll include this in the next update v0.2 Edit: I forgot to add... this code will also Disable "Group Similar Taskbar Buttons" also it's able to do more so you can use it to fit your needs.
  9. After testing this on another fresh install I have a few problems that I've noticed so far and could use someones help trying to figure these out. 1. This one is displaying :53,00,65,00, etc ; Enable Quick Launch ; Defaults: This Value is present by default - "0c,00,00,00,08,00,00,00,01,00,00,00,00,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4 ,0c,03,00,00,60,0d,00,00,00,00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,1e,00,00,00,00,00,00,00,01,0 0,00,00" RegWrite("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop", "TaskbarWinXP", "REG_BINARY", "0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2 ,22,00,1c,00,0a,01,00,00,1a,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,1 4,02,00,00,00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,bd,01,00,d8,9e, e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,13,01,14,00,1f,0f,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,0 0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,b9,10,80,57,69,6e, 6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45 ,53,00,19,00,31,00,00,00,00,00,c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,0 0,00,c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,50,4c,49,43,7e,31,00, 21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29 ,00,31,00,00,00,00,00,d3,22,32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,5 4,45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,20,4c,61,75,6e,63,68,00, 51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad ,ba,8c,00,00,00,1a,00,00,00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,5 c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,5c,41,70,70,6c,69,63,61,74, 69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72 ,65,72,5c,51,75,69,63,6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,00,0 0,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,4a,00,00,00,01,00,00,00,40,00, 32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72 ,65,72,20,42,72,6f,77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,00,00,0 0,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,63,68,20,4f,75,74,6c,6f,6f,6b,20, 45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00 ,00,2c,00,32,00,51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,66,00,53,4 8,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00, 00,00,00,00,16,00,00,00,00,00,00,00,01,00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9 ,18,b4,37,02,00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,0 0,01,00,00,00")
  10. Viper, change the Sleep(22000) to like Sleep(30000) Depending on how fast your computer is as well as your internet connection will depend on how long you need to make the script sleep.
  11. Hi All, Not really sure if this is the right place to post this for there is no dedicated "AUTOIT" section (wished there was one), but here it goes. This is a collection of Tweaks & Services from all over converted to a Autoit script and since I'm not the brightest cookie in the cookie barrel, I'd like to get some input from all of you msfn members if there are any mistakes and/or Tweaks Services I should add or should not use. I know I can use .reg files and slipstream these into my XP cd but the reason for going with Autoit is that I repair computers for the general public, so I may not install tweaks on some computers and depending on what my customer wants I can have my Autoit scripts already set up to run what I want with one click after XP install. EDIT: I have combined all the tweaks together and added/removed a few and also included services for XP Home. In the Tweaks I've added the default values from a WinXP Home fresh install as well as what options are available for each tweak (if I know it). This is for Windows XP SP3 32 Bit Version: v0.1 Dated: 6-15-2009 WinXP_Services_Tweaks.zip Please be warned... This is a work in progress! Thanks in advanced for any and all input and help!
  12. Hi All! This is my first post, although I've been a member for almost 2 years , I've gotten a lot of great information here from the forums, so I'm posting these Autoit unattended scripts of Comodo Internet Security because I've seen lots of post from people trying to find or wanting silent switches (which I don't believe there are any) and in hopes it might helpful to others and it's also my way to give back to all the folks here on the forums who's post have been so helpful to me. Closest thing to a silent install as your gonna get! Actually I think you can package it (i.e. Inno) and run it as a silent install, although I haven't had the need or the time to look into it. What it does NOT do: Does not install the Comodo SafeSurf, Does not set Ask.com as your default search provider, Does not make Comodo Search your homepage, Does not Scan your system for malware, Does not subscribe to Internet Security Pro, nor will it restart your computer when it's done installing. Please Note: You must have an ACTIVE INTERNET CONNECTION and download Comodo and place the .exe in the same folder as the script is in for this script to be successful. Vista Users: To install you MUST have UAC Turned OFF! Possible Issues: In ALL scripts there are 2 sleep functions, these are needed to (1st one) pause the script to give your computer enough time to install Comodo, (2nd one) pauses the script to give your computer enough time to connect to the internet and activate your Comodo free lifetime license. I have tried to give both pauses enough time to complete these task. If you think the script has stopped working, please give the script enough time to complete, especially Vista users. If in fact the script has stopped, please report where the script stopped at, the OS you have installed and some info about your machine (i.e. CPU speed, memory amount, internet connection type, etc). I have not tested these scripts on slow machines or with dial-up (god help you if you still have dial-up) and if needed I'll increase the sleep time (pause time) in the scripts. Those who think it sleeps (pauses) too long... feel free to adjust it to suit your needs! Comodo Internet Security - Installs Comodo Firewall, Anti-Virus, Defense+ protection and joins the Comodo Threatcast Community. Windows XP 32-Bit - v3.9.95478.509 ComodoInternetSecurity_x32_WinXP.zip Windows Vista 32-Bit - v3.9.95478.509 ComodoInternetSecurity_x32_WinVista.zip Comodo Firewall Only - Installs Comodo Firewall, Defense+ protection and joins the Comodo Threatcast Community. Windows XP 32-Bit - v3.9.95478.509 ComodoFirewall_x32_WinXP.zip Windows Vista 32-Bit - v3.9.95478.509 ComodoFirewall_x32_WinVista.zip Please let me know if you have any problems! If you like the scripts let me know that too! ( keeps me encouraged ) Please feel free to change the scripts any way you see fit... Enjoy All! B)
×
×
  • Create New...