<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.autoitscript.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pincopanco</id>
	<title>AutoIt Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.autoitscript.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pincopanco"/>
	<link rel="alternate" type="text/html" href="https://www.autoitscript.com/wiki/Special:Contributions/Pincopanco"/>
	<updated>2026-04-19T06:18:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.autoitscript.com/w/index.php?title=User_Defined_Functions&amp;diff=12579</id>
		<title>User Defined Functions</title>
		<link rel="alternate" type="text/html" href="https://www.autoitscript.com/w/index.php?title=User_Defined_Functions&amp;diff=12579"/>
		<updated>2014-07-20T07:26:27Z</updated>

		<summary type="html">&lt;p&gt;Pincopanco: /* Internet protocol suite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a listing of libraries of &#039;&#039;&#039;user defined functions&#039;&#039;&#039; (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer.&lt;br /&gt;
&lt;br /&gt;
== Automation ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=87956 Java UDF] - Creates an access bridge between your application and a Java application. Allowing you to automate some Java applications.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=86574 SAP] - SAP business management automation.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=149540 SAPWizard] - SAPWizard.UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=91018 WiFi] - Low level control over your wireless LAN &lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=106163 Active Directory] - Extensive library to control and manipulate the Windows active directory. Link to the [[Active_Directory_UDF_-_General|documentation]] pages. &lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=28436 Windows Events] - Create your own Windows events.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=80201 Service] - Build your own service with AutoIt code.&lt;br /&gt;
&lt;br /&gt;
===Browsers===&lt;br /&gt;
* Internet Explorer - Everything about Internet explorer can be automated with the IE library supplied with a standard AutoIt install.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=95595 Firefox] - A little less support for automation than IE, but still very good.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=61090 Opera] - The same as above for Opera. Automate the most common tasks in Opera with the Opera UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=154439 Chrome] - The same as above for Google Chrome. Automate the most common tasks in Chrome with the Chrome UDF.&lt;br /&gt;
&lt;br /&gt;
===Microsoft Office Automation===&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=32144 Microsoft Office Access] - Automation of Access.&lt;br /&gt;
* Microsoft Office Excel - A way to automate Office Excel is included with AutoIt. Link to the [[Excel_UDF|documentation]] pages.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=135312 Microsoft Office Excel Charts] - Creating charts using Excel.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=126305 Microsoft Office Outlook] - Extended Outlook UDF. Link to the [[OutlookEX_UDF_-_General|documentation]] pages.&lt;br /&gt;
* Microsoft Office Word UDF - A way to automate Office Word is included with AutoIt. Link to the [[Word_UDF|documentation]] pages.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* [[CommAPI]] - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL&#039;s (using Windows API calls)&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=128546 Serial Port/COM] - Serial Port /COM Port UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=68866 Webcam UDF] - Webcam UDF made by LIMITER.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=70857 Webcam UDF] - Webcam UDF made by ludocus.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=27755 SMARTDRIVE] - SMART drive Analysis.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=97487 DirectShow] - DirectShow UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=154350 Monitor Configuration] - Monitor Configuration UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=20121 Screen Resolution] - Screen Resolution Changing UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=77731 Device Management] - Device Management API&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=155469 Mouse_UDF] - AutoIt powered mouse events&lt;br /&gt;
&lt;br /&gt;
== Information gathering ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=29404 Computer information] - A general purpose library to get various details about a Windows machine.&lt;br /&gt;
&lt;br /&gt;
== Databases and web connections ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=17099 SQLite] - &amp;quot;SQLite is a library that implements a self-contained, embeddable, zero-configuration SQL database engine&amp;quot;&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=19848 XML DOM Wrapper] - Supports CRUD operations on XML. Including XSL and XPath.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=20814 MySQL] - MySQL relational database management system UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=85617 MySQL] - MySQL UDFs (without ODBC).&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=145142 DBF] - dBase database read and write with DLL.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=116072 EzMySql] - EzMySql UDF - Use MySql Databases with autoit.&lt;br /&gt;
&lt;br /&gt;
== Internet protocol suite ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=84133 WinHTTP] - Enables scripts to access the HTTP protocol for creating GET and POST requests and submitting them with conforming standards, cookies not supported.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=77503 WinInet] - Enables scripts to access standard Internet protocols, such as FTP, Gopher and HTTP. Also supports creating GET and POST requests and submitting them with conforming standards, cookies supported.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=22838 POP3] - POP3 library for retrieving email messages. Not compatible with Gmail because it uses SSL.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=64051 POP3 SSL] - A POP3 library that&#039;s compatible with Gmail. It uses an external executable that must be supplied with your script.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=43515 IRC] - A lightweight library for communicating with IRC servers.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=138095 SFTP] - UDF to support SFTP protocol using PSFTP.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=104150 JSON] - RFC4627 compliant JSON encode/decode&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=148114 JSON] - JSMN - A Non-Strict JSON UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=137456 cURL] - cURL UDF - a UDF for transferring data with URL syntax&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=81687 SNMP UDF] - SNMP_UDF for SNMPv1 and SNMPv2c&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=70759 SNMP - MIB protocol] (Reading toner status from SNMP device with WMI).&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=43515 IRC] IRC UDF made by Chip&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=159285 IRC] IRC UDF - Updated Version of Chips&#039; IRC UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=57022 UPnP Protocol]  - UPnP : Read and Control your devices in side out.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=154530 Prowl]  - Prowl UDF.&lt;br /&gt;
&lt;br /&gt;
== Data compression ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=116565 zip] - Create ZIP files and unpack ZIP files.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=85094 7z, zip, gzip, bzip2, tar] - More extensive library than the one above. Uses a external DLL that must be provided with the script.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=161847 XZip] - UDF for &amp;quot;XStandard XZIP Component&amp;quot;.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=73425 ZIP] - ZIP.au3 UDF in pure AutoIt.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=76176 UnRAR] - UnRAR.au3.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=128962 zLib] - zLib (Deflate/Inflate/GZIP) UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=135565 ZIP] - ZIP STRUCTS UDF (from scratch)&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=129529 pZip] - PureZIP_L library UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=44524 Zip plugin] - Zip plugin&lt;br /&gt;
&lt;br /&gt;
== Encryption and hash ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=76976 MD5,SHA1,CRC32,RC4,BASE64,XXTEA] - Several encryption and hash functions.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=78745 AES Rijndael] - Very fast AES UDF. Support ECB/CBC/CFB/OFB block cipher mode.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=107784 TrueCrypt] - TrueCrypt UDFs.&lt;br /&gt;
&lt;br /&gt;
== Media ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=94834 Simple DirectMedia Layer UDF] - Adds support for joysticks, CDs, 2D graphics, timers. See [http://www.libsdl.org/ SDL website] for more information.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=95357 FreeImage library] - Various operations on images, such as rotate, resize, flip.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=51054 Printer controller] - Print text in any font, size and colour at any position on the page, draw lines, curves, elipses, pies in any colour, and print images.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=73993 Printing] - Printing from AutoIt.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=161831 RTF_Printer] - RTF_Printer.au3 - Printing RichEdit in the background.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=89542 OCR] - Tesseract (Screen OCR) UDF.&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=83481 BASS Function Library] - Sound and Music via wrappers for Bass, BassEnc, Bass FX, BassSFX, BassAsio and BassCd DLLs&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=100439 TTS] - Text-to-Speech UDF&lt;br /&gt;
&lt;br /&gt;
===3D graphics===&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=70506 IrrLicht] - A 3D graphics engine suitable for creating games.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=113881 au3Irrlicht2] - Another UDF bringing Irrlicht and au3 together. Historically some kind of a follower of the UDF above, technically with a complete different approach.&lt;br /&gt;
&lt;br /&gt;
== GUI Additions ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=32494 XSkin] - A large library that allows skinning of your GUI and to apply custom skins.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=132864 Uskin] - A library that allows a user to skin their application GUI using the Windows &#039;&#039;.MSstyles&#039;&#039; files.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=20967 Modern tray menu] - Allows the creation of modern, fancy GUI and tray menus with icons.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=71811 SetOnEvent] - Provides an easy way for an event to call functions with parameters.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=119505 GUIFrame] - Divide a GUI into adjustable frames.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=113723 Easy Scrollbars] - Easily create scrollable sections in your GUI&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=105582 GUICtrlOnChangeRegister] - Call a function when an edits content is changed.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=96258 ContextHelp.au3] - Management of context help ([http://www.autoitscript.com/forum/index.php?showtopic=72152-contexthelp/ original])&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=145149 GUIExtender] - Expand and contract sections of your GUI. ([http://www.autoitscript.com/forum/index.php?showtopic=117909 original])&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=109096 ExtMsgBox] - A very customisable replacement for MsgBox&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=108445 Toast] - Small message GUIs which pop out of the Systray&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=144207 GUI Panel UDF] - Manage child GUIs as panel ctrls&lt;br /&gt;
&lt;br /&gt;
=== Controls ===&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=79412 Graph control UDF] - Easily create and show bar chart and line charts.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=105682 GUICtrlCreateFinder] - Allows you to create a window finder control like the one seen in AutoIt Window Info.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=111438 GUIPager] - Create and control native pager controls.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=90598 Hotkey input control] - Hotkeys Input Control UDF Library (Non-native)&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=107965 GUIHotkey] - UDF for using native hotkey controls.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=103904&amp;amp;p=735769 Marquees] - Make tickertape info bars&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=96464 Colorpicker] - Create a button for the user to select a color.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=126958 Syslink] - Provides a convenient way to embed hypertext links in a window&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=74649 Progressbar with GDIplus] - You even can use full textured images&lt;br /&gt;
&lt;br /&gt;
== Maths ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=83091 Primes UDF] - Many functions dealing with prime number generation and calculations.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=83529 Big number UDF] - Make calculations with extremely large numbers that AutoIt normally is not able to support.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=81189 Number base conversion] - From, to and between positive bases less than 63 (decimals supported)&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=106551 Decimal To fraction] - Converts any decimal number to a fraction. Example: 1.2 to 6/5&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=82722 Trigonometry math functions] - _ATan2(), _Cosh(), _Frexp(), _Hypot(), _Ldexp(), _Logb(), _Sinh(), _Tanh()&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=108803 Polynomials] - Functions for using polynomials.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=117156 NumToWord] - Convert numerals to a human readable string.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=98160 Root function] - Working out real roots of numbers.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=102686 Advanced rounding] - Support for different measures of accuracy and 8 ways to resolve tie breaks.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=94770 Roman Numerals] - integer to roman numerals made by Mat.&lt;br /&gt;
* [http://www.autoitscript.com/forum/topic/123398-snippet-dump/page-3#entry1005157 Roman Numerals] - Roman Numerals made by czardas.&lt;br /&gt;
* [http://www.autoitscript.com/forum/topic/94770-integer-to-roman-numerals/#entry1043544 Roman Numerals] - Roman Numerals made by AZJIO.&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=90492 Hotkey.au3] - Management of Hotkeys UDF, with several advantages over HotkeySet().&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=97826 Animated tray icons] - Make animated tray icons easily.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=101733 NoFocusLines] - Remove the dotted focus lines from buttons, sliders, radios and checkboxes which spoil the look of your GUI&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=114034 StringSize] - Automatically size controls to fit the text you want to put in them&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=162033 Spell Checker] - Spell Checker UDF - Hunspell&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=125251 TVExplorer] - TVExplorer UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=162366 BinaryCall] - BinaryCall UDF - Write Subroutines In C, Call In AutoIt&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=161628 LFN] - LFN UDF - overcome MAX_PATH limit of 256 chars&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=81267 Clipboard History/Sotrage] - UDF to save and restore the entire clipboard contents&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=51103 Resources UDF] - Resources UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=162499 ResourcesEx UDF] - ResourcesEx UDF (up to date with the current AutoIt language syntax v3.3.12.0)&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=149176 NotifyIcon UDF] - NotifyIcon UDF (formerly TrayIconEx) - Create, delete and manage self notify icons&lt;br /&gt;
&lt;br /&gt;
== PDF ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=42776 PDFCreator] - Automation of PDFCreator allows you to create and manipulate PDF files.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=160875 Debenu Quick PDF Library] - A collection of functions for Debenu Quick PDF Library.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=118827 MPDF] - Create PDF from your application.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=145158 Firewall] - Windows Firewall UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=158377 UAC] - User Account Control (UAC) UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=83355 Task Sheduler] - Task Scheduler UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=50880 ACL] - Set ACL on windows Objects.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=124508 Startup] - Create Startup entries in the Startup Folder or Registry&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=74118 Local account UDF] - Local account UDF&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=81880 Windows Services UDF] - Windows Services UDF&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=150819 VirusTotal] - VirusTotal API 2.0 UDF.&lt;br /&gt;
[[Category:UDF]]&lt;br /&gt;
&lt;br /&gt;
== Social Media and other Website API ==&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=116600 Twitter] - Twitter UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=70675 iTunes] - iTunes UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=149247 Yahoo Weather] - YWeather UDF - Yahoo Weather API.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=115437 Google Maps] - Google Maps UDF.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=150473 Google API] - JSON queries for Google API.&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=131343 PasteBin] - PasteBin (powered by PasteBin).&lt;br /&gt;
* [http://www.autoitscript.com/forum/index.php?showtopic=150838 PasteBin] - Pastebin UDF.&lt;/div&gt;</summary>
		<author><name>Pincopanco</name></author>
	</entry>
	<entry>
		<id>https://www.autoitscript.com/w/index.php?title=Free_Software&amp;diff=11669</id>
		<title>Free Software</title>
		<link rel="alternate" type="text/html" href="https://www.autoitscript.com/w/index.php?title=Free_Software&amp;diff=11669"/>
		<updated>2013-06-17T09:44:21Z</updated>

		<summary type="html">&lt;p&gt;Pincopanco: /*  Commandline  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To The Free Software Page ~ This page is a place to find useful free software recommended by the AutoIt community&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Archive &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.7-zip.org/  7 Zip] ~ Compression Utility ~ CyberSlug&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Antivirus, Malware &amp;amp; Spyware Programs &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.lavasoft.com/products/ad_aware_free.php Ad-Aware] ~ Antivirus Package ~ /dev/null &lt;br /&gt;
* [http://www.avast.com/index/ Avast] ~ Antivirus Package ~ killaz219&lt;br /&gt;
* [http://www.avira.com/en/avira-free-antivirus  Avira] ~ Antivirus Package ~ MSLx Fanboy&lt;br /&gt;
* [http://free.avg.com/gb-en/homepage AVG Free] ~ Antivirus Package ~ LxP&lt;br /&gt;
* [http://www.trendmicro.co.uk/products/free-tools-and-services/ Hijack This] ~ Threat Removal Tool ~ jefhal EDIT: Should only be used if you know what you are doing. -Draygoes&lt;br /&gt;
* [http://www.microsoft.com/security/pc-security/mse.aspx  Microsoft Security Essentials] ~ Malware/Spyware Tool ~ Valuater &lt;br /&gt;
* [http://www.safer-networking.org/en/index.html Spybot - Search &amp;amp; Destroy] ~ Spyware Removal ~ BigDod &lt;br /&gt;
* [http://www.javacoolsoftware.com/spywareblaster.html  SpywareBlaster] ~ Spyware Tool ~ forger&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Audio &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://audacity.sourceforge.net/  Audacity] ~ Audio Recording &amp;amp; Editing Tool ~ jefhal&lt;br /&gt;
* [http://mp3gain.sourceforge.net/  MP3Gain] ~ Normalize Music Files ~ maqleod &lt;br /&gt;
* [http://www.mp3tag.de/en/index.html  Mp3tag] ~ Mp3 Metadata Editor ~ ning&lt;br /&gt;
* [http://www.synthfont.com/  SynthFont] ~ Midi Editing ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Browsers &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.bookmark-master.com/  Bookmark Master] ~ IE Bookmark Manager ~ MHz&lt;br /&gt;
----&lt;br /&gt;
* [http://www.mozilla.org/en-US/firefox/fx/ Firefox] ~ Web Browser ~ LxP&lt;br /&gt;
* [http://www.maxthon.com/  Maxthon] ~ Web Browser ~ MHz&lt;br /&gt;
* [http://www.opera.com/  Opera] ~ Browser ~ photonbuddy&lt;br /&gt;
* [http://www.slimbrowser.net/en/ Slim Browser] ~ Web Browser ~ jefhal&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; CD &amp;amp; DVD Software &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.daemon-tools.cc/eng/products/dtLite  Daemon Tools Lite] ~ Virtual Disc Emulator ~ CyberSlug&lt;br /&gt;
* [http://www.deepburner.com/?r=products&amp;amp;pr=deepburner&amp;amp;prr=features  DeepBurner ] ~ CD/DVD Burner ~ MSLx Fanboy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Coding &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.autoitscript.com/site/ AutoIt] ~ Scripting Language ~ layer&lt;br /&gt;
* [http://www.jrsoftware.org/isinfo.php  Inno Setup] ~ Program Installer Setup ~ gcriaco&lt;br /&gt;
* [http://notepad-plus-plus.org/  Notepad++] ~ Source Code Editing ~ maqleod&lt;br /&gt;
* [http://www.pspad.com/en/ PSPad] ~ Universal Editor ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Commandline &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://curl.haxx.se/ curl] ~ Commandline Https/Http/Ftp Client ~ /dev/null&lt;br /&gt;
* [http://www.poweradmin.com/paexec PAExec] ~ Launch Remote Windows Apps (PSEXEC &#039;&#039;&#039;Free&#039;&#039;&#039; alternative) ~ Pincopanco&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Document Management &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.libreoffice.org/  LibreOffice] ~ Office Suite ~ Chimaera&lt;br /&gt;
* [http://liquidninja.com/metapad/ Metapad] ~ Notepad alternative ~ LxP &lt;br /&gt;
* [http://www.openoffice.org/  Apache OpenOffice] ~ Office Suite ~ MSLx Fanboy&lt;br /&gt;
* [http://www.vim.org/ Vim] ~ Text Editor ~ /dev/null&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; FTP / Web Servers &amp;amp; Remote &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://httpd.apache.org/  Apache] ~ Web Server ~ maqleod&lt;br /&gt;
* [http://filezilla-project.org/  Filezilla] ~ FTP Client &amp;amp; Server ~ MHz&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty] ~ SSP client ~ /dev/null&lt;br /&gt;
* [http://www.realvnc.com/  RealVNC] ~ Remote Control Software ~ ning&lt;br /&gt;
* [http://www.teamviewer.com  TeamViewer] ~ Remote Desktop Software (More features than RealVNC and its free!)&lt;br /&gt;
* [http://www.smartftp.com/ SmartFTP] ~ FTP client ~ LxP&lt;br /&gt;
* [http://www.ayera.com/teraterm/ TeraTerm Pro Web] ~ Enhanced Telnet/SSH2 Client ~ /dev/null&lt;br /&gt;
* [http://winscp.net/eng/index.php WinSCP] ~ FTP over SSH ~ LxP&lt;br /&gt;
* [http://www.jtsoft.com.pl/ A-Term] ~ Terminal emulator with API (COM / DLL) ~ mlipok&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Image Editing &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://imageresizer.codeplex.com/  Image Resizer] ~ Image Manipulation ~ maqleod&lt;br /&gt;
* [http://inkscape.org/  Inkscape] ~ Vector Graphics Editor ~ Josbe&lt;br /&gt;
* [http://www.irfanview.com/ IrfanView] ~ Universal image editor ~ LxP&lt;br /&gt;
* [http://picasa.google.co.uk/  Picasa] ~ Photo Editing Tool ~ jefhal&lt;br /&gt;
* [http://www.gimp.org/  The Gimp] ~ Image Editing ~ Blue_Drache &lt;br /&gt;
* [http://www.xnview.com/en/index.html  XnView] ~ Multimedia Convertor ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Internet Messaging &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.miranda-im.org/  Miranda] ~ Multi IM ~ Lazycat&lt;br /&gt;
* [http://www.pidgin.im/ Pidgin] ~ Formerly Gaim ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Mail &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.mozilla.org/en-US/thunderbird/ Thunderbird] ~ Email software ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Maintenance &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.piriform.com/ccleaner  CCleaner] ~ PC Cleanup Tool ~ Valuater&lt;br /&gt;
* [http://www.free-codecs.com/download/K_Lite_Codec_Pack.htm  K-Lite Codec Pack] ~ Codecs ~ maqleod&lt;br /&gt;
* [http://eraser.heidi.ie/  Eraser] ~ Stubborn File Removal ~ maqleod&lt;br /&gt;
* [http://www.steffengerlach.de/freeware/ Scanner] ~ Hard disk usage monitor ~ LxP&lt;br /&gt;
* [http://www.bleepingcomputer.com/files/killbox.php  Pocket Killbox] ~ Stubborn File Removal Tool ~ jefhal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Media Players &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.foobar2000.org/ foobar2000] ~ Advanced audio player~ LxP&lt;br /&gt;
* [http://sourceforge.net/projects/guliverkli/ Media Player Classic] ~ Media player~ LxP &lt;br /&gt;
* [http://mpc-hc.sourceforge.net/ Media Player Classic ( Home Cinema Edition )] ~ HD Video player ~ Chimaera&lt;br /&gt;
* [http://www.winamp.com/ WinAmp] ~ Media player ~ killaz219&lt;br /&gt;
* [http://www.videolan.org/vlc/  VLC ] ~ Media Player ~ MSLx Fanboy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Network &amp;amp; Internet &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://keir.net/neutron.html Neutron] ~ Accurate time ~ LxP&lt;br /&gt;
* [http://www.uvnc.com/index.php UltraVNC] ~ Visual remote computing ~ LxP&lt;br /&gt;
* [http://www.poweradmin.com/paexec PAExec] ~ Launch Remote Windows Apps (PSEXEC &#039;&#039;&#039;Free&#039;&#039;&#039; alternative) ~ Pincopanco&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Passwords &amp;amp; Encryption &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.essentialpim.com/?r=products&amp;amp;pr=essentialpim&amp;amp;prr=features  EssentialPIM] ~ Personal Information Manager ~ Josbe&lt;br /&gt;
* [http://keepass.info/  Keepass] ~ Password Manager ~ /dev/null&lt;br /&gt;
* [http://passwordsafe.sourceforge.net/  Password Safe] ~ Password Management ~ maqleod&lt;br /&gt;
* [http://www.truecrypt.org/  TrueCrypt] ~ Encryption ~ photonbuddy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; PDF &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://get.adobe.com/reader/ Adobe Reader] ~ PDF Reader ~ LxP&lt;br /&gt;
* [http://www.cutepdf.com/Products/CutePDF/writer.asp  Cute PDF] ~ Convert To PDF ~ CyberSlug&lt;br /&gt;
* [http://www.foxitsoftware.com/Secure_PDF_Reader/  Foxit Reader] ~ PDF Reader ~ ReFran&lt;br /&gt;
* [http://www.pdfforge.org/ PDF Creator] ~ PDF writer ~ LxP &lt;br /&gt;
* [http://www.acropdf.com/products.html PDF Speedup] ~ Speed up Adobe ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Privacy * &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;* &#039;&#039;&#039;Using some of the software in this section will prevent normal access to the AutoIt site as proxies are not allowed. Discussions on automating these types of products is not permitted.&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.privoxy.org/ Privoxy] ~ To filter incoming web pages ~ LxP &lt;br /&gt;
* [https://www.torproject.org/index.html Tor] ~ Anonymity software ~ killaz219&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Resource Management &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.angusj.com/resourcehacker/ Resource Hacker] ~ Extract exe resources ~ LxP&lt;br /&gt;
* [http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#new XVI32] ~ Hex Editor ~ /dev/null&lt;br /&gt;
* [http://www.httrack.com/index.php  HTTTrack] ~ Website Copier ~ gcriaco&lt;br /&gt;
* [http://www.cthing.com/Meazure.asp  Meazure] ~ Window Info Tool ~ MHz&lt;br /&gt;
----&lt;br /&gt;
* [http://www.nliteos.com/index.html  nLite] ~ Win XP Deployment Tool ~ beerman&lt;br /&gt;
* [http://www.vlite.net/  vLite] ~ Win Vista Deployment Tool ~ Chimaera&lt;br /&gt;
* [http://www.rt7lite.com/  RT 7 Lite] ~ Win 7 Deployment Tool ~ Chimaera&lt;br /&gt;
* [http://www.2kr2.rt7lite.com/  RT Server Customizer] ~ Win Server 2008 R2 Deployment Tool ~ Chimaera&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Searches and Comparison &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.mythicsoft.com/page.aspx?type=agentransack&amp;amp;page=home  Agent Ransack] ~ File Finder With Regex ~ OldGuyWalking&lt;br /&gt;
* [http://tools.tortoisesvn.net/grepWin.html  grepWin] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
* [http://www.wingrep.com/index.htm  WinGrep] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
* [http://winmerge.org  WinMerge] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Task Scheduling &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.codeproject.com/Articles/5371/ToDoList-6-4-6-An-effective-and-flexible-way-to-ke  ToDoList] ~ Task Scheduler ~ Valik&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Video Editing &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.virtualdub.org/  Virtualdub ] ~ Video Capture / Processing Utility ~ HardCopy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pincopanco</name></author>
	</entry>
	<entry>
		<id>https://www.autoitscript.com/w/index.php?title=Free_Software&amp;diff=11668</id>
		<title>Free Software</title>
		<link rel="alternate" type="text/html" href="https://www.autoitscript.com/w/index.php?title=Free_Software&amp;diff=11668"/>
		<updated>2013-06-17T09:43:32Z</updated>

		<summary type="html">&lt;p&gt;Pincopanco: /*  Network &amp;amp; Internet  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To The Free Software Page ~ This page is a place to find useful free software recommended by the AutoIt community&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Archive &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.7-zip.org/  7 Zip] ~ Compression Utility ~ CyberSlug&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Antivirus, Malware &amp;amp; Spyware Programs &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.lavasoft.com/products/ad_aware_free.php Ad-Aware] ~ Antivirus Package ~ /dev/null &lt;br /&gt;
* [http://www.avast.com/index/ Avast] ~ Antivirus Package ~ killaz219&lt;br /&gt;
* [http://www.avira.com/en/avira-free-antivirus  Avira] ~ Antivirus Package ~ MSLx Fanboy&lt;br /&gt;
* [http://free.avg.com/gb-en/homepage AVG Free] ~ Antivirus Package ~ LxP&lt;br /&gt;
* [http://www.trendmicro.co.uk/products/free-tools-and-services/ Hijack This] ~ Threat Removal Tool ~ jefhal EDIT: Should only be used if you know what you are doing. -Draygoes&lt;br /&gt;
* [http://www.microsoft.com/security/pc-security/mse.aspx  Microsoft Security Essentials] ~ Malware/Spyware Tool ~ Valuater &lt;br /&gt;
* [http://www.safer-networking.org/en/index.html Spybot - Search &amp;amp; Destroy] ~ Spyware Removal ~ BigDod &lt;br /&gt;
* [http://www.javacoolsoftware.com/spywareblaster.html  SpywareBlaster] ~ Spyware Tool ~ forger&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Audio &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://audacity.sourceforge.net/  Audacity] ~ Audio Recording &amp;amp; Editing Tool ~ jefhal&lt;br /&gt;
* [http://mp3gain.sourceforge.net/  MP3Gain] ~ Normalize Music Files ~ maqleod &lt;br /&gt;
* [http://www.mp3tag.de/en/index.html  Mp3tag] ~ Mp3 Metadata Editor ~ ning&lt;br /&gt;
* [http://www.synthfont.com/  SynthFont] ~ Midi Editing ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Browsers &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.bookmark-master.com/  Bookmark Master] ~ IE Bookmark Manager ~ MHz&lt;br /&gt;
----&lt;br /&gt;
* [http://www.mozilla.org/en-US/firefox/fx/ Firefox] ~ Web Browser ~ LxP&lt;br /&gt;
* [http://www.maxthon.com/  Maxthon] ~ Web Browser ~ MHz&lt;br /&gt;
* [http://www.opera.com/  Opera] ~ Browser ~ photonbuddy&lt;br /&gt;
* [http://www.slimbrowser.net/en/ Slim Browser] ~ Web Browser ~ jefhal&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; CD &amp;amp; DVD Software &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.daemon-tools.cc/eng/products/dtLite  Daemon Tools Lite] ~ Virtual Disc Emulator ~ CyberSlug&lt;br /&gt;
* [http://www.deepburner.com/?r=products&amp;amp;pr=deepburner&amp;amp;prr=features  DeepBurner ] ~ CD/DVD Burner ~ MSLx Fanboy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Coding &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.autoitscript.com/site/ AutoIt] ~ Scripting Language ~ layer&lt;br /&gt;
* [http://www.jrsoftware.org/isinfo.php  Inno Setup] ~ Program Installer Setup ~ gcriaco&lt;br /&gt;
* [http://notepad-plus-plus.org/  Notepad++] ~ Source Code Editing ~ maqleod&lt;br /&gt;
* [http://www.pspad.com/en/ PSPad] ~ Universal Editor ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Commandline &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://curl.haxx.se/ curl] ~ Commandline Https/Http/Ftp Client ~ /dev/null&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Document Management &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.libreoffice.org/  LibreOffice] ~ Office Suite ~ Chimaera&lt;br /&gt;
* [http://liquidninja.com/metapad/ Metapad] ~ Notepad alternative ~ LxP &lt;br /&gt;
* [http://www.openoffice.org/  Apache OpenOffice] ~ Office Suite ~ MSLx Fanboy&lt;br /&gt;
* [http://www.vim.org/ Vim] ~ Text Editor ~ /dev/null&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; FTP / Web Servers &amp;amp; Remote &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://httpd.apache.org/  Apache] ~ Web Server ~ maqleod&lt;br /&gt;
* [http://filezilla-project.org/  Filezilla] ~ FTP Client &amp;amp; Server ~ MHz&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty] ~ SSP client ~ /dev/null&lt;br /&gt;
* [http://www.realvnc.com/  RealVNC] ~ Remote Control Software ~ ning&lt;br /&gt;
* [http://www.teamviewer.com  TeamViewer] ~ Remote Desktop Software (More features than RealVNC and its free!)&lt;br /&gt;
* [http://www.smartftp.com/ SmartFTP] ~ FTP client ~ LxP&lt;br /&gt;
* [http://www.ayera.com/teraterm/ TeraTerm Pro Web] ~ Enhanced Telnet/SSH2 Client ~ /dev/null&lt;br /&gt;
* [http://winscp.net/eng/index.php WinSCP] ~ FTP over SSH ~ LxP&lt;br /&gt;
* [http://www.jtsoft.com.pl/ A-Term] ~ Terminal emulator with API (COM / DLL) ~ mlipok&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Image Editing &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://imageresizer.codeplex.com/  Image Resizer] ~ Image Manipulation ~ maqleod&lt;br /&gt;
* [http://inkscape.org/  Inkscape] ~ Vector Graphics Editor ~ Josbe&lt;br /&gt;
* [http://www.irfanview.com/ IrfanView] ~ Universal image editor ~ LxP&lt;br /&gt;
* [http://picasa.google.co.uk/  Picasa] ~ Photo Editing Tool ~ jefhal&lt;br /&gt;
* [http://www.gimp.org/  The Gimp] ~ Image Editing ~ Blue_Drache &lt;br /&gt;
* [http://www.xnview.com/en/index.html  XnView] ~ Multimedia Convertor ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Internet Messaging &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.miranda-im.org/  Miranda] ~ Multi IM ~ Lazycat&lt;br /&gt;
* [http://www.pidgin.im/ Pidgin] ~ Formerly Gaim ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Mail &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.mozilla.org/en-US/thunderbird/ Thunderbird] ~ Email software ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Maintenance &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.piriform.com/ccleaner  CCleaner] ~ PC Cleanup Tool ~ Valuater&lt;br /&gt;
* [http://www.free-codecs.com/download/K_Lite_Codec_Pack.htm  K-Lite Codec Pack] ~ Codecs ~ maqleod&lt;br /&gt;
* [http://eraser.heidi.ie/  Eraser] ~ Stubborn File Removal ~ maqleod&lt;br /&gt;
* [http://www.steffengerlach.de/freeware/ Scanner] ~ Hard disk usage monitor ~ LxP&lt;br /&gt;
* [http://www.bleepingcomputer.com/files/killbox.php  Pocket Killbox] ~ Stubborn File Removal Tool ~ jefhal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Media Players &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.foobar2000.org/ foobar2000] ~ Advanced audio player~ LxP&lt;br /&gt;
* [http://sourceforge.net/projects/guliverkli/ Media Player Classic] ~ Media player~ LxP &lt;br /&gt;
* [http://mpc-hc.sourceforge.net/ Media Player Classic ( Home Cinema Edition )] ~ HD Video player ~ Chimaera&lt;br /&gt;
* [http://www.winamp.com/ WinAmp] ~ Media player ~ killaz219&lt;br /&gt;
* [http://www.videolan.org/vlc/  VLC ] ~ Media Player ~ MSLx Fanboy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Network &amp;amp; Internet &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://keir.net/neutron.html Neutron] ~ Accurate time ~ LxP&lt;br /&gt;
* [http://www.uvnc.com/index.php UltraVNC] ~ Visual remote computing ~ LxP&lt;br /&gt;
* [http://www.poweradmin.com/paexec PAExec] ~ Launch Remote Windows Apps (PSEXEC &#039;&#039;&#039;Free&#039;&#039;&#039; alternative) ~ Pincopanco&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Passwords &amp;amp; Encryption &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.essentialpim.com/?r=products&amp;amp;pr=essentialpim&amp;amp;prr=features  EssentialPIM] ~ Personal Information Manager ~ Josbe&lt;br /&gt;
* [http://keepass.info/  Keepass] ~ Password Manager ~ /dev/null&lt;br /&gt;
* [http://passwordsafe.sourceforge.net/  Password Safe] ~ Password Management ~ maqleod&lt;br /&gt;
* [http://www.truecrypt.org/  TrueCrypt] ~ Encryption ~ photonbuddy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; PDF &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://get.adobe.com/reader/ Adobe Reader] ~ PDF Reader ~ LxP&lt;br /&gt;
* [http://www.cutepdf.com/Products/CutePDF/writer.asp  Cute PDF] ~ Convert To PDF ~ CyberSlug&lt;br /&gt;
* [http://www.foxitsoftware.com/Secure_PDF_Reader/  Foxit Reader] ~ PDF Reader ~ ReFran&lt;br /&gt;
* [http://www.pdfforge.org/ PDF Creator] ~ PDF writer ~ LxP &lt;br /&gt;
* [http://www.acropdf.com/products.html PDF Speedup] ~ Speed up Adobe ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Privacy * &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;* &#039;&#039;&#039;Using some of the software in this section will prevent normal access to the AutoIt site as proxies are not allowed. Discussions on automating these types of products is not permitted.&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.privoxy.org/ Privoxy] ~ To filter incoming web pages ~ LxP &lt;br /&gt;
* [https://www.torproject.org/index.html Tor] ~ Anonymity software ~ killaz219&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Resource Management &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.angusj.com/resourcehacker/ Resource Hacker] ~ Extract exe resources ~ LxP&lt;br /&gt;
* [http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#new XVI32] ~ Hex Editor ~ /dev/null&lt;br /&gt;
* [http://www.httrack.com/index.php  HTTTrack] ~ Website Copier ~ gcriaco&lt;br /&gt;
* [http://www.cthing.com/Meazure.asp  Meazure] ~ Window Info Tool ~ MHz&lt;br /&gt;
----&lt;br /&gt;
* [http://www.nliteos.com/index.html  nLite] ~ Win XP Deployment Tool ~ beerman&lt;br /&gt;
* [http://www.vlite.net/  vLite] ~ Win Vista Deployment Tool ~ Chimaera&lt;br /&gt;
* [http://www.rt7lite.com/  RT 7 Lite] ~ Win 7 Deployment Tool ~ Chimaera&lt;br /&gt;
* [http://www.2kr2.rt7lite.com/  RT Server Customizer] ~ Win Server 2008 R2 Deployment Tool ~ Chimaera&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Searches and Comparison &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.mythicsoft.com/page.aspx?type=agentransack&amp;amp;page=home  Agent Ransack] ~ File Finder With Regex ~ OldGuyWalking&lt;br /&gt;
* [http://tools.tortoisesvn.net/grepWin.html  grepWin] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
* [http://www.wingrep.com/index.htm  WinGrep] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
* [http://winmerge.org  WinMerge] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Task Scheduling &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.codeproject.com/Articles/5371/ToDoList-6-4-6-An-effective-and-flexible-way-to-ke  ToDoList] ~ Task Scheduler ~ Valik&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Video Editing &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.virtualdub.org/  Virtualdub ] ~ Video Capture / Processing Utility ~ HardCopy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pincopanco</name></author>
	</entry>
	<entry>
		<id>https://www.autoitscript.com/w/index.php?title=Free_Software&amp;diff=11667</id>
		<title>Free Software</title>
		<link rel="alternate" type="text/html" href="https://www.autoitscript.com/w/index.php?title=Free_Software&amp;diff=11667"/>
		<updated>2013-06-17T09:41:15Z</updated>

		<summary type="html">&lt;p&gt;Pincopanco: /*  Network &amp;amp; Internet  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To The Free Software Page ~ This page is a place to find useful free software recommended by the AutoIt community&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Archive &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.7-zip.org/  7 Zip] ~ Compression Utility ~ CyberSlug&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Antivirus, Malware &amp;amp; Spyware Programs &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.lavasoft.com/products/ad_aware_free.php Ad-Aware] ~ Antivirus Package ~ /dev/null &lt;br /&gt;
* [http://www.avast.com/index/ Avast] ~ Antivirus Package ~ killaz219&lt;br /&gt;
* [http://www.avira.com/en/avira-free-antivirus  Avira] ~ Antivirus Package ~ MSLx Fanboy&lt;br /&gt;
* [http://free.avg.com/gb-en/homepage AVG Free] ~ Antivirus Package ~ LxP&lt;br /&gt;
* [http://www.trendmicro.co.uk/products/free-tools-and-services/ Hijack This] ~ Threat Removal Tool ~ jefhal EDIT: Should only be used if you know what you are doing. -Draygoes&lt;br /&gt;
* [http://www.microsoft.com/security/pc-security/mse.aspx  Microsoft Security Essentials] ~ Malware/Spyware Tool ~ Valuater &lt;br /&gt;
* [http://www.safer-networking.org/en/index.html Spybot - Search &amp;amp; Destroy] ~ Spyware Removal ~ BigDod &lt;br /&gt;
* [http://www.javacoolsoftware.com/spywareblaster.html  SpywareBlaster] ~ Spyware Tool ~ forger&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Audio &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://audacity.sourceforge.net/  Audacity] ~ Audio Recording &amp;amp; Editing Tool ~ jefhal&lt;br /&gt;
* [http://mp3gain.sourceforge.net/  MP3Gain] ~ Normalize Music Files ~ maqleod &lt;br /&gt;
* [http://www.mp3tag.de/en/index.html  Mp3tag] ~ Mp3 Metadata Editor ~ ning&lt;br /&gt;
* [http://www.synthfont.com/  SynthFont] ~ Midi Editing ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Browsers &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.bookmark-master.com/  Bookmark Master] ~ IE Bookmark Manager ~ MHz&lt;br /&gt;
----&lt;br /&gt;
* [http://www.mozilla.org/en-US/firefox/fx/ Firefox] ~ Web Browser ~ LxP&lt;br /&gt;
* [http://www.maxthon.com/  Maxthon] ~ Web Browser ~ MHz&lt;br /&gt;
* [http://www.opera.com/  Opera] ~ Browser ~ photonbuddy&lt;br /&gt;
* [http://www.slimbrowser.net/en/ Slim Browser] ~ Web Browser ~ jefhal&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; CD &amp;amp; DVD Software &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.daemon-tools.cc/eng/products/dtLite  Daemon Tools Lite] ~ Virtual Disc Emulator ~ CyberSlug&lt;br /&gt;
* [http://www.deepburner.com/?r=products&amp;amp;pr=deepburner&amp;amp;prr=features  DeepBurner ] ~ CD/DVD Burner ~ MSLx Fanboy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Coding &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.autoitscript.com/site/ AutoIt] ~ Scripting Language ~ layer&lt;br /&gt;
* [http://www.jrsoftware.org/isinfo.php  Inno Setup] ~ Program Installer Setup ~ gcriaco&lt;br /&gt;
* [http://notepad-plus-plus.org/  Notepad++] ~ Source Code Editing ~ maqleod&lt;br /&gt;
* [http://www.pspad.com/en/ PSPad] ~ Universal Editor ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Commandline &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://curl.haxx.se/ curl] ~ Commandline Https/Http/Ftp Client ~ /dev/null&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Document Management &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.libreoffice.org/  LibreOffice] ~ Office Suite ~ Chimaera&lt;br /&gt;
* [http://liquidninja.com/metapad/ Metapad] ~ Notepad alternative ~ LxP &lt;br /&gt;
* [http://www.openoffice.org/  Apache OpenOffice] ~ Office Suite ~ MSLx Fanboy&lt;br /&gt;
* [http://www.vim.org/ Vim] ~ Text Editor ~ /dev/null&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; FTP / Web Servers &amp;amp; Remote &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://httpd.apache.org/  Apache] ~ Web Server ~ maqleod&lt;br /&gt;
* [http://filezilla-project.org/  Filezilla] ~ FTP Client &amp;amp; Server ~ MHz&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty] ~ SSP client ~ /dev/null&lt;br /&gt;
* [http://www.realvnc.com/  RealVNC] ~ Remote Control Software ~ ning&lt;br /&gt;
* [http://www.teamviewer.com  TeamViewer] ~ Remote Desktop Software (More features than RealVNC and its free!)&lt;br /&gt;
* [http://www.smartftp.com/ SmartFTP] ~ FTP client ~ LxP&lt;br /&gt;
* [http://www.ayera.com/teraterm/ TeraTerm Pro Web] ~ Enhanced Telnet/SSH2 Client ~ /dev/null&lt;br /&gt;
* [http://winscp.net/eng/index.php WinSCP] ~ FTP over SSH ~ LxP&lt;br /&gt;
* [http://www.jtsoft.com.pl/ A-Term] ~ Terminal emulator with API (COM / DLL) ~ mlipok&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Image Editing &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://imageresizer.codeplex.com/  Image Resizer] ~ Image Manipulation ~ maqleod&lt;br /&gt;
* [http://inkscape.org/  Inkscape] ~ Vector Graphics Editor ~ Josbe&lt;br /&gt;
* [http://www.irfanview.com/ IrfanView] ~ Universal image editor ~ LxP&lt;br /&gt;
* [http://picasa.google.co.uk/  Picasa] ~ Photo Editing Tool ~ jefhal&lt;br /&gt;
* [http://www.gimp.org/  The Gimp] ~ Image Editing ~ Blue_Drache &lt;br /&gt;
* [http://www.xnview.com/en/index.html  XnView] ~ Multimedia Convertor ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Internet Messaging &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.miranda-im.org/  Miranda] ~ Multi IM ~ Lazycat&lt;br /&gt;
* [http://www.pidgin.im/ Pidgin] ~ Formerly Gaim ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Mail &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.mozilla.org/en-US/thunderbird/ Thunderbird] ~ Email software ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Maintenance &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.piriform.com/ccleaner  CCleaner] ~ PC Cleanup Tool ~ Valuater&lt;br /&gt;
* [http://www.free-codecs.com/download/K_Lite_Codec_Pack.htm  K-Lite Codec Pack] ~ Codecs ~ maqleod&lt;br /&gt;
* [http://eraser.heidi.ie/  Eraser] ~ Stubborn File Removal ~ maqleod&lt;br /&gt;
* [http://www.steffengerlach.de/freeware/ Scanner] ~ Hard disk usage monitor ~ LxP&lt;br /&gt;
* [http://www.bleepingcomputer.com/files/killbox.php  Pocket Killbox] ~ Stubborn File Removal Tool ~ jefhal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Media Players &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.foobar2000.org/ foobar2000] ~ Advanced audio player~ LxP&lt;br /&gt;
* [http://sourceforge.net/projects/guliverkli/ Media Player Classic] ~ Media player~ LxP &lt;br /&gt;
* [http://mpc-hc.sourceforge.net/ Media Player Classic ( Home Cinema Edition )] ~ HD Video player ~ Chimaera&lt;br /&gt;
* [http://www.winamp.com/ WinAmp] ~ Media player ~ killaz219&lt;br /&gt;
* [http://www.videolan.org/vlc/  VLC ] ~ Media Player ~ MSLx Fanboy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Network &amp;amp; Internet &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://keir.net/neutron.html Neutron] ~ Accurate time ~ LxP&lt;br /&gt;
* [http://www.uvnc.com/index.php UltraVNC] ~ Visual remote computing ~ LxP&lt;br /&gt;
* [http://www.poweradmin.com/paexec PAExec] ~ Launch Remote Windows Apps (PSEXEC &#039;&#039;&#039;Free&#039;&#039;&#039; alternative)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Passwords &amp;amp; Encryption &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.essentialpim.com/?r=products&amp;amp;pr=essentialpim&amp;amp;prr=features  EssentialPIM] ~ Personal Information Manager ~ Josbe&lt;br /&gt;
* [http://keepass.info/  Keepass] ~ Password Manager ~ /dev/null&lt;br /&gt;
* [http://passwordsafe.sourceforge.net/  Password Safe] ~ Password Management ~ maqleod&lt;br /&gt;
* [http://www.truecrypt.org/  TrueCrypt] ~ Encryption ~ photonbuddy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; PDF &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://get.adobe.com/reader/ Adobe Reader] ~ PDF Reader ~ LxP&lt;br /&gt;
* [http://www.cutepdf.com/Products/CutePDF/writer.asp  Cute PDF] ~ Convert To PDF ~ CyberSlug&lt;br /&gt;
* [http://www.foxitsoftware.com/Secure_PDF_Reader/  Foxit Reader] ~ PDF Reader ~ ReFran&lt;br /&gt;
* [http://www.pdfforge.org/ PDF Creator] ~ PDF writer ~ LxP &lt;br /&gt;
* [http://www.acropdf.com/products.html PDF Speedup] ~ Speed up Adobe ~ LxP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Privacy * &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;* &#039;&#039;&#039;Using some of the software in this section will prevent normal access to the AutoIt site as proxies are not allowed. Discussions on automating these types of products is not permitted.&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.privoxy.org/ Privoxy] ~ To filter incoming web pages ~ LxP &lt;br /&gt;
* [https://www.torproject.org/index.html Tor] ~ Anonymity software ~ killaz219&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Resource Management &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.angusj.com/resourcehacker/ Resource Hacker] ~ Extract exe resources ~ LxP&lt;br /&gt;
* [http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#new XVI32] ~ Hex Editor ~ /dev/null&lt;br /&gt;
* [http://www.httrack.com/index.php  HTTTrack] ~ Website Copier ~ gcriaco&lt;br /&gt;
* [http://www.cthing.com/Meazure.asp  Meazure] ~ Window Info Tool ~ MHz&lt;br /&gt;
----&lt;br /&gt;
* [http://www.nliteos.com/index.html  nLite] ~ Win XP Deployment Tool ~ beerman&lt;br /&gt;
* [http://www.vlite.net/  vLite] ~ Win Vista Deployment Tool ~ Chimaera&lt;br /&gt;
* [http://www.rt7lite.com/  RT 7 Lite] ~ Win 7 Deployment Tool ~ Chimaera&lt;br /&gt;
* [http://www.2kr2.rt7lite.com/  RT Server Customizer] ~ Win Server 2008 R2 Deployment Tool ~ Chimaera&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Searches and Comparison &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.mythicsoft.com/page.aspx?type=agentransack&amp;amp;page=home  Agent Ransack] ~ File Finder With Regex ~ OldGuyWalking&lt;br /&gt;
* [http://tools.tortoisesvn.net/grepWin.html  grepWin] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
* [http://www.wingrep.com/index.htm  WinGrep] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
* [http://winmerge.org  WinMerge] ~ File Finder With Regex ~ mlipok&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Task Scheduling &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.codeproject.com/Articles/5371/ToDoList-6-4-6-An-effective-and-flexible-way-to-ke  ToDoList] ~ Task Scheduler ~ Valik&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== &amp;lt;blockquote style=&amp;quot;background-color:white; padding:1em; border:2px solid #8FBC8F&amp;quot;&amp;gt;&#039;&#039;&#039; Video Editing &#039;&#039;&#039;&amp;lt;/blockquote&amp;gt; =====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* [http://www.virtualdub.org/  Virtualdub ] ~ Video Capture / Processing Utility ~ HardCopy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pincopanco</name></author>
	</entry>
</feed>