Jump to content

--=ddSHADOW=--

Member
  • Posts

    211
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Slovenia

Everything posted by --=ddSHADOW=--

  1. dont know if this was posted i had a bug in Run explorer from icon my computer before ;Run explorer from icon my computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\Command] @="explorer.exe /e,/n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" now ;Run explorer from icon my computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell] @="Explorer" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\Command] @="explorer.exe /e,/n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" Sorry for spamming if that was fixed before
  2. Many people that i know have problems when installing new version of Mozzila Firefox over the old version, forget to backup their bookmarks, so here is one little program that i make with autoit. It reads your profiles.ini in your %userprofile% and makes copys of your bookmarks.html to c:\-=Mozzila Firefox backup=-\ with all subfolders of any profiles you have. I know theres a program to backup your profile but not many people use or know for that program. Firefox_bookmarks_backup.au3
  3. there is ana autoit script for nod32 admin and nod32 trial install in autoit section.
  4. i use the old method of install via autoit plus i use one visual settings reg like: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\****\**** NFO Viewer] "Language"=dword:00000409 "CheckDefaultViewer"=dword:00000001 [HKEY_CURRENT_USER\Software\****\**** NFO Viewer\NFO] "FontName"="[built-in] Terminal" "FontData"=hex:8f,00,00,01 "Window"=dword:00000023 "BackgroundColor"=hex:00,00,00,00 "TextColor"=hex:f5,f5,f5,00 "HyperLinkColor"=hex:80,80,80,00 "HyperLinkHoverColor"=hex:0a,24,6a,00 "Text"=dword:00000400
  5. My pack 1.Winrar 2.Burstcopy 2.Winamp 3.MSN + PLUS 4.UltraEdit 5.NOD32 6.ffdshow + AC3 7.Mozilla Firefox 8.FlashGet 9.IncrediMail 10.Nero 11.Microsoft.NET_Framework 12. Sun Java 13. Lavasoft Ad-aware 14. ACDSee 2.41 15.AdobeReader 16.Alcohol_120 17. Quick + Real player Alternative 18.CCleaner 19.FlashFXP 20.DFX finnaly all via autoit
  6. [b][color="#3333FF"] FlashGet 1.71[/color][/b] Functions: U can change folder to install, start menu program folder. Enable or disable FlashGet shareurl service. [color="#FF0000"]Google Toolbar disabled during windows install.[/color] Registration is imported via register.reg file enter your registration info into the register.reg NICE DOWNLOAD STATS
  7. I just use Example importing file.reg #include <Process.au3> _RunDos("reg import file.reg") for removing the keys use the long way it works perfect Example removing autostart of MSN RegDelete("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MsnMsgr") The 1. method for removing .reg contains: Windows Registry Editor Version 5.00 ;Disable MSN [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "MsnMsgr"=- dosent work durring install of windows
  8. 1. install folder is created on you %systemdrive% where your windows folder is present 2. cmdlines.txt , RunOnceEx.cmd and regtweaks.reg needs to be in $OEM$ folder Example: For more info just go to http://unattended.msfn.org/index.htm
  9. Important is that you have version 5.1 i dont care for minor fixes etc. I just like that the 5.1 system is supported. P.S. Tnx Alanoll for the latest MSI and for all your time.
  10. [b][color="#3333FF"] NOD32 Antivirus System admin version 2.51.8[/color][/b] The original script is from Nologic tnx mate I changed the script to work with admin version and i added new option for updates installation (local backup) My NOD32 folder cointains 2 folders: 1.Setup folder where i extracted the program setup files 2.Updfiles folder > copy directly from your Program Files\ESET\NOD32 folder Change the username and password in script for server autorization, add proxy if you have one and protect your installation with password if needed.
  11. Tested scripts via windows install [color="#3333FF"][b]Your Uninstaller 2006[/b][/color] Change setup file name if needed and replace username and password text with yours. Extract all in same folder. I had some problems with autoit filecopy function so theres a .bat file that makes the same job. [attachment=9681:attachment] [color="#3333FF"][b]Incredimail XE Build 2185 with JunkFilter Plus[/b][/color] Setup only no registration metod included ! ! ! [color="#FF0000"]Updated again to latest version Build 2185: - added some info in script - new way deleting INCREDIMAIL from STARTUP via Autoit (REGEDELETE)[/color] [attachment=9701:attachment] [color="#3333FF"][b]MSN 7.5.0311 with MSN PLUS 3.61[/b][/color] Plus modded with mess.be patch Patched files (msgslang.dll,msnmsgr.exe,psmsong.dll) make sillent commpresed rar or 7zip archive that extracts into "%ProgramFiles%\MSN Messenger\" P.S. i run this script at the end of my program list in runonce. [color="#FF0000"]Updated: - added some info in script - new way deleting MSN from STARTUP via Autoit (REGEDELETE)[/color] [attachment=9697:attachment] For any troubles PM me
  12. @Alanoll Tnx again for the update, you rock
  13. i use bliss.jp_ method in it works like a charm no problems
  14. Using Firefox since i know about it (ver.~0.90) its the best browser for the prise.
  15. Suprb program i use it for my Ofiice now is only 120MB (Word,Excel,Powerpoint and all Tools) great. Needed like 5 hours on my cpu (AMD 1500 at 133Mhz) but it works great.
  16. tnx for this i was looking for msi creator and that is 100% free is ql
  17. use this importing .reg #include <Process.au3> _RunDos("reg import file.reg") running .msi #include <Process.au3> _RunDos("name.msi /switch") P.S. #include <Process.au3> is in autoit inself
  18. I use Process Explorer from www.sysinternals.com and pick explorer.exe and select lower panel (pick handles) its the same thing.
  19. just use autoit script its simple way
  20. DFX 7.500 tested For Windows Media Player (au3.au3) and for Winamp (au3winamp.au3)
  21. on it i use dfx for winamp but its the same installer
×
×
  • Create New...