Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.



Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Searching Files   
Search
Search Terms
Search Category Leave category selection blank to search within all categories.
Search Results
Files
  File Name Rating Downloads
Last Update/Developer
MessenPass v1.43
MessenPass v1.43 MessenPass is a password recovery tool that reveals the passwords of the following instant messenger applications: MSN Messenger Windows Messenger (In Windows XP) Windows Live Messenger (In Windows XP/Vista/7) Yahoo Messenger (Versions 5.x and 6.x) Google Talk ICQ Lite 4.x/5.x/2003 AOL Instant Messenger v4.6 or below, AIM 6.x, and AIM Pro. Trillian Trillian Astra Miranda GAIM/Pidgin MySpace IM PaltalkScene Digsby MessenPass can only be used to recover the passwords for the current logged-on user on your local computer, and it only works if you chose the remember your password in one of the above programs. You cannot use this utility for grabbing the passwords of other users. Known Problems False Alert Problems: Some Antivirus programs detect MessenPass utility as infected with Trojan/Virus. Click here to read more about false alerts in Antivirus programs Versions History Version 1.43: Removed the command-line options that export the passwords to a file from the official version. A version of this tool with full command-line support will be posted on separated Web page. Installing MessenPass MessenPass can be used without any installation process, simply by running the executable file (mspass.exe) from the zip file. If you want to install MessenPass with automatic creation of program group icons and uninstall support, download and run the self-install executable file. Using MessenPass When you run MessenPass, it automatically detects the Instant Messenger applications installed on your computer, decrypts the passwords they store, and displays all user name/password pairs that it found in the main window of MessenPass. If from ...
5/5 13,139 Sep 14, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/mspass_th.png"border="0">
MetarWeather v1.77
MetarWeather v1.77 Free utility that decodes METAR weather reports from around the world, and displays them in a simple weather report table. You can save the weather report into text, HTML or XML files. MetarWeather can decode METAR reports from a text file, or download the latest reports directly from the Internet. Changes v1.77: Updated the Aviation Digital Data Service data source to work with the new URL (The old URL stopped working). About METAR Reports METAR ("Aviation Routine Weather Report") is an international standard for reporting the weather conditions in thousands of airports about the world. The METAR weather reports are usually issued once per hour, but when there are significant changes in weather, the METAR reports are issued more frequently. Each METAR report contains essential information about the current weather conditions: Temperature, Dew Point, Barometric Pressure, Wind Speed and Direction, Visibility, Clouds Cover, Current Weather (Rain, Thunderstorms, Hail, Snow and so on...), and more... Here's an example for a single METAR report: KMCO 290853Z 10006KT 8SM TSRA FEW029CB BKN110 OVC300 22/21 A3012 RMK AO2 TSB30 SLP198 P0005 60017 T02170211 58003 License This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification ! Disclaimer The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason. Feedback If you have any problem, suggestion, comment, or you found a bug in this utility, you can send a message ...
5/5 4,233 Mar 05, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/MetarWeather2_th.png"border="0">
Microsoft Windows 95 Year 2000 Update
Microsoft Windows 95 Year 2000 Update The Windows 95 Year 2000 Update provides replacement files to correct known year 2000 (Y2K) issues with the Windows 95 and Windows 95 OEM Service Release (OSR) versions 1, 2, 2.1, and 2.5 operating systems. DON'T WAIT!!!! ;) Click here to visit the author's website.
5/5 2,541 Jan 07, 2021
Microsoft Corp. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/y2k95_th.png"border="0">
MIMEView v1.10
This utility displays the list of all MIME types defined in your system. For each MIME type, information about the associated file extension and installed plugin is also displayed.
0/5 8,460 Nov 24, 2008
Copyright (c) 2003 Nir Sofer
Mirror v1.5.0
Mirror v1.5.0 Mirror copies a directory to another location. If the destination directory already exists, Mirror only copies the files that have been added, modified, or deleted compared to the source directory. Mirror is especially adapted to frequent backups. Compared to a classical directory copy, it saves time by only copying new or modified files. Moreover, when Mirror detects that a file is no more present in the source directory, it deletes it from the destination directory too. This saves disk space if you rename or move files. Mirror is a command line tool, without graphical interface. It can be easily used in scripts and BATCH files. How to install Mirror? ---------------------- Choose the EXE file matching your Windows version: - 64-bit: take Mirror64.exe; - 32-bit Windows NT/2000/XP/Vista/7/8: take MirrorNT.exe; - 32-bit Windows 95/98/ME: take Mirror9x.exe. Copy the file to C:\Windows for Mirror to be accessible without having to specify its full path. You can then launch Mirror from a console box. You can rename the file MirrorXX.exe you have chosen to Mirror.exe or any other name. How do I use Mirror? -------------------- Typical use: C:\MyFiles is the source directory E:\Backup\MyFiles is the destination directory Ensure the destination directory E:\Backup\MyFiles exists, by creating it if necessary. Mirror does not create the destination directory automatically to avoid mistakes. Then, open a console box (command.com ou cmd.exe) and type: mirror.exe C:\MyFiles E:\Backup\MyFiles You can automate the full procedure by creating a BATCH file (.bat extension) containing those two lines: @echo off mirror.exe C:\MyFiles E:\Backup\MyFiles Why has Mirror problems with modification times? ------------------------------------------------ When using Mirror with the source directory in a NTFS partition and the destination directory in a FAT16 or FAT32 partition, time precision issues may occur. Modification times in FAT partitions are rounded to the nearest 2 seconds, while modification times in NTFS partitions are very precise (100 nanoseconds). This limitation explains why files you just mirrored may not have exactly the same modification time. By default, Mirror tries to avoid time precision problems by considering that modification times having a difference less than ...
5/5 3,026 Jan 18, 2021
Guillaume Ryder <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Mirror1_th.png"border="0">
MiTeC Mail Viewer v2.5.1
MiTeC Mail Viewer v2.5.1 Viewer for standalone files containing Microsoft Outlook Express 4,5 and 6 message database (*.idx/*.mbx/*.dbx), Windows Vista Mail/Windows Live Mail and Mozilla Thunderbird message databases as well as standalone EML files. This application is based on MiTeC Outlook Express Reader and MiTeC Thunderbird Reader. It displays list of contained messages with all needed properties as ordinary e-mail client. Message can be viewed in detailed view including attachments (save ability) and HTML preview. It has powerful searching and filtering capability and also allows to extract all email address from all emails in opened folder to list by one click. Selected messages can be saved to *.eml files with or without their attachments. Attachments can be extracted from selected messages by one command. Of course, opened messages can be printed including images. Target platforms Windows 2000 Windows XP Windows 2003 Windows Vista Windows 7 Windows Server 2008 Windows 8.x Windows Server 2012 Windows Server 2012 R2 Windows 10 Click here to visit the author's website.
5/5 2,247 May 19, 2021
MiTec <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/MailViewer2_th.png"border="0">
MiTeC XML Viewer v6.0.0 32bit
MiTeC XML Viewer v6.0.0 32bit Full featured XML Viewer. Description Hierarchical and text preview Text searching Base64 decoding Attribute listing Image interpretation Web and Content preview Very fast SAX parser Large files up to available memory Simple XML Editor with xml validation Target platforms Windows 2000 Windows XP Windows 2003 Windows Vista Windows 7 Windows Server 2008 Windows 8 Windows 8.1 Windows Server 2012 Windows Server 2012 R2 Windows 10 Licence Free to use for private, educational and non-commercial purposes. Click here to visit the author's website.
5/5 3,640 Feb 03, 2020
MiTeC <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/XMLView1_th.png"border="0">
MiTeC XML Viewer v6.0.0 64bit
MiTeC XML Viewer v6.0.0 64bit Full featured XML Viewer. Description Hierarchical and text preview Text searching Base64 decoding Attribute listing Image interpretation Web and Content preview Very fast SAX parser Large files up to available memory Simple XML Editor with xml validation Target platforms Windows 2000 Windows XP Windows 2003 Windows Vista Windows 7 Windows Server 2008 Windows 8 Windows 8.1 Windows Server 2012 Windows Server 2012 R2 Windows 10 Licence Free to use for private, educational and non-commercial purposes. Click here to visit the author's website.
5/5 3,694 Feb 03, 2020
MiTeC <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/XMLView1_th.png"border="0">
MobileFileSearch v1.47
MobileFileSearch v1.47 A tool for Windows that allows you to search files inside a mobile device (Smartphone or Tablet) plugged to the USB port on your computer, with Media Transfer Protocol (MTP). You can search files by their size, their created time, their modified time, or their name (using wildcard). After finding the files on your Smartphone / Tablet, you can optionally delete them, copy them to a folder on your computer, or export the files list to csv/tab-delimited/html/xml/JSON file. MobileFileSearch also allows you to activate the search from command-line and then export the result to a file, or copy the found files to the desired folder on your computer. System Requirements This tool works on any version of Windows, starting from Windows Vista and up to Windows 11. Both 32-bit and 64-bit systems are supported. Be aware that this tool is useful if your Smartphone/Tablet uses the Media Transfer Protocol (MTP) to view and transfer files via USB. If you have an option to connect your Smartphone/Tablet as mass storage device (with drive letter), then this tool is not needed, and you can search files with any other search tool, like SearchMyFiles. Changes Version 1.47 Fixed bug: MobileFileSearch failed to load the From/To size values from the .cfg file. Fixed typo in the 'File Extension' column. Start Using MobileFileSearch MobileFileSearch doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - MobileFileSearch.exe After running MobileFileSearch, the 'Search Options' window is opened, you should choose the desired search configuration (see below) and then click the 'Start Search' button to start searching files in your Smartphone/tablet. Search Options The following options are available in the 'Search Options' window: Device:If you have only one ...
5/5 3,757 Oct 25, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/MobileFileSearch1_th.png"border="0">
Moffsoft FreeCalc v1.2.0.6
Moffsoft FreeCalc v1.2.0.6 Moffsoft FreeCalc is a great replacement for your existing Windows® calculator. We took the standard Windows calculator functionality and added the following features: Adjustable calculator size - Make it any size you want and Moffsoft FreeCalc will remember the size and position next time you use it. Tape - Save, print, or clear the simulated paper history tape. Color schemes - Select a color combination or use your Windows color settings. New keys - Clear Tape {CT}, double zero {00}, triple zero {000}, and memory subtract {M-} keys have been added. Visible memory value - You'll always know what's in memory because it's displayed on the calculator status bar. Option settings - Flat buttons, always on top, tray icon, run on startup, and hiding the tape are some of the calculator options. Digit groupings - Number groupings for easy to read numbers. International support - Digit grouping and decimal point characters change based on your regional settings. Tray icon - Turn on the tray icon for quick and easy access. System requirements - Windows 95/98/Me/NT/2000/XP/Vista/7/8/10 The user interface for Moffsoft FreeCalc is very flexible. The following screen shots demonstrate a few of the possibilities. You can make Moffsoft FreeCalc very large by dragging the edge of the window: You have options to use flat buttons and to turn off the tape: Based on your Regional Settings, Moffsoft FreeCalc will properly display digit groupings and decimal points: You can use your Windows color settings or select a color scheme: For quick access, you can display Moffsoft FreeCalc in your system tray:
5/5 4,209 Jan 19, 2020
Moffsoft <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Moffsoft FreeCalc3_th.png"border="0">
MonitorInfoView v1.22
MonitorInfoView v1.22 MonitorInfoView is a small utility that displays essential information about your monitor: manufacture week/year, monitor manufacturer, monitor model, supported display modes, and more... The information is extracted from the EDID ("Extended display identification data") records stored on your computer. You can also view the monitor information of multiple computers on your network, if you login to these computers with administrator rights. License This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification ! Disclaimer The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason. System Requirement This utility works on Windows 2000/XP/2003/7/8. Windows 98/ME is not supported. Versions History Version 1.22: Fixed bug in the generated xml file. Added 'Select All' and 'Deselect All' to the 'Column Settings' window. Using MonitorInfoView MonitorInfoView doesn't require any installation process or additional DLL files. In order to start using it, just copy the executable file (MonitorInfoView) to any folder you like, and run it. The main window of MonitorInfoView has 2 panes: The top pane displays the list of monitors, and when selecting a monitor in the the top pane, the bottom pane displays the list of supported display modes for the selected monitor. For most computers, you'll find only one Monitor item in the top pane. But if you have multiple monitors ...
5/5 3,072 Jun 02, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/monitorinfoview_th.png"border="0">
MozillaCookiesView v1.26: Cookies Manager For Mozilla/Firefox/Netscape Browsers
MozillaCookiesView is an alternative to the standard \'Cookie Manager\' provided by Netscape and Mozilla browsers. It displays the details of all cookies stored inside the cookies file (cookies.txt) in one table, and allows you to save the cookies list into text, HTML or XML file, delete unwanted cookies, and backup/restore the cookies file.
0/5 8,369 Nov 15, 2008
Copyright (c) 2004 - 2008 Nir Sofer
MRU-Blaster 1.5
MRU-Blaster 1.5 Protect your privacy, and keep your PC free from clutter. Find and remove over 30,000 MRU lists. MRU-Blaster is a program made to do one large task - detect and clean MRU (most recently used) lists on your computer. These MRU lists contain information such as the names and/or locations of the last files you have accessed. They are located ALL OVER your registry, and for almost ANY file type. By looking at these MRU lists, someone could determine what files you opened/saved/looked at, what their file names were, and much more! (And, in many cases, the lists are displayed in drop-down menus automatically.) With additional plug-ins that allow you to clean out your Temporary Internet Files and Cookies, MRU-Blaster enhances the protection of your privacy! Clean Up Clutter MRU-Blaster safely, efficiently, and rapidly handles cleaning up tens of thousands of "usage tracks" and other remnants that most programs leave behind. These remnants aren't just a potential privacy concern - they can clog up your registry, and take up valuable space on your hard drive. Windows as well as most third-party programs are culprits. And MRU-Blaster can detect and remove over 30,000 different MRUs and usage tracks. Securely Erase Browsing Tracks MRU-Blaster also supports secure removal of Internet Explorer Temporary Internet Files (cache) and Cookies, with its built-in Plugins. The Internet Explorer cache alone can take up GB (gigabytes) of space on your hard drive. System Requirements MRU-Blaster works on Windows 95, 98, ME, NT, 2000, XP, Vista, 7.
5/5 4,813 Jan 27, 2017
Brightfort LLC <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/MRUBlaster1_th.png"border="0">
Ms Pacman 1.0
Ms Pacman 1.0 Remake of the classic arcade game. Goal The goal of this game is to Get the highest score by removing all dots with MsPacman. Ghosts will try to stop you so you should avoid them. The large Pills will help you . When you eat one of those the ghosts temporarily become afraid and can be chased for extra points but beware they get weaker with each level completed until they will not work at all. Touch a ghost whille they are afraid to get more points and they will turn into eyes and head for the prison. You can collect any bonus that appears for extra points. 100=cherry 200=strawberry 500=orrange 700=pretzel 1000=apple 2000=pear 5000=bannana Playing you can use a joystick or You steer MsPacman using the arrow keys. You can press the correct key before you reach the corridor (but keep it pressed). Press <P> to Pause game Levels The game has four levels with diffrent mazes . complete level one twice complete level two three times complete level three and level four times Press F12 at startup for a game of the original pacman. press F8 for three different room scales Press F9 at startup to change resolution to 640X480
5/5 4,931 Feb 21, 2019
Crozza Remakes <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/MsPacman1_th.png"border="0">
Multi File Port Monitor v1.5.2.1604
Multi File Port Monitor v1.5.2.1604 MFILEMON is a print monitor for 32 and 64 bit MS Windows (2000/XP/2003/2008/2012/Vista/7/8/10). It automates "print to file" jobs choosing the filename according to a pattern. It can redirect data to an external program (e.g. Ghostscript, to produce PDF). Features Rich file naming scheme supporting many run-time variables, including auto-increment counters Can redirect print jobs to an external process Can "run as" a regular user (e.g. to access network resources) Log facility for debugging rel. 1.5.2 oct 31, 2017 ------------------------ * Added external program wait timeout * Added flag to hide or show external program * Widened configuration dialog * Fixed various "run as" bugs Click here to visit the author's website.
5/5 4,830 Oct 24, 2019
Lorenzo Monti <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Multi File Port Monitor1_th.png"border="0">
MultiMonitorTool v2.05
MultiMonitorTool v2.05 A small tool that allows you to do some actions related to working with multiple monitors. With MultiMonitorTool, you can disable/enable monitors, set the primary monitor, save and load the configuration of all monitors, and move windows from one monitor to another. You can do these actions from the user interface or from command-line, without displaying user interface. MultiMonitorTool also provides a preview window, which allows you to watch a preview of every monitor on your system. System Requirements and Limitations • This utility works on any version of Windows, starting from Windows XP and up to Windows 11. Both 32-bit and x64 systems are supported. • When you disable a monitor on a system with 3 monitors or more, and then later enable back the monitor, the operating system may put the monitor in another position. In order to avoid this problem, use the 'Save Monitors Configuration' option to save your monitors configuration into a file and then load it later using the 'Load Monitors Configuration' option. • This utility is only useful if your desktop is extended to multiple monitors. If you have multiple monitors that display the same content, then MultiMonitorTool is useless for you. Changes Version 2.05 Added drop-down menu to the toolbar for opening the recent config files. The serial number of the monitor is now stored inside the monitor config file. Added 'Use Serial Number In Load Config' option. If it's turned on, MultiMonitorTool uses the serial number of the monitor when loading the monitor configuration file. Using MultiMonitorTool MultiMonitorTool doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - MultiMonitorTool.exe The main window ...
5/5 8,775 Feb 21, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/multimonitortool_th.png"border="0">
MyLastSearch v1.65
MyLastSearch v1.65 MyLastSearch utility scans the cache and history files of your Web browser, and locate all search queries that you made with the most popular search engines (Google, Yahoo and MSN) and with popular social networking sites (Twitter, Facebook, MySpace). The search queries that you made are displayed in a table with the following columns: Search Text, Search Engine, Search Time, Search Type (General, Video, Images), Web Browser, and the search URL. You can select one or more search queries and then copy them to the clipboard or save them into text/html/xml file. Versions History Version 1.65: Added support for Yandex and DuckDuckGo search engines. Using MyLastSearch MyLastSearch utility doesn't require any installation process or additional DLL files. In order to start using it, simply copy the executable file (MyLastSearch.exe) to any folder you like, and run it. After running it, MyLastSearch scans the cache and history files of your Web browsers (Internet Explorer and/or Firefox), and find all search queries stored in them. The scanning process may take from a few seconds to 1 minute, depending on the size of your cache and history files. After the scanning process is finished, the main window should display the list of all search queries the you made with the most popular search engines. Command-Line Options /loadfrom <IE History Folder> <IE Cache Folder> <Mozilla History File> <Mozilla Cache Folder> <Opera Cache Folder> <Chrome Cache Folder> Load the search queries from the specified cache/history folders of Mozilla/IE/Opera. You can omit parameters that you don't need by specifying an empty string in quotes - "" /stext <Filename> Save the search queries into a regular text file. /stab <Filename> Save the search queries into a tab-delimited text file. /scomma <Filename> Save the search queries into a comma-delimited text file. /stabular <Filename> Save the search queries ...
5/5 8,438 Jan 05, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/mylastsearch_th.png"border="0">
MZCacheView v1.90
MZCacheView v1.90 View the cache files of Mozilla/Firefox browsers. MZCacheView is a small utility that reads the cache folder of Firefox/Mozilla/Netscape Web browsers, and displays the list of all files currently stored in the cache. For each cache file, the following information is displayed: URL, Content type, File size, Last modified time, Last fetched time, Expiration time, Fetch count, Server name, and more. You can easily select one or more items from the cache list, and then extract the files to another folder, or copy the URLs list to the clipboard. Notice: The name of this tool was changed from MozillaCacheView to MZCacheView due to the obsession of Mozilla Foundation people with their registered trademark. I have received a threatening letter from the attorney of Mozilla Foundation saying that using the 'Mozilla' word inside the name of my software infringes their trademark rights and demanding that I'll change the name of this tool. In order to avoid from any trouble in the future, I decided to change the name of this tool to MZCacheView. System Requirements This utility works on any version of Windows, From Windows 98 to Windows 10. You can use this utility even if Firefox/Mozilla is not installed on your system, as long as you have the entire cache folder that you want to inspect. Versions History Version 1.90: Added 'Enter Key Action' option, which allows you to choose what to do when you press the Enter key: Properties Window, Open Selected Cache File, Open Link In Web Browser, Open Cache Subfolder, Open With The Location Of Mozilla Cache Folder The cache folder of Mozilla Firefox is located under C:\Documents and Settings\[User Name]\Local Settings\Application Data\Mozilla\Firefox\Profiles\[Profile Name]\Cache The cache folder of SeaMonkey is located under C:\Documents and Settings\[User Name]\Local Settings\Application Data\Mozilla\Profiles\[Profile Name]\Cache For other variants of Mozilla, you may find the cache folder under C:\Documents and ...
5/5 8,459 Apr 16, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/mozillacacheview_th.png"border="0">
MZHistoryView v1.65 32bit
MZHistoryView v1.65 32bit MZHistoryView is a small utility that reads the history data file (history.dat) of Firefox/Mozilla/Netscape Web browsers, and displays the list of all visited Web pages in the last days. For each visited Web page, the following information is displayed: URL, First visit date, Last visit date, Visit counter, Referrer, Title, and Host name. You can also easily export the history data to text/HTML/Xml file. Notice: The name of this tool was changed from MozillaHistoryView to MZHistoryView due to the obsession of Mozilla Foundation people with their registered trademark. I have received a threatening letter from the attorney of Mozilla Foundation saying that using the 'Mozilla' word inside the name of my software infringes their trademark rights and demanding that I'll change the name of this tool. In order to avoid from any trouble in the future, I decided to change the name of this tool to MZHistoryView. System Requirements This utility works on any version of Windows, From Windows 98 to Windows 10. For all Firefox/Mozilla versions except of Firefox 3, you can use this utility even if Firefox/Mozilla is not installed on your system, as long as you have the history file (history.dat or places.sqlite) that you want to inspect. If you want to read the history file of Firefox 3 or later (places.sqlite file), Firefox must be installed on your system. Versions History Version 1.65: Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and MZHistoryView will instantly filter the browsing history, showing only lines that contain the string you typed. Using MZHistoryView MZHistoryView doesn't require any installation process or additional DLL files. Just copy the executable file (MozillaHistoryView.exe) to any folder you like, and run it. After you run ...
5/5 8,445 Oct 22, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/mozillahistoryview_th.png"border="0">
MZHistoryView v1.65 64bit
MZHistoryView v1.65 64bit MZHistoryView is a small utility that reads the history data file (history.dat) of Firefox/Mozilla/Netscape Web browsers, and displays the list of all visited Web pages in the last days. For each visited Web page, the following information is displayed: URL, First visit date, Last visit date, Visit counter, Referrer, Title, and Host name. You can also easily export the history data to text/HTML/Xml file. Notice: The name of this tool was changed from MozillaHistoryView to MZHistoryView due to the obsession of Mozilla Foundation people with their registered trademark. I have received a threatening letter from the attorney of Mozilla Foundation saying that using the 'Mozilla' word inside the name of my software infringes their trademark rights and demanding that I'll change the name of this tool. In order to avoid from any trouble in the future, I decided to change the name of this tool to MZHistoryView. System Requirements This utility works on any version of Windows, From Windows 98 to Windows 10. For all Firefox/Mozilla versions except of Firefox 3, you can use this utility even if Firefox/Mozilla is not installed on your system, as long as you have the history file (history.dat or places.sqlite) that you want to inspect. If you want to read the history file of Firefox 3 or later (places.sqlite file), Firefox must be installed on your system. Versions History Version 1.65: Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and MZHistoryView will instantly filter the browsing history, showing only lines that contain the string you typed. Using MZHistoryView MZHistoryView doesn't require any installation process or additional DLL files. Just copy the executable file (MozillaHistoryView.exe) to any folder you like, and run it. After you run it, ...
5/5 4,805 Oct 22, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/mozillahistoryview_th.png"border="0">
Nemp v4.12.2
Nemp v4.12.2 Nemp - Noch ein Mp3-Player An intuitive mp3-player with many functions. It is portable and runs without installation - just download, unzip, run. ("Noch ein mp3-Player" translates to "Yet another mp3-player".) Nemp - Features One advantage of Nemp is its portability. Copy it to an USB-drive with your music files and use it on every computer without rebuilding the medialibrary. Core of the player is still collecting the meta-information of audiofiles like artist, title, duration, bitrate and so on. This is rather fast with Nemp (20-50 files per second, depends on diskspeed) and works on mp3-files sometimes better than in other players. File formats Nemp supports all popular file formats. Metadata is read from ID3v1-Tags, ID3v2, Ogg-Vorbis-Comments, Flac Metablocks and Apev2-Tags and can be modified. On wma files the metadata is read, but cannot be modified. For CD-Audio the CD-Text is used and (optionally) freedb. Medialibrary Nemp can search for audiofiles on your harddrives and store them into the Nemp media library. Just drag&amp;drop your music-directory into the Nemp-window. After this you can browse and search really fast in this library by artist, by album, or with a coverflow. New in Nemp 4.0 is the tagcloud which organize your audiofiles in some other way. Nemp Webserver The Nemp Webserver is something unique. To be clear: This is not for streaming the playlist inside the local network, but a remote control for Nemp. With the Nemp Webserver you can control the player through a smartphone (or any other device with a webbrowser). The Webserver enables you to view the currently played title and download it to your mobile device control the player (play, pause, stop, next title, scrolling, volume) insert files into the playlist, move, delete browse in the media library or search for a specific file ...
5/5 4,813 Oct 25, 2019
Gausi.de <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/nemp1_th.png"border="0">
NetConnectChoose v1.10
NetConnectChoose v1.10 Easily choose the default Internet connection used by any Internet application when you have more than one Internet connection (Each connection on different network adapter). It also displays extensive information about every active network/Internet connection, including network adapter name, MAC Address, Name Servers, MTU, Interface Speed, current incoming/outgoing data speed, number of received/sent packets, received/sent bytes, and more... System Requirements This utility works on any version of Windows operating system, starting from Windows 2000 and up to Windows 11. Both 32-bit and 64-bit systems are supported. On Windows Vista/7/8 with UAC turned on, you have to run NetConnectChoose as admin in order to smoothly change the default Internet connection. If you don't execute NetConnectChoose as admin, you'll get a confirmation UAC message-box for every default connection change. Changes v1.10 Fixed bug: In some network configurations, NetConnectChoose failed to set the default Internet connection. Added 'Metric' column. Known Issues On Windows XP, when changing the default Internet connection, all existing TCP connections stop working. On Windows Vista/7/8, when switching to another default Internet connection, the existing TCP connections remain active. This means that on Windows Vista/7/8, you can start downloading from one Internet connection and then switch to the second Internet connection, and start another download on the second Internet connection without interrupting the first download process, but it's impossible to do that on Windows XP. Start Using NetConnectChoose NetConnectChoose doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - NetConnectChoose.exe After running it, the main window displays the details of all active network/internet connections. In order to change the default Internet connection, you ...
5/5 6,026 Nov 14, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/netconnectchoose_th.png"border="0">
NetResView v1.27
NetResView v1.27 NetResView is a small utility that displays the list of all network resources (computers, disk shares, and printer shares) on your LAN. As opposed to "My Network Places" module of Windows, NetResView display all network resources from all domains/workgroups in one screen, and including admin/hidden shares. System Requirements Windows 2000/XP/2003/Vista/7/2008/8 Access to your local area network. Versions History Version 1.27 Fixed to work with the latest versions of oui.txt Using NetResView NetResView doesn't require any installation process or additional DLLs. In order to start using it, just copy the executable file (NetResView.exe) to any folder you like, and run it. When you run NetResView utility, it displays the 'Advanced Options' dialog-box that allows you to select the right scanning options. After clicking 'Ok', NetResView scan all computers on your LAN, according to the scan options that you chose. Advanced Options In the 'Advanced Options' window (under Options menu), you can configure the settings of NetResView. Here's some tips for NetResView settings: If you only need to view the list of computers on your network (without viewing the network shares), uncheck the "Display Shared Resources" option. Without this option, the loading process will be faster. If NetResView fails to retrieve some of the IP addresses or network shares, try to increase the timeout values. If the loading process is too slow, try to decrease the timeout values. If you want to view the MAC address of each computer in your network, select the "Retrieve MAC Addresses" option. The 'MAC Address Company' Column Starting from version 1.15, NetResView allows you to view the company name of each network card. The company name is determined according to the ...
5/5 8,694 May 05, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/netresview_th.png"border="0">
NetRouteView v1.35
NetRouteView v1.35 NetRouteView is a GUI alternative to the standard route utility (Route.exe) of Windows operating system. It displays the list of all routes on your current network, including the destination, mask, gateway, interface IP address, metric value, type, protocol, age (in seconds), interface name, and the MAC address. NetRouteView also allows you to easily add new routes, as well as to remove or modify existing static routes. Notice: Currently, this utility doesn't support IPv6. System Requirements This utility works on any version of Windows, starting from Windows 2000, and up to Windows 10. Version 1.35: When you add a new route, the new dialog-box is filled with the values you used in the previous time. When you add a new route, NetRouteView now automatically fills the lowest metric value on your system. Using NetRouteView NetRouteView doesn't require any installation process or additional dll files. In order to start using it, simply copy the executable file (NetRouteView.exe) to any folder you like, and run it. The main window of NetRouteView displays the list of all your network routes, like the 'print' command in the route utility of Windows. You can select a single route and then delete it (Del key) or modify it (Ctrl+M). Be aware that only routes with 'Static Route' value in the Protocol column, can be deleted or modified. You can also add a new route by using 'New Route' option (Ctrl+N). Notice: If you are using NetRouteView on Windows 7/Vista/2008 with UAC turned on, you must right-click on NetRouteView.exe and choose 'Run As Administrator' in order to be able to add, remove, or delete network routes. Using The 'Switch Metric Values' Option If you have more than one network adapters with Internet connection, the 'Metric' value is used to determine which Internet connection will ...
5/5 2,726 Oct 20, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/netrouteview_th.png"border="0">
NetStumbler v0.4.0
NetStumbler v0.4.0 NetStumbler is a tool for Windows that allows you to detect Wireless Local Area Networks (WLANs) using 802.11b, 802.11a and 802.11g. It has many uses: Verify that your network is set up the way you intended. Find locations with poor coverage in your WLAN. Detect other networks that might be causing interference with your network. Detect unauthorized "rogue" access points in your workplace. Help aim directional antennas for long-haul WLAN links. Use it recreationally for WarDriving. Requirements General Requirements The requirements for NetStumbler are somewhat complex and depend on hardware, firmware versions, driver versions and operating system. The best way to see if it works on your system is to try it. Some configurations have been extensively tested and are known to work. These are detailed at http://www.stumbler.net/compat. If your configuration works but is not listed, or is listed but does not work, please follow the instructions on the web site. The following are rules of thumb that you can follow in case you cannot reach the web site for some reason. This version of NetStumbler requires Windows 2000, Windows XP, or better. The Proxim models 8410-WD and 8420-WD are known to work. The 8410-WD has also been sold as the Dell TrueMobile 1150, Compaq WL110, Avaya Wireless 802.11b PC Card, and others. Most cards based on the Intersil Prism/Prism2 chip set also work. Most 802.11b, 802.11a and 802.11g wireless LAN adapters should work on Windows XP. Some may work on Windows 2000 too. Many of them report inaccurate Signal strength, and if using the "NDIS 5.1" card access method then Noise level will not be reported. This includes cards based on Atheros, Atmel, Broadcom, Cisco and Centrino chip sets. I cannot help you figure out what chip set is in any given card. Firmware Requirements If you have an old WaveLAN/IEEE card then please note that ...
5/5 4,895 May 05, 2019
Marius Milner <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/NetStumbler1_th.png"border="0">
Network Password Recovery v1.57
Network Password Recovery v1.57 This utility recovers all network passwords stored on your system for the current logged-on user. When you connect to a network share on your LAN or to your .NET Passport account, Windows allows you to save your password in order to use it in each time that you connect the remote server. This utility recovers all network passwords stored on your system for the current logged-on user. It can also recover the passwords stored in Credentials file of external drive, as long as you know the last log-on password. Which passwords this utility can recover? Login passwords of remote computers on your LAN. Passwords of mail accounts on exchange server (stored by Microsoft Outlook) Password of MSN Messenger / Windows Messenger accounts Internet Explorer 7.x and 8.x: passwords of password-protected Web sites ("Basic Authentication" or "Digest Access Authentication") The item name of IE7 passwords always begin with "Microsoft_WinInet" prefix. The passwords stored by Remote Desktop 6. System Requirements This utility works properly on Windows XP, Windows 2003, Windows Vista, Windows 2008, Windows 7, Windows 8, Windows 10 and Windows 11 - only when you logged on as user with Administrator privileges. You can also use this utility for recovering network passwords under Windows 98/ME. Windows 2000 is not supported, because this version of operating system doesn't save the network passwords. Notice from The OlderGeeks: Even though these zip files are password protected, Windows Defender or other antivirus programs may not allow this download. It's not a false positive. This IS a hacking tool and there for dangerous. But in this case, YOU are the hacker trying to get your own passwords back. If you want to download it, you ...
5/5 8,947 Jan 17, 2024
Nirsoft <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/netpass_th.png"border="0">
NetworkConnectLog v1.16
NetworkConnectLog v1.16 Repeatedly scans your local area network and logs computers /devices as they connect or disconnects from network. NetworkConnectLog is a simple utility that repeatedly scans your local area network (Using ARP and Netbios protocols) and add a new log line every time that a new computer or device connects to your network, and when a computer or device disconnects from your network. After the connect/disconnect log lines are accumulated, you can easily export the log lines to comma-delimited/tab-delimited/html/xml file. System Requirements This utility works on any version of Windows, starting from Windows 2000 and up to Windows 11. Both 32-bit and 64-bit systems are supported. Known Issues In some circumstances, Smartphone devices don't respond to ARP requests, even when the device shows that it's actually connected to the network. In this situation, NetworkConnectLog will show that the device is disconnected. Changes: v1.16: Fixed to display a check mark when the 'Put Icon On Tray' option is turned on. Start Using NetworkConnectLog NetworkConnectLog doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - NetworkConnectLog.exe After you run NetworkConnectLog.exe, it immediately starts to scan your network. The first scan is fast, in order to detect all computers and devices that are currently connected to your network. After the first scan, NetworkConnectLog repeatedly scans your network in lower speeds in order to check if computer/devices connected or disconnected to your network. Every time that NetworkConnectLog detects that computer or device connected or disconnected to your network, a new log line is added. If from some reason NetworkConnectLog fails to detect your network properly, you should go to the 'Scan Options' window (F9) and choose the correct network adapter or IP addresses range ...
5/5 5,690 Feb 20, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networkconnectlog_th.png"border="0">
NetworkCountersWatch v1.02
NetworkCountersWatch v1.02 NetworkCountersWatch is a tool for Windows that displays system counters for every network interface on your system. The system counters include the number of incoming/outgoing bytes, number of incoming/outgoing packets, number of broadcast packets, and more. You can also initialize all counters to zero at any time in order to watch the network counters for specific event. NetworkCountersWatch also calculates and displays the current download speed and upload speed on your network interface. System Requirements This utility works on any version of Windows, starting from Windows Vista and up to Windows 10. (Windows XP is not supported). Both 32-bit and 64-bit systems are supported. Changes: Version 1.02: Added 'Select All' and 'Deselect All' to the 'Column Settings' window. Start Using NetworkCountersWatch NetworkCountersWatch doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - NetworkCountersWatch.exe After running NetworkCountersWatch, the main window displays a table with the counters of active network interfaces. By default, Both 'Show Only Items With Non-Zero Counters' and 'Show Only Hardware Interfaces' options are turned on. In order to see all network interfaces on your system, you should turn off these options, but when you do it, you might see multiple interfaces with exactly the same counters. Reset And Restore Counters You can use the 'Reset Counters Of Selected Items' option (F7) in order to initialize all counters to zero. Be aware that NetworkCountersWatch doesn't actually reset the system counters, it simply takes a snapshot of the current counters and then shows you the difference between the snapshot and the system counters. You can restore back the display of actual system counters by using the 'Restore Counters Of Selected Items' option. Counters Description Here's the description of all network counters displayed by NetworkCountersWatch, taken from official documents of Microsoft: ...
5/5 4,829 Jan 28, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networkcounterswatch1_th.png"border="0">
NetworkInterfacesView v1.35
NetworkInterfacesView v1.35 Show info on all network adapters and allows disabling and enabling them. NetworkInterfacesView is a simple tool that displays the list of all network adapters/interfaces installed on your system. It displays network interfaces that are currently active, as well as network interfaces that have been installed previously, and now they are not connected (like USB wireless network adapters). For every network interface found on your system, the following information is displayed (if it's stored in the Registry): Device Name, Connection Name, IP Address, Subnet Mask, Default Gateway, DHCP Server, Status, MAC Address and more... You can select one or more network interface items and then export them to xml/html/csv/tab-delimited file, or copy them into the clipboard and then paste them into Excel or other spreadsheet application. System Requirements This utility works on any version of Windows, starting from Windows 2000 and up to Windows 11. Both 32-bit and 64-bit systems are supported. Changes: v1.35 Added IPv6 addresses and IPv6 DNS servers. Start Using NetworkInterfacesView NetworkInterfacesView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - NetworkInterfacesView.exe After you run NetworkInterfacesView, the main window displays the list of all network interfaces found in the Registry of your system. You can select one or more items, and then export them to xml/csv/tab-delimited/html file by using the 'Save Selected Items' option (Ctrl+S). You can also copy the selected items into the clipboard (Ctrl+C), and then paste them into Excel or other spreadsheet application. Command-Line Options /disable <Name1> <Name2> <Name3>... Disables the specified network adapters. You can specify the Interface GUID, the connection name , and the device name. For example: NetworkInterfacesView.exe /disable "Local Area Connection" NetworkInterfacesView.exe /disable {1BC6B2D1-1606-3029-256F-2EB709923499} {F430061F-D117-29C0-B1A9-F11D473AD7CE} /enable <Name1> <Name2> <Name3>... Enables the specified network adapters. You can specify the Interface GUID, the connection name , and the device name. /DisableEnable <Name1> ...
5/5 3,925 Mar 26, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networkinterfacesview1_th.png"border="0">
NetworkLatencyView v1.72
NetworkLatencyView v1.72 A simple tool for Windows that listens to the TCP connections on your system and calculates the network latency (in milliseconds) for every new TCP connection detected on your system. For every IP address, NetworkLatencyView displays up to 10 network latency values, and their average. The latency value calculated by NetworkLatencyView is very similar to the result you get from pinging to the same IP address. NetworkLatencyView also allows you to easily export the latency information to text/csv/tab-delimited/html/xml file, or copy the information to the clipboard and then paste it to Excel or other application. System Requirements This utility works on any version of Windows, starting from Windows 2000, and up to Windows 11. Both 32-bit and 64-bit systems are supported. In order to capture the TCP packets properly, you have to install one of the following capture drivers: WinPcap capture driver Network Monitor driver - version 3.4 or later. You can also try to use the 'Raw Socket' method without installing any capture driver. However, this method doesn't work in some systems, as well as the latency values detected by using this method are not very accurate. When using Network Monitor driver on 64-bit system, you must use the 64-bit version of NetworkLatencyView. Changes: Version 1.75: Added support for using the IP-Location files from https://github.com/sapics/ip-location-db for viewing country/city information of remote IP addresses. In order to use these IP-Location files, simply download the desired file and put it in the same folder of NetworkLatencyView.exe with its original filename (For example: asn-country-ipv4.csv , dbip-city-ipv4.csv) Start Using NetworkLatencyView Except of a capture driver that you may need to install, NetworkLatencyView doesn't require any installation process or additional dll files. In order to start using ...
5/5 6,250 Feb 11, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networklatencyview_th.png"border="0">
NetworkOpenedFiles v1.61
NetworkOpenedFiles v1.61 A simple tool for Windows that displays the list of all files that are currently opened by other computers on your network. For every opened filename, the following information is displayed: Filename, user name, computer name (On Windows 7/2008 or later), Permissions information (Read/Write/Create), locks count, file owner, file size, file attributes, and more... System Requirements This utility works on any version of Windows, starting from Windows XP and up to Windows 11, including Windows Server. Both 32-bit and 64-bit systems are supported. On systems older than Windows 7 or Windows Server 2008, NetworkOpenedFiles doesn't display the name of the computer that opened the files ('Computer' column) Start Using NetworkOpenedFiles NetworkOpenedFiles doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - NetworkOpenedFiles.exe After running NetworkOpenedFiles, the main window displays the list of all files that are opened by other computers on your network. You can select one or more opened files, and then close them using the 'Close Selected Opened Files' option, export the files list to text/csv/tab-delimited/xml/html file using the 'Save Selected Items' option, or copy the files list to the clipboard (Ctrl+C) and paste it to Excel or any other spreadsheet application. Display Mode NetworkOpenedFiles allows you to display the opened files in 2 different modes: • Show all entries: In this mode, NetworkOpenedFiles displays all opened files, exactly as they are received from Windows operating system. • Merge items with the same filename+user+computer: In this mode, if there are multiple items with the same filename, user, and computer name - NetworkOpenedFiles merges them into one item. You can change the display mode from Options -> Display Mode. Connecting to a remote computer NetworkOpenedFiles also allows you to connect another computer on your network, ...
5/5 5,745 Aug 01, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networkopenedfiles_th.png"border="0">
NetworkTrafficView v2.43
NetworkTrafficView v2.43 A free network monitoring tool that captures the packets pass through your network adapter, and displays general statistics about your network traffic. The packets statistics is grouped by the Ethernet Type, IP Protocol, Source/Destination Addresses, and Source/Destination ports. For every statistics line, the following information is displayed: Ethernet Type (IPv4, IPv6, ARP), IP Protocol (TCP, UDP, ICMP), Source Address, Destination Address, Source Port, Destination Port, Service Name (http, ftp, and so on), Packets Count, Total Packets Size, Total Data Size, Data Speed, Maximum Data Speed, Average Packet Size, First/Last Packet Time, Duration, and process ID/Name (For TCP connections). Changes: v2.43: Fixed bug: NetworkTrafficView randomly crashed when using the GeoLite2 City database. System Requirements • This utility works on any version of Windows, starting from Windows 2000 and up to Windows 11, including 64-bit systems. • One of the following capture drivers is required to use NetworkTrafficView: - Npcap capture driver Npcap is an open source capture driver based on the discontinued WinPcap library that allows you to capture network packets on any version of Windows. You can download and install the Npcap driver from this Web page. - Microsoft Network Monitor Driver version 3.x (Windows Server 2008, Windows XP Service Pack 3, Windows Server 2003 Service Pack 2, Windows Server 2003 Service Pack 2 x64 Edition, Windows Server 2008 R2 for Itanium-based Systems, Windows Server 2008 R2, Windows XP 64-bit, Windows Vista Service Pack 1, Windows Server 2012, Windows 7, Windows 8, Windows Vista 64-bit Editions Service Pack 1 ): Microsoft provides a free capture driver under Windows 2000/XP/2003 that can be used by NetworkTrafficView, but this driver is not installed by default, and you have ...
5/5 8,518 Mar 31, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networktrafficview_th.png"border="0">
NetworkUsageView v1.31
NetworkUsageView v1.31 Extracts and displays the network usage information stored in the SRUDB.dat database of Windows 8, Windows 10, and Windows 11. The network usage data is collected every hour by Windows operating systems and includes the following information: The name and description of the service or application, the name and SID of the user, the network adapter, and the total number of bytes sent and received by the specified service/application. System Requirements This tools works on Windows 8, Windows 10, and Windows 11. Previous versions of Windows are not supported because the operating system doesn't collect the network usage information. Changes: Version 1.31: Added 'Sort By' toolbar button Start Using NetworkUsageView NetworkUsageView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - NetworkUsageView.exe After running NetworkUsageView - if the SRUDB.dat database file is locked , NetworkUsageView will ask you whether you want to run it as administrator in order to access the locked file. If the file is not locked, NetworkUsageView will load it instantly. 'Advanced Options' Window In the 'Advanced Options' window (F9), you can choose to load the SRUDB.dat database from external drive or from a remote computer on your network. Be aware that loading the network usage information from a remote computer works only when the database file on the remote computer is not locked. You can also choose to load the network usage data from the last xx days hours or from the specified date/time range. NetworkUsageView Columns Record ID: The ID of the record in the SRUDB.dat database. Timestamp: The date/time that this record was created. App Name: The name if the application or service. App Description: The description of application or service. If the 'App Name' is .exe ...
5/5 5,069 Feb 08, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/networkusageview_th.png"border="0">
NirCmd v2.86
NirCmd v2.86 A small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcut to a file, change the created/modified date of a file, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more... Examples of what you can do with NirCmd Open the door of J: CD-ROM drive nircmd.exe cdrom open j: Close the door of Y: CD-ROM drive nircmd.exe cdrom close y: Speaks the text currently in the clipboard (For Windows XP/Vista/7/8). speak text ~$clipboard$ Speaks the text stored inside speak.txt into speak.wav filename (For Windows XP/Vista/7/8). speak file "c:\temp\speak.txt" 0 100 "c:\temp\speak.wav" 48kHz16BitStereo Increase the system volume by 2000 units (out of 65535) nircmd.exe changesysvolume 2000 Decrease the system volume by 5000 units (out of 65535) nircmd.exe changesysvolume -5000 Set the volume to the highest value nircmd.exe setsysvolume 65535 Mute the system volume nircmd.exe mutesysvolume 1 Unmute the system volume nircmd.exe mutesysvolume 0 Switch the system volume between the mute and normal state. nircmd.exe mutesysvolume 2 Create a shortcut on your desktop that switch the system volume between the mute and normal state. nircmd.exe cmdshortcut "~$folder.desktop$" "Switch Volume" mutesysvolume 2 Turn off the monitor nircmd.exe monitor off Start the default screen saver nircmd.exe screensaver Put your computer in 'standby' mode nircmd.exe standby log off the current user nircmd.exe exitwin logoff Ask if you want to reboot, and if you answer 'Yes', reboot the computer. nircmd.exe qboxcom "Do you want to reboot ?" "question" exitwin reboot Turn off your computer nircmd.exe exitwin poweroff Turn off all computers specified in computers.txt ! multiremote copy "c:\temp\computers.txt" exitwin poweroff force Dial to "My Internet" connection nircmd.exe ...
5/5 4,868 Jan 04, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/NirCmd1_th.png"border="0">
NirExt v1.01
NirExt v1.01 The NirExt utility add 3 useful context menu extensions to your Windows Explorer environment: Folder Properties: This option is available in the context menu when you right-click on a folder in your file system. It allows you change the icon of any folder you want, and change the text that appears when the mouse cursor moves over the folder. Advanced Run: This option is available in the context menu when you right-click on an executable file (*.EXE). It allows you to instantly run an application with command-line and some other options. Create Shortcut+: This option is available in the context menu when you right-click on any file in your system. It allows you to instantly create a shortcut and drop it into one of the following folders: Desktop, Start Menu, Programs folder under Start Menu, Common Desktop (for all users), Common Start Menu (for all users), and Common Programs folder (for all users) under Start Menu. Versions History Version 1.01 - Fixed bug: NirExt now works properly if you run it from command-line window. System Requirements This utility can work in all 32-bit Windows operating systems: Windows 9x, Windows NT, Windows 2000, and Windows XP. In very old systems (Windows 95/Windows NT), Internet Explorer (version 4.x or above) must be installed. License This utility is released as freeware for personal and non-commercial use. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification ! Disclaimer The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied ...
0/5 8,440 Jul 02, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/nirext2_th.png"border="0">
NirLauncher v1.30.9
NirLauncher v1.30.9 A package of more than 200 portable freeware utilities for Windows, all of them developed for NirSoft Web site during the last few years. Read this. It's important: This file contains hacking software. Hacking software for you to use to hack your own computer. This is for doing things like retrieving a lost password. Because of this, Anti-virus software WILL treat it as dangerous because, in the wrong hands, it is dangerous. This zip file has always been password protected by Nir Sofer so it can be downloaded without being blocked. The password is nirsoft9876$. NirLauncher Features NirLauncher can be used from USB flash drive without need of any installation. NirLauncher and all the utilities in the package are completely freeware, without any Spyware/Adware/Malware. This package doesn't contain any 3-party software, toolbars, Web browser plugins, or other unwanted surprises. It will not install any software on your system and it will not change your Web browser homepage or other settings on your system. NirLauncher package includes variety of tools that you may need for your daily computer use, including utilities to recover lost passwords, to monitor your network, to view and extract cookies, cache, and other information stored by your Web browser, to search files in your system, and more... For every utility in the package, you can easily run it, view the help file, or jump to the Web page of the utility. When using it from USB flash drive, the configuration of every utility is saved into .cfg file on the flash drive. On x64 systems, NirLauncher automatically run the x64 version of the utility, when there is a separated x64 version. NirLauncher also allows to add ...
5/5 18,008 Feb 27, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/nirlauncher_th.png"border="0">
NK2Edit v3.40 (for 64bit Office)
NK2Edit v3.40 (for 64bit Office) Every time that you type an email address or name in the message window of MS-Outlook, it automatically offer you a list of users and email address that you can choose. This feature is known as 'AutoComplete' and Outlook automatically build this emails list according to user activity and save it into a file with .NK2 extension. In some circumstances, you may need to repair or modify the values appeared in the AutoComplete list, or you may want to remove unwanted email addresses and/or to add new email addresses. MS-Outlook doesn't provide any ability to edit this AutoComplete list, so this is where NK2Edit software can help you. NK2Edit Features Easily modify or fix all information stored in the NK2 file, including the display name, the email address, the exchange string, the Drop-Down display name, and the search string. Easily remove unwanted single quote characters from the display name and from the Drop-Down list. Delete unwanted emails, as well as add new emails, by typing them manually, or by choosing them from the address book of Outlook. Copy NK2 records from one NK2 file to another - simply by copy and paste ! Build a completely new NK2 file and add the desired emails into it, by typing them manually, by adding them from your address book, or by copying records from another NK2 file. Extract data from corrupted NK2 files that Outlook cannot read anymore (When Outlook AutoComplete stopped working) and even repair them so Outlook will be able to read them again. Export all data stored in the NK2 file into a special Unicode text file in a structure similar to ...
5/5 3,964 Jun 19, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/nk2edit_th.png"border="0">
NK2Edit v3.46
NK2Edit v3.46 Free tool to edit AutoComplete files of Microsoft Outlook. Every time that you type an email address or name in the message window of MS-Outlook, it automatically offer you a list of users and email address that you can choose. This feature is known as 'AutoComplete' and Outlook automatically build this emails list according to user activity and save it into a file with .NK2 extension. In some circumstances, you may need to repair or modify the values appeared in the AutoComplete list, or you may want to remove unwanted email addresses and/or to add new email addresses. MS-Outlook doesn't provide any ability to edit this AutoComplete list, so this is where NK2Edit software can help you. NK2Edit Features • Easily modify or fix all information stored in the NK2 file, including the display name, the email address, the exchange string, the Drop-Down display name, and the search string. • Easily remove unwanted single quote characters from the display name and from the Drop-Down list. • Delete unwanted emails, as well as add new emails, by typing them manually, or by choosing them from the address book of Outlook. • Copy NK2 records from one NK2 file to another - simply by copy and paste ! • Build a completely new NK2 file and add the desired emails into it, by typing them manually, by adding them from your address book, or by copying records from another NK2 file. • Extract data from corrupted NK2 files that Outlook cannot read anymore (When Outlook AutoComplete stopped working) and even repair them so Outlook will be able to read them again. • Export all data stored in the NK2 ...
5/5 7,695 Aug 31, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/nk2edit2_th.png"border="0">
No Screen Saver v1.0
No Screen Saver v1.0 Prevent your screensaver from locking your screen, and prevent your computer from entering the idle state by simulating user interactions. Have you ever had a room full of people in a conference room watching a vendor presentation via a web conference…when your screen saver kicks-in, your computer locks, and you have to scramble to enter your password? “No Screen Saver” was designed to avoid such problem. By simulating this user action, it prevents your system's screensaver from starting and prevents the screen from locking. Perfect for presentations or when watching a movie on your computer. It also prevents your system from entering the idle state, making it look as if you were still at your computer even after you have been long gone. Can I still use my mouse when this utility is running? Yes, absolutely, this software is unobtrusive; you can still use your computer while it is running. It is a small "Green" (and portable) utility that runs on any Windows computer. Requirements: Windows 7/Windows 10/Windows Vista/Windows XP/Windows 2013/Windows 2008/Windows 2000. Note From OlderGeeks.com: There are two hits for this utility on VirusTotal. These are both false positives. The program is completely portable and has been thoroughly tested. Click here to visit the author's website.
5/5 3,720 Jul 02, 2020
Mount White Technology Solutions <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/NoScreenSaver1_th.png"border="0">
NonCompressibleFiles v3.41 32bit
NonCompressibleFiles v3.41 32bit Small program that allows you to create on the fly one or more non-compressible files, or maximum compressible files. The purpose of the program is that you can do various tests with these files, such as to test compression programs on their performance, or other programs, such as FTP programs to determine when the transmission of the data is compressed or not, or test the behavior of several files. Similarly, solid state drives, where data is compressed to increase performance. With this program you can create thousands of files to test the behavior of programs or hardware (eg pci-e ssd) in multiple files test. Key Features of NonCompressibleFiles ◆ high-speed random number algorithm ◆ User-definable number of files ◆ Adjustable size of files ◆ Creation of non-compressible files 👀 (random number generator)! ◆ Creation of maximum compressible files (zero files) Other Specification: ◆ Low CPU and Resource usage ◆ Very small program ◆ Portable ◆ Multilangual NonCompressibleFiles does not require installation, it can be easy launched from the windows desktop with no installation and is ready to use on all Windows operating systems. # NonCompressibleFiles Versions History New in version 3.41 // 1 November 2019 • Kleine Verbesserungen und Aktualisierung der Sprachdatei • Testen und Überprüfen für Windows 10 November 2019 Update Build 18362 Windows 10, Windows 8.1, Windows 7, Windows Server 2000, 2008, 2016, Windows XP, Ultimate, Pro, Enterprise, Home, Business, Edition, 64-bit &amp; 32-bit edition Click here to visit the author's website.
5/5 4,163 Jan 12, 2022
Nenad Hrg <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/NonCompressibleFiles2_th.png"border="0">
NonCompressibleFiles v3.41 64bit
NonCompressibleFiles v3.41 64bit Small program that allows you to create on the fly one or more non-compressible files, or maximum compressible files. The purpose of the program is that you can do various tests with these files, such as to test compression programs on their performance, or other programs, such as FTP programs to determine when the transmission of the data is compressed or not, or test the behavior of several files. Similarly, solid state drives, where data is compressed to increase performance. With this program you can create thousands of files to test the behavior of programs or hardware (eg pci-e ssd) in multiple files test. Key Features of NonCompressibleFiles ◆ high-speed random number algorithm ◆ User-definable number of files ◆ Adjustable size of files ◆ Creation of non-compressible files 👀 (random number generator)! ◆ Creation of maximum compressible files (zero files) Other Specification: ◆ Low CPU and Resource usage ◆ Very small program ◆ Portable ◆ Multilangual NonCompressibleFiles does not require installation, it can be easy launched from the windows desktop with no installation and is ready to use on all Windows operating systems. # NonCompressibleFiles Versions History New in version 3.41 // 1 November 2019 • Kleine Verbesserungen und Aktualisierung der Sprachdatei • Testen und Überprüfen für Windows 10 November 2019 Update Build 18362 Windows 10, Windows 8.1, Windows 7, Windows Server 2000, 2008, 2016, Windows XP, Ultimate, Pro, Enterprise, Home, Business, Edition, 64-bit &amp; 32-bit edition Click here to visit the author's website.
5/5 4,162 Jan 12, 2022
Nenad Hrg <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/NonCompressibleFiles2_th.png"border="0">
nPOPuk v3.04
nPOPuk v3.04 nPOPuk is a small, but comprehensive, e-mail client that runs on a wide range of Windows-based operating systems. The program download is incredibly small compared to other "small" or "portable" e-mail programs, many of which consume several megabytes of your disk space. When installed, the basic program and support files only require around three hundred and forty kilobytes of disk space. In the old days this allowed plenty of space for both program and stored mail on a floppy disk. These days, installing nPOPuk on a USB flash drive, with its extra capacity, makes life still better and most these days will opt for a larger version with built-in SLL facilities! nPOPuk does not write to the host computer's registry, or leave any other "fingerprint" behind on its hard disk. So, if you haven't a Laptop but will be visiting somewhere with a computer, then nPOPuk could be for you. It is so much better than using a web mail service which can never be as flexible as having your own copy of your mail for use even when the internet is not accessible. For: Windows NT, 2000, XP, Vista, Windows7, Windows8, Windows10 Click here to visit the author's website.
5/5 3,864 Apr 10, 2019
Greg Chapman <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/nPOPuk1_th.png"border="0">
NTFSLinksView v1.32
NTFSLinksView v1.32 Starting from Windows Vista, Microsoft uses symbolic links and junction points of NTFS file system in order to make changes in the folders structure of Windows and keep the compatibility of applications written for older versions of Windows. This utility simply shows you a list of all symbolic links and junctions in the specified folder, and their target paths. It also allows you to save the symbolic links/junctions list into text/html/xml/csv file. Using NTFSLinksView NTFSLinksView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - NTFSLinksView.exe When you run NTFSLinksView, press the Go button, and then the main window will display the list of all NTFS symbolic links/junction points in your profile folder. If you want to view the NTFS links in other folders, simply type the folder path in the top text-box and press enter (or click the 'Go' button). If you want to scan your entire drive, type 'C:\' in the folder text box and choose Infinite subfolder depth. Versions History Version 1.32: Fixed bug: The 'Scan inside symbolic links' option didn't work properly. Command-Line Options /folder <Folder> Load NTFSLinksView with the specified folder. /Subfolders <Subfolders Depth> Specifies the subfolders depth. /stext <Filename> Save the list of NTFS links into a regular text file. /stab <Filename> Save the list of NTFS links into a tab-delimited text file. /scomma <Filename> Save the list of NTFS links into a comma-delimited text file (csv). /stabular <Filename> Save the list of NTFS links into a tabular text file. /shtml <Filename> Save the list of NTFS links into HTML file (Horizontal). /sverhtml <Filename> Save the list of NTFS links into HTML file (Vertical). /sxml <Filename> Save the list of NTFS links into XML file. Translating NTFSLinksView to other languages In order to translate ...
5/5 3,050 Apr 12, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/ntfslinksview_th.png"border="0">
OfflineRegistryFinder v1.10 64bit
OfflineRegistryFinder v1.10 64bit OfflineRegistryFinder is a tool for Windows that allows you to scan Registry files from external drive and find the desired Registry keys/values/data according to the search criteria you define. After OfflineRegistryFinder displays the search result, you can easily select one or more items and then export them into a .reg file that can be used to import in the RegEdit tool of Windows. OfflineRegistryFinder can also be used for Registry scan of your running operating system. You simply have to create a Registry snapshot, and then scan this snapshot with OfflineRegistryFinder. Searching in a Registry snapshot is usually much faster then searching in the Registry of running system. System Requirements This utility works with any version of Windows, starting from Windows XP and up to Windows 10. Both 32-bit and 64-bit systems are supported. Versions History Version 1.10: Added new date/time option: Show only Registry keys modified in the specified time range and date range (separately). For example: You can search all Registry keys that their modified date is between 01/01/2019 - 01/01/2020 and their modified time is between 09:00 - 10:00. Increased the size of the time field to show the AM/PM properly. Start Using OfflineRegistryFinder This utility doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - OfflineRegistryFinder.exe After running it, the 'Registry Search Options' window is displayed. You have to type the folders that contain the Registry files you want to scan (You can type up to 3 different folders), You can also choose a drive letter or shadow copy path in the top combo-box and then click the 'Automatic Fill' button to automatically detect and fill the correct paths of the Registry Files. choose the desired search criteria, and then click the ok ...
5/5 4,706 Feb 29, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/offlineregistryfinder1_th.png"border="0">
OK.Its.Raining.Men v2.01
OK.Its.Raining.Men v2.01 Creates magical raindrops on the Windows desktop, with beautiful effects and various customization. The rain drops are individually customizable and can be set from very gentle rain to very spectacular rain, depending on the needs of the Windows user, it also generates mouse purrs. Key Features ◆ Optional raindrop transparency ◆ Optionally disable mouse drop ◆ Free selectable raindrops size ◆ Free selectable mouse drop size ◆ Customized speed ◆ Mouse drops are customizable Other possibilities and specifications ◆ Very small program ◆ Water damage excluded ◆ Deactivate via Totray ◆ Optional translation function ◆ Portable ◆ Multilanguage Changes: New in version 2.01 // 24 December 2020 • Optimization in Rain Drops Tool Rendering • New languages: Filipino, Malay and Indonesian • Many thanks to Washington for the Malay language. • Many thanks to A. Lincoln for the Filipino language. • Many thanks to Indonesian Super Girl for the Indonesian language. Works on: Windows 11, Windows 10, Windows 8.1, Windows 7, Windows Server 2000, 2008, 2016, Windows XP, Ultimate, Pro, Enterprise, Home, Business, Edition, 64-bit &amp; 32-bit edition This download is for the 64bit version. If you need the 32bit version, download here. Click here to visit the author's website.
5/5 3,738 Mar 28, 2022
Nenad Hrg <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/OKItsRainingMen3_th.png"border="0">
ZIP OnlyStopWatch v4.41 32bit
OnlyStopWatch v4.41 32bit OnlyStopWatch is a watch to stop the time for all Windows OS. With milliseconds precision. Optimize your processes. For example: How long can you hold your breath ? How long ... . In any case, is a nice portable tool for time optimizing. And if you are too fast. Please take your time. Features: # Userdefined stopwatch # Userdefined countdown # Reset: Reset the stopwatch or countdown # Pause: Pause (break) the stopwatch or countdown # Millisecond stop watch # Full screen # Portable utility # Multilingual Operating systems: Windows 10, Windows 8.1, Windows 7, Windows Server 2000, 2008, 2016, Windows XP, Ultimate, Pro, Enterprise, Home, Business, Edition, 64-bit &amp; 32-bit edition Start the program. The first time that you use it the program it will present you with a license screen. The program is free and the license info is only displayed the first time (per PC). OnlyStopWatch does not have to be installed and can be executed easily from the desktop, and can be carried on a small usb-stick or other memory device. # OnlyStopWatch Versions History New in version 4.41 // 4 May 2020 • Improvement: The stopwatch window menu is annoying when the clock is reduced! • Update of the language files in the stop watch! • Verification on Windows 10 May 2020 build • Thanks to Yorgos for the Hungarian language. Click here to visit the author's website.
5/5 4,418 Jul 02, 2020
Nenad Hrg <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/OnlyStopWatch1_th.png"border="0">
OnlyStopWatch v4.41 64bit
OnlyStopWatch v4.41 64bit OnlyStopWatch is a watch to stop the time for all Windows OS. With milliseconds precision. Optimize your processes. For example: How long can you hold your breath ? How long ... . In any case, is a nice portable tool for time optimizing. And if you are too fast. Please take your time. Features: # Userdefined stopwatch # Userdefined countdown # Reset: Reset the stopwatch or countdown # Pause: Pause (break) the stopwatch or countdown # Millisecond stop watch # Full screen # Portable utility # Multilingual Operating systems: Windows 10, Windows 8.1, Windows 7, Windows Server 2000, 2008, 2016, Windows XP, Ultimate, Pro, Enterprise, Home, Business, Edition, 64-bit &amp; 32-bit edition Start the program. The first time that you use it the program it will present you with a license screen. The program is free and the license info is only displayed the first time (per PC). OnlyStopWatch does not have to be installed and can be executed easily from the desktop, and can be carried on a small usb-stick or other memory device. # OnlyStopWatch Versions History New in version 4.41 // 4 May 2020 • Improvement: The stopwatch window menu is annoying when the clock is reduced! • Update of the language files in the stop watch! • Verification on Windows 10 May 2020 build Click here to visit the author's website.
5/5 4,453 Jul 02, 2020
Nenad Hrg <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/OnlyStopWatch1_th.png"border="0">
OpenedFilesView v1.86 32bit
OpenedFilesView v1.86 32bit OpenedFilesView displays the list of all opened files on your system. For each opened file, additional information is displayed: handle value, read/write/delete access, file position, the process that opened the file, and more... Optionally, you can also close one or more opened files, or close the process that opened these files. This utility is especially useful if you try to delete/move/open a file and you get one of the following error messages: Cannot delete [filename]: There has been a sharing violation. The source or destination file may be in use. Cannot delete [filename]: It is being used by another person or program. Close any programs that might be using the file and try again. When you get one of these error messages, OpenedFilesView will show you which process lock your file. Closing the right process will solve this problem. optionally, you can also release the file by closing the handle from OpenedFilesView utility. However, be aware that after closing a file in this way, the program that opened the file may become unstable, and even crash. System Requirements This utility works properly on Windows 2000, Windows XP, Windows 2003/2008, Windows Vista, Windows 7, Windows 8, Windows 10. On 64-bit systems, you have to use the 64-bit version of OpenedFilesView. Older versions of Windows (NT/9x/ME) are not supported. Also, you must have administrative privilege in order to run this utility. Known Issue If you try to run the 64-bit verion of this tool directly from a zip file, you may get the following error message: The application was unable to start correctly (0xc000007b). Click OK to close the application. In order to solve this issue, you have to manually extract the content of the zip file into a folder, and then run it from there. Versions History ...
5/5 7,323 Jan 12, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/openedfilesview_th.png"border="0">
OpenedFilesView v1.86 64bit
OpenedFilesView v1.86 64bit OpenedFilesView displays the list of all opened files on your system. For each opened file, additional information is displayed: handle value, read/write/delete access, file position, the process that opened the file, and more... Optionally, you can also close one or more opened files, or close the process that opened these files. This utility is especially useful if you try to delete/move/open a file and you get one of the following error messages: Cannot delete [filename]: There has been a sharing violation. The source or destination file may be in use. Cannot delete [filename]: It is being used by another person or program. Close any programs that might be using the file and try again. When you get one of these error messages, OpenedFilesView will show you which process lock your file. Closing the right process will solve this problem. optionally, you can also release the file by closing the handle from OpenedFilesView utility. However, be aware that after closing a file in this way, the program that opened the file may become unstable, and even crash. System Requirements This utility works properly on Windows 2000, Windows XP, Windows 2003/2008, Windows Vista, Windows 7, Windows 8, Windows 10. On 64-bit systems, you have to use the 64-bit version of OpenedFilesView. Older versions of Windows (NT/9x/ME) are not supported. Also, you must have administrative privilege in order to run this utility. Known Issue If you try to run the 64-bit verion of this tool directly from a zip file, you may get the following error message: The application was unable to start correctly (0xc000007b). Click OK to close the application. In order to solve this issue, you have to manually extract the content of the zip file into a folder, and then run it from there. Versions History ...
5/5 7,349 Jan 12, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/openedfilesview_th.png"border="0">
OpenPuff v4.01
OpenPuff v4.01 An open source, professional steganography tool OpenPuff is a professional steganography tool: HW seeded random number generator (CSPRNG) Deniable steganography Carrier chains (up to 256Mb of hidden data) Carrier bits selection level Modern multi-cryptography (16 algorithms) Multi-layered data obfuscation (3 passwords) X-squared steganalysis resistance Unique layers of security and obfuscation: 256bit+256bit symmetric-key cryptography (with KDF4 password extension) 256bit symmetric-key data scrambling (CSPRNG-based shuffling) 256bit symmetric-key data whitening (CSPRNG-based noise mixing) Adaptive non-linear carrier bit encoding OpenPuff supports many carrier formats: Images (BMP, JPG, PCX, PNG, TGA) Audio support (AIFF, MP3, NEXT/SUN, WAV) Video support (3GP, MP4, MPG, VOB) Flash-Adobe support (FLV, SWF, PDF) OpenPuff is a portable/stealth software: Native portable structure (no installation, registry keys, .ini files) Runs in user mode with DEP on Multithread support (up to 32 CPUs) = Faster processing OpenPuff is safe: Spyware/adware-free Fully redistributable OpenSource core crypto-library (libObfuscate) OpenPuff is a professional steganography tool with unique features, suitable for highly sensitive data covert transmission. Carrier chains: Data is split among many carriers. Only the correct carrier sequence enables unhiding. Moreover, up to 256Mb can be hidden, if you have enough carriers at disposal. Last carrier will be filled with random bits in order to make it undistinguishable from others. Supported formats: Images, audios, videos, flash, adobe. Layers of security: Data, before carrier injection, is encrypted ...
5/5 1,838 Feb 10, 2022
Embedded SW <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/OpenPuff1_th.png"border="0">
OpenRA v20200503
OpenRA v20200503 OpenRA is a Free Real Time Strategy project that recreates the classic Command and Conquer titles. We include recreations of C and C (Tiberian Dawn), C and C: Red Alert, and Dune 2000. These are not intended to be perfect copies, but instead combine the classic gameplay of the originals with modern improvements such as unit veterancy and the fog of war. OpenRA's primary focus is cross-platform multiplayer between Windows, OS X, and Linux; however, we include a number of single-player missions, and also support skirmish games against AI bots. This download is for the Windows version. If you need the MacOS version, download here. Changelog The OpenRA game engine is free software released under the GPL3 license. The OpenRA mods require files from the original games, which you will be prompted to download or copy the first time you run a mod. These files are not covered by the OpenRA license, and remain the property of their original owners.
5/5 7,741 Jul 13, 2020
The OpenRA Developers <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/20131130-allies02_th.png"border="0">
OpenSaveFilesView 32bit 1.00
OpenSaveFilesView 32bit 1.00 OpenSaveFilesView is a simple tool that displays the list of files that you previously opened with the standard open/save dialog-box of Windows. For every file in the list, the following information is displayed: Filename, Extension, Order (The order that the files were opened for every file extension), Open Time (Available only for the last opened file of every file type), File Modified/Created Time, File Size, and File Attributes. System Requirements This utility works on any version of Windows, starting from Windows 2000 and up to Windows 8. Both 32-bit and 64-bit systems are supported. Data Source The data displayed by this tool is taken from the following Registry keys: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU Start Using OpenSaveFilesView OpenSaveFilesView doesn't require any installation process or additional dll files. In order to start using it, simple run the executable file - OpenSaveFilesView.exe After running OpenSaveFilesView, the main window displays the list of files that you previously selected with the standard open/save dialog-box of Windows. The 'Order' Column The 'Order' column shows you the order that you opened the files. For every file extension, there is a separated set of order values. There are also items with '*' extension, which show the order of the last 10 or 20 files for all file extensions. For example: If you have a file named 'aaa.zip' with 'zip' in the Extension column and '1' in the order value... and you also have a file named 'bbb.zip' with 'zip' in the Extension column and '2' in the order value, it means the last file you opened is aaa.zip, and before that you opened the 'bbb.zip' file. Be aware that the 'Open Time' value is only available for the last file you opened for every extension (items with '1' in the Order column)
0/5 6,651 Jan 12, 2022
Nir Sofer
OpenSaveFilesView 64bit 1.00
OpenSaveFilesView 64bit 1.00 OpenSaveFilesView is a simple tool that displays the list of files that you previously opened with the standard open/save dialog-box of Windows. For every file in the list, the following information is displayed: Filename, Extension, Order (The order that the files were opened for every file extension), Open Time (Available only for the last opened file of every file type), File Modified/Created Time, File Size, and File Attributes. System Requirements This utility works on any version of Windows, starting from Windows 2000 and up to Windows 8. Both 32-bit and 64-bit systems are supported. Data Source The data displayed by this tool is taken from the following Registry keys: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU Start Using OpenSaveFilesView OpenSaveFilesView doesn't require any installation process or additional dll files. In order to start using it, simple run the executable file - OpenSaveFilesView.exe After running OpenSaveFilesView, the main window displays the list of files that you previously selected with the standard open/save dialog-box of Windows. The 'Order' Column The 'Order' column shows you the order that you opened the files. For every file extension, there is a separated set of order values. There are also items with '*' extension, which show the order of the last 10 or 20 files for all file extensions. For example: If you have a file named 'aaa.zip' with 'zip' in the Extension column and '1' in the order value... and you also have a file named 'bbb.zip' with 'zip' in the Extension column and '2' in the order value, it means the last file you opened is aaa.zip, and before that you opened the 'bbb.zip' file. Be aware that the 'Open Time' value is only available for the last file you opened for every extension (items with '1' in the Order column)
0/5 6,612 Jan 12, 2022
Nir Sofer
OpenSong v3.4.8
OpenSong v3.4.8 Lyric projection and chord charts for church musicians OpenSong is a free software application for managing chords and lyrics sheets (lead sheets), presenting lyrics (and custom slides) using a projector, and much more! Great for worship leaders and musicians! Features Live presentation of any song, specifying the order of slides, such as verse 1, then chorus, then verse 2, then the chorus again, etc. Present any passage of the Bible verse by verse Present a timed loop of slides, for use in situations such as automatically displaying announcements, verses, Q&amp;As, etc. Present any combination of songs, scriptures, or loops back-to-back using sets. Fully customize font styles and sizes as well as shadowing and outlining for easy reading against colorful backgrounds Change the background color or background image to any image file Chord and lyrics presentation for audience and musicians Automatically transpose chords to any key Print sheets with regular chords and capo-ed chords together Customize any font face, size, bold, italic, underline, etc. for any sheet elements including title, author, chords, lyrics, copyrights, and more. Keep track of a song's title, author, copyright, ccli #, tempo, time signature, theme, focus, capo position, user defined fields, and more! Changes V3.4.8 Updates Issues addressed The macOS version is now a Universal Binary for both Intel and Apple Silicon systems. Due to an issue with code signing and notarizing OpenSong for macOS, the NDI support library is not included with the OpenSong application. You can download it from this location. The download is not hosted on SourceForge because the NDI library is only available as a ...
5/5 5,152 Jan 04, 2022
OpenSong <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/OpenSong2_th.png"border="0">
OpenWithView v1.11
OpenWithView v1.11 OpenWithView is a small utility that displays the list of all available applications in the 'Open With' dialog-box of Windows, and allows you to easily disable/enable the applications in the list. When application is disabled, it won't be displayed in the 'Other Programs' section of the 'Open With' dialog-box. This utility can be useful if your 'Open With' window displays too much applications, and you want to remove the applications that you don't use frequently. System Requirements This utility works under Windows XP through 10. In earlier versions of Windows, OpenWithView will display the list of 'Open With' window entries, but disable/enable feature won't work. Versions History Version 1.11 - Fixed the icons problem on Windows 7/x64 Using OpenWithView OpenWithView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - OpenWithView.exe The main window of OpenWithView displays the list of all applications in the 'Open With' window. You can select one or more items and then use the F8 key to disable them and F7 to enable back the disabled items. Translating OpenWithView to other languages In order to translate OpenWithView to other language, follow the instructions below: Run OpenWithView with /savelangfile parameter: OpenWithView.exe /savelangfile A file named OpenWithView_lng.ini will be created in the folder of OpenWithView utility. Open the created language file in Notepad or in any other text editor. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window. After you finish the translation, Run OpenWithView, and all translated strings will be loaded ...
5/5 8,561 Jul 02, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/OpenWithView_th.png"border="0">
OperaCacheView v1.11 - Cache viewer for Opera Web browser
OperaCacheView is a small utility that reads the cache folder of Opera Web browser, and displays the list of all files currently stored in the cache. For each cache file, the following information is displayed: URL, Content type, File size, Last accessed time, and last modified time in the server. You can easily select one or more items from the cache list, and then extract the files to another folder, or copy the URLs list to the clipboard.
0/5 8,401 Nov 15, 2008
Copyright (c) 2008 Nir Sofer
OperaCacheView v1.11 for Windows 98/ME - Cache viewer for Opera Web browser
OperaCacheView for Windows 98/ME is a small utility that reads the cache folder of Opera Web browser, and displays the list of all files currently stored in the cache. For each cache file, the following information is displayed: URL, Content type, File size, Last accessed time, and last modified time in the server. You can easily select one or more items from the cache list, and then extract the files to another folder, or copy the URLs list to the clipboard.
0/5 8,329 Nov 15, 2008
Copyright (c) 2008 Nir Sofer
OutlookAccountsView v1.00
OutlookAccountsView v1.00 A password recovery tool for Windows that displays the details of all POP3/IMAP/SMTP accounts stored in your Outlook profiles. For every account, the following information is displayed: Account Name, Display Name, Email, User Name, Password, Profile Name, Server Address, Server Type, Server Port, Registry Key, Windows User, and PST files used for this account. You can extract the Outlook accounts information of the current user, from external disk plugged to your computer, and from remote computer on your network. System Requirements This tool works on any version of Windows, starting from Windows XP and up to Windows 11. Both 32-bit and 64-bit systems are supported. This tool works with any version of Microsoft Outlook, starting from Outlook 2007 and up to Outlook 2019. In order to recover the mail passwords from external disk or remote computer, you have to provide your login password. Start Using OutlookAccountsView OutlookAccountsView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - OutlookAccountsView.exe After running OutlookAccountsView.exe, the 'Advanced Options' window is opened, and then you can choose to load the Outlook accounts list from your current user, from remote system, or from external hard drive. If you choose to load the Outlook accounts list from external drive or remote computers, you have the fill more fields in order to decrypt the mail passwords. After choosing the desired option, click the 'OK' button, and OutlookAccountsView will displays your Outlook accounts in the main window. You can select one or more mail accounts (or press Ctrl+A to select all) and then export the list to comma-delimited/tab-delimited/HTML/XML/JSON file by using the 'Save Selected Items' option (Ctrl+S). You can also copy the accounts list to the clipboard (Ctrl+C) and then paste them to Excel or other application. Recover Outlook accounts from external disk If you ...
5/5 1,755 Feb 09, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/outlookaccountsview_th.png"border="0">
OutlookAddressBookView v2.35
OutlookAddressBookView v2.35 A simple utility that displays the details of all recipients stored in the address books of Microsoft Outlook. For every recipient entry, the following information is displayed: Email Address, Display Name, Address Type (MS-Exchange or SMTP), Street Address, Phone Number, Created Time, Modified Time (Works only with address books of Exchange server), and more... You can easily select one or more recipients from the list and export them into tab-delimited/comma-delimited/xml/html file, or copy them to the clipboard and then paste the list into Excel. System Requirements Windows 2000/XP/2003/2008/Vista/7/8/10/11. Microsoft Outlook 2003, Microsoft Outlook 2007, Microsoft Outlook 2010, Microsoft Outlook 2013 or Microsoft Outlook 2016. For the 64-bit version of Outlook 2010/2013, you should use the x64 version of OutlookAddressBookView. For all other versions, you must use the 32-bit of OutlookAddressBookView. Changes v2.35 Added new quick filter option: Find a string begins with... Start Using OutlookAddressBookView OutlookAddressBookView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - OutlookAddressBookView.exe After you run OutlookAddressBookView, it automatically scans your default Outlook profile and displays the address books stored in it. You can choose another Outlook profile from the Advanced Options window (F9) In the combo-box located below the toolbar of OutlookAddressBookView window, you can choose the desired address book to load. For PST based profiles, you'll probably find only one address book named 'Contacts'. For profiles connected to Microsoft Exchange Server, you'll get more types of address books, for example: 'Global Address Book', 'All Users', 'All Employees', and so on. On Outlook 2010, you'll also get the 'Suggested Contacts' address book. You can easily select one or more recipients in your address book, and then save them into tab-delimited/comma-delimited/xml/html file, by using the 'Save Selected Items' option. You can ...
5/5 5,924 Mar 18, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/outlookaddressbookview_th.png"border="0">
ZIP OutlookAttachView v3.43
OutlookAttachView v3.43 Scans all messages stored in your Outlook, and displays the list of all attached files that it finds. You can easily select one or more attachments and save all of them into the desired folder, as well as you can delete unwanted large attachments that take too much disk space in your mailbox. You can also save the list of attachments into xml/html/text/csv file. System Requirements Windows 2000/XP/Vista/7/8/2003/2008/10. Microsoft Outlook 2003, Microsoft Outlook 2007, Microsoft Outlook 2010, Microsoft Outlook 2013, or Microsoft Outlook 2016. For the 64-bit version of Outlook 2010/2013/2016, you should use the x64 version of OutlookAttachView. Be aware that OutlookAttachView doesn't work with Outlook Express. Changes: Version 3.43 Updated to work properly in high DPI mode. Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting. Using OutlookAttachView OutlookAttachView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - OutlookAttachView.exe If you have only one profile in your Outlook, and this profile doesn't require any password, you can run OutlookAttachView even without starting Outlook, and it'll automatically scan the mailbox of your current Outlook profile. Otherwise, it's recommended to open Outlook in the right profile before starting OutlookAttachView. After running OutlookAttachView, the 'MailBox Scan Options' window will be displayed. This window allows to choose to scan your mailbox only in specific dates range. After choosing 'Ok' in the options window, OutlookAttachView starts to scan your Outlook messages and display the found ...
5/5 4,559 Sep 27, 2021
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/outlookattachview_th.png"border="0">
OutlookStatView v2.17 (32bit Outlook)
OutlookStatView v2.17 (32bit Outlook) OutlookStatView scans your Outlook mailbox, and display a general statistics about the users that you communicate via emails. For each user/email, the following information is displayed: The number of outgoing messages that you sent to the user (separated by to/cc/bcc), the number of incoming message that the user sent to you, the total size of messages sent by the user, the email client software used by this user, and the time range that you send/received emails with the specified user. System Requirements Windows 2000/XP/Vista/2003/2008/7/8/10. Any version of Microsoft Outlook, including Outlook 2016. Versions History Version 2.17 You can now select the desired folder to scan or to skip from a combo-box ('Mailbox Scan Options' window). Using OutlookStatView OutlookStatView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - OutlookStatView. If you have only one profile in your Outlook, and this profile doesn't require any password, you can run OutlookStatView even without starting Outlook, and it'll automatically scan the mailbox of your current Outlook profile. Otherwise, it's recommended to open Outlook in the right profile before starting OutlookStatView. After running OutlookStatView, the 'MailBox Scan Options' window will be displayed. This window allows to choose to scan your mailbox only in specific dates range. For example, if you want to get the statistics only for January 2010, you should choose the dates range from 01/01/2010 and up to 02/01/2010 (the last day won't be included) When you restrict the scan to short dates range, the scan process will be much faster then scanning the entire mailbox. After choosing 'Ok' in the options window, OutlookStatView will start to scan your mailbox and then display the statistics about your email activity. Be aware that the scanning ...
5/5 4,227 Dec 20, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/outlookstatview_th.png"border="0">
OutlookStatView v2.17 (64bit Outlook)
OutlookStatView v2.17 (64bit Outlook) OutlookStatView scans your Outlook mailbox, and display a general statistics about the users that you communicate via emails. For each user/email, the following information is displayed: The number of outgoing messages that you sent to the user (separated by to/cc/bcc), the number of incoming message that the user sent to you, the total size of messages sent by the user, the email client software used by this user, and the time range that you send/received emails with the specified user. System Requirements Windows 2000/XP/Vista/2003/2008/7/8/10. Any version of Microsoft Outlook, including Outlook 2016. Versions History Version 2.17 You can now select the desired folder to scan or to skip from a combo-box ('Mailbox Scan Options' window). Using OutlookStatView OutlookStatView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - OutlookStatView. If you have only one profile in your Outlook, and this profile doesn't require any password, you can run OutlookStatView even without starting Outlook, and it'll automatically scan the mailbox of your current Outlook profile. Otherwise, it's recommended to open Outlook in the right profile before starting OutlookStatView. After running OutlookStatView, the 'MailBox Scan Options' window will be displayed. This window allows to choose to scan your mailbox only in specific dates range. For example, if you want to get the statistics only for January 2010, you should choose the dates range from 01/01/2010 and up to 02/01/2010 (the last day won't be included) When you restrict the scan to short dates range, the scan process will be much faster then scanning the entire mailbox. After choosing 'Ok' in the options window, OutlookStatView will start to scan your mailbox and then display the statistics about your email activity. Be aware that the scanning ...
5/5 4,220 Dec 20, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/outlookstatview_th.png"border="0">
Pandora FMS v7.0NG765
Pandora FMS v7.0NG765 Open Source Monitoring System for performance and availability. Pandora FMS is an enterprise-ready monitoring solution that provides unparalleled flexibility for IT to address both immediate and unforeseen operational issues, including infrastructure and IT processes. It uniquely enables business and IT to adapt to changing needs through a flexible and rapid approach to IT and business deployment. Pandora FMS consolidates all the needs of modern monitoring (ITOM, APM, BAM) and provides status and performance metrics from different operating systems, cloud, virtual infrastructure (VMware, Hyper-V, XEN), Docker containers, applications, storage and hardware devices such as firewalls, proxies, databases, web servers or routers. It's highly scalable (up to 2000 nodes with one single server), 100% web and with multi-tenant capabilities. It has a very flexible ACL system and several different graphical reports and user-defined control screens. Features Network monitoring WMI monitoring Server monitoring (for all OS) Graphical reporting, based on it's own SQL backend SLA and KPI metrics on reporting Application performance management Optional Enterprise edition with professional support and enterprise-ready features Inventory management WYSIWYG Visual Console screens and Dashboards Scales to thousands of devices Multi-tenant, several layers of access control GIS tracking and viewing Multicloud monitoring This download is for the Windows 64bit agent version. All other download assets are below: Windows: Pandora FMS Windows Agent v7.0NG.765_x86.exe (32bit agent) RHEL_CentOS: pandorafms_agent_unix-7.0NG.765.noarch.rpm pandorafms_server-7.0NG.765.noarch.rpm pandorafms_console-7.0NG.765.noarch.rpm Tarball: pandorafms_agent_unix-7.0NG.765.tar.gz pandorafms_server-7.0NG.765.tar.gz pandorafms_console-7.0NG.765.tar.gz Click here to visit the author's website.
5/5 1,276 Oct 14, 2022
Pandora FMS <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Pandora FMS1_th.png"border="0">
Panopreter Basic v3.0.92.9
Panopreter Basic v3.0.92.9 Panopreter Basic is a text to speech and text to mp3 freeware program with the following features: Reads text aloud with natural sounding voices, converts the text to wav and mp3 audio files. Highlights the word or sentence being read. Supports a wide variety of languages and voices. Supports batch file conversion. Allows users to adjust voice speed and volume. Plays music when it finishes reading the text. System Requirements: Windows 2000, XP, Vista, 7, 8, 8.1 and 10 Other Requirements: Sound card, speaker, or headphone Click here to visit the author's website.
5/5 3,212 Feb 14, 2020
Panopreter.com <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Panopreter Basic1_th.png"border="0">
ZIP Password Security Scanner v1.61
Password Security Scanner v1.61 This utility scans the passwords stored by popular Windows applications (Microsoft Outlook, Internet Explorer, Mozilla Firefox, and more...) and displays security information about all these passwords. The security information of every stored password includes the total number of characters, number of numeric characters, number of lowercase/uppercase characters, number of repeating characters, and password strength. You can use this tool to determine whether the passwords used by other users are secured enough, without watching the passwords themselves. System Requirements This utility works on any version of Windows, starting from Windows 2000 and up to Windows 10. Supported Applications Currently, Password Security Scanner scans the passwords of the following applications: Internet Explorer 4.0 - 6.0 Internet Explorer 7.0 - 11.0 Mozilla Firefox (All Versions) Mozilla Thunderbird Google Chrome Dialup/VPN passwords of Windows (Requires elevation) MSN/Windows Messenger Microsoft Outlook Windows Live Mail Yandex Web Browser Vivaldi Web Browser SeaMonkey Web browser. Pale Moon Web browser. Chromium-Based Edge Web browser Opera Web browser (Version 15 or greater) Windows Credentials Passwords (Requires elevation) Support for more applications will be added in future versions. Known Limitations Password Security Scanner cannot scan the passwords of Firefox if they are protected by a master password. The dialup passwords and Credentials passwords of Windows can only be detected if you run Password Security Scanner with Administrator privileges (elevation). This download is for the 64bit version. If you need the 32bit version, download here. Versions History Version 1.61: Fixed Password Security Scanner to ...
5/5 3,427 Jul 09, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/passwordscan_th.png"border="0">
PasswordFox v1.70
PasswordFox v1.70 PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename. System Requirements This utility works under Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows 8, and Windows 10. Firefox should also be installed on your system in order to use this utility. Be aware that for Firefox 64-bit, you must use the 64-bit version of this tool and for Firefox 32-bit, you must use the 32-bit version of this tool. Known Problems False Alert Problems: Some Antivirus programs detect PasswordFox utility as infected with Trojan/Virus. As with any program that recovers passwords, many antivirus programs detect this as malicious because they think you are your own hacker. To allow you to be able to download it and for us to be able to host it, this zip file has a password. The password is: nspsfx403! Versions History Version 1.70 Added new file type to save the passwords list: 'Firefox import/export csv file'. When you save the passwords in this file type, you can use the import feature of Firefox to import the saved passwords into Firefox: Import login data from a file In order to save the passwords as 'Firefox import/export csv file', simply select the items you want to save (or press Ctrl+A to select all passwords), press Ctrl+S (Save Selected Items), choose 'Firefox import/export csv file' from the file type combo-box, type the filename to ...
5/5 8,797 Apr 24, 2021
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/passwordfox_th.png"border="0">
Pc Tel (PCTEL) AMR Modem Drivers for Windows XP and 2000
Pc Tel (PCTEL) AMR Modem Drivers for Windows XP and 2000 Extract the files and upgrade the driver thru the Device Manager it should install the modem first and then the audio codecs. amrw2kxp.zip
0/5 8,385 May 22, 2009
Pc Tel (PCTEL)
PCTEL Modem Drivers (Windows 2000/XP)
Download the drivers for your PCTEL Modem. AC\' 97 Solutions: HSP2303, HSP2304, HSP2588
0/5 8,298 Dec 12, 2008
PCTEL
Performance Monitor 4.1.3
Performance Monitor 4.1.3 Performance Monitor is a small program that shows you the CPU, Memory, Disk and Network utilization under Windows NT platforms (2000, XP, Vista, Win 7, etc...). It's composed by four fully configurable small graphs and it can work in the tray area also. The windows are fully anchorable. PerfMon can become transparent and permits you to forward left-mouse clicks so you can place it anywhere. You can also change the program priority (saving CPU work) and its size (for big monitor resolutions ;-)) Usage: • Right click for options • Drag a single panel to move it • Drag a single panel with the CTRL Key down to move all attached panels History Version 4.1.3 • Added the ability to restore icons if Windows Explorer crashes
5/5 4,823 Jan 16, 2017
Lorenzi Davide <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Performance Monitor1_th.png"border="0">
Philips PCA330IV/EV Modem Driver
Philips PCA330IV/EV Modem Driver for Windows 95/98/2000
0/5 8,404 Mar 29, 2009
Philips
PhotoScape v3.7
PhotoScape v3.7 PhotoScape is a fun and easy photo editing software that enables you to fix and enhance photos. Key Features Viewer: View photos in your folder, create a slideshow Editor: resizing, brightness and color adjustment, white balance, backlight correction, frames, balloons, mosaic mode, adding text, drawing pictures, cropping, filters, red eye removal, blooming, paint brush, clone stamp, effect brush Batch editor: Batch edit multiple photos Page: Merge multiple photos on the page frame to create one final photo Combine: Attach multiple photos vertically or horizontally to create one final photo Animated GIF: Use multiple photos to create a final animated photo Print: Print portrait shots, carte de visites(CDV), passport photos Splitter: Slice a photo into several pieces Screen Capture: Capture your screenshot and save it Color Picker: Zoom in on images, search and pick a color Rename: Change photo file names in batch mode Raw Converter: Convert RAW to JPG Paper Print: Print lined, graph, music and calendar paper Face Search: Find similar faces on the Internet This software is Microsoft Windows compatible. (Microsoft Windows NT/2000/XP/Vista/7/8/10) Change Log Version 3.7 (2014.09.11) Added 'Black &amp; White' and 'Bandicoot' filters (Editor > Home) Added a 'Smart Blur' brush (Editor > Tools > Effect Brush) Brush sizes increase from 3 to 4 and become bigger. Added 29 more film effects so totally 35 film effects now. (Editor > Home) Improved the 'Film Effect' UI Improved Editor, Page, Combine and AniGif UI Fixed ...
5/5 3,261 Feb 14, 2020
MOOII TECH <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/PhotoScape1_th.png"border="0">
Picture Resizer v6.0
Picture Resizer v6.0 An easy-to-use and free tool for batch resizing of JPG pictures and photos. How to use it? Download PhotoResize400.exe below and place it on your desktop. Drag and drop JPG files or folders with JPG files on the application icon. The tool will resize JPG images and save them next to the originals. Names of the new pictures will be based on the original names, with a suffix indicating their size. For example, the resized version of MyPhoto.jpg will be called MyPhoto-400.jpg, where the number 400 indicates the size of the picture. Configuration The size of output pictures is controlled by the name of the application. To rename it, click on the icon to select it and do one of these things: press F2 key, click in the text under the icon, or right-click the icon and select Rename command in the menu. Depending on your settings, you'll either see ".exe" on the end or not. If you see it, keep it there, if you do not see it, do not add it. Highlights The tool is using high-quality resizing method, where color of each pixel is a weighted average of all covered pixels from the original image. Linear interpolation is used when zooming in. The algorithm is optimized to work with gamma-corrected pictures. High speed. Maximum number of images Picture Resizer does not limit the number of images resized at once, but there are other factors that may impose a limit. When files are dragged and dropped on the tool icon, Windows Explorer sends the names of the dropped files as command line parameters to Picture Resizer. Windows has a limit on the total length of command line. If the filenames(+paths) are longer than the limit, ...
5/5 2,552 Dec 20, 2020
Vlastimil Miléř <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/photoresizer1_th.png"border="0">
PicView v1.7.6
PicView v1.7.6 100% free and open source picture viewer Fast Picture Viewer for Windows 10/11 with compact UI, that can be hidden. Features image effects, galleries, EXIF, image optimization and more. The application automatically adjusts itself to your screen. Clean, free, fast. No bloated UI. No annoying pop-ups. Why use PicView? Fast Quick to start up &amp; uses a built-in preloader to instantly switch to next image. Clean Design Compact and neatly organized UI, that can be completely hidden. Archive loading View pictures inside archives such as ZIP, RAR, 7z, etc (requires 7-Zip or WinRAR to be installed). Adapts to Screen The application can automatically fit itself to best fit on your screen. Configurable UI Change it and customize it to your liking Want to just show the image with no UI? Toggle the UI by pressing Alt + Z. Hold shift down to drag window. The hover buttons and the colored window border can be turned on/off in the settings window. Change background Press B to toggle background for images with transparent background Features Press X to toggle scroll function with auto scroll (built with manga/comics in mind) Editing • Rotate, flip, crop, convert to different image file formats • Lossless image optimization • 27 different image effects • Color Picker tool Quickly crop image by pressing C. Hold Shift for square selection. Navigating • Drag and drop and pasting from clipholder supports files, folders, URLs and archives • Sort files by: name, file size, date created, last accessed, latest edit, file extension and randomized • Loop through files in folder • Stay on top of other windows File management • Open file in external application • Cut, copy, send file to recycle bin or delete permanently • Show file in ...
5/5 922 Apr 03, 2023
Ruben Negendahl <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/PicView_th.png"border="0">
PingInfoView v3.01
PingInfoView v3.01 A small utility that allows you to easily ping multiple host names and IP addresses, and watch the result in one table. It automatically pings to all hosts every number of seconds that you specify, and displays the number of succeed and failed pings, as well as the average ping time. You can also save the ping result into text/html/xml file, or copy it to the clipboard. System Requirements This utility works under Windows 2000, Windows XP, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows Server 2016, Windows Vista, Windows 7, Windows 8, Windows 10 and Windows 11. Changes: Version 3.01 Fixed bug: when disabling one or more items, the ping interval was longer than the interval in the Ping Options window. Using PingInfoView PingInfoView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file (PingInfoView.exe), type the host names and IP addresses that you want to ping, and click the 'Ok' button to start pinging. Known Issues If you ping to a lot of hosts concurrently, PingInfoView may return a failed result to some of the hosts, even if the hosts are ok. In order to solve this issue, go to the 'Advanced Options' and decrease the maximum number of concurrent pings. Use IP-Host Description format When this option is selected, you should specify the IP addresses list in the following format: 192.168.1.10 Main Server 192.168.1.11 Host 01 192.168.1.12 Host 02 #192.168.1.14 Host 03 The description of each IP address is automatically added to the description column. If you add '#' character in the beginning of the line, PingInfoView will ignore it. Command-Line Options /stext <Filename> Make a single ping test and save the result into a simple text file. /stab <Filename> Make a single ping test and save the result into ...
5/5 9,094 Nov 15, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/pinginfoview_th.png"border="0">
Porta v1.04
Porta v1.04 A no-nonsense, hassle-free photo album generator. Porta turns an image directory into a neatly formatted web photo album. Besides being free its primary virtues are: It's fast, it's simple to use, it's lightweight, and it produces clean and uncluttered web pages that will load fast and look good in all modern browsers. How to make a photo album? Porta screenshot Making a photo album requires you to locate an image directory. Next, the window below shown. Pressing enter starts album generation and shortly after is the result shown in your browser. Simple and fast. Features and program options include: Skins Multi-language album support Bulgarian, Catalan, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Farsi, Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norweigian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Thai, Traditional and Simplified Chinese and Turkish (add your language by editing this and mail it to Porta mail address) Image captions Major captions below each image and minor captions shown as hovering tooltips (can be automatically extracted from IPTC information / JPEG comment / filename / EXIF data) Inclusion of high-resolution images Automatic image rotation from EXIF orientation Watermarks showing e.g. the IPTC author and copyright Auto-start of albums placed in the root folder of CDs or USB-sticks et cetera ... How fast is fast? An informal comparison showed that Porta was five to eight times faster than similar programs. Album: 47 input images (2560x1696px), medium-size 550px, ...
5/5 2,495 Jan 12, 2021
Mikkel B. Stegmann <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/porta4_th.png"border="0">
Portable Update 2.5.1
Portable Update 2.5.1 Portable Update is a windows-base tool for updating a Microsoft Windows computer in a isolated environment. This is useful in many circumstances: Portable Update Hystory tag When the computer reside on a secure lan isolated from internet; When the computer to update doesn’t have access or can't use a proxy server; When is necessary to completely update a fresh-formatted computer with the last update before to connect it to network; When the computer doesn’t have an hardware network connection at all; When the network connection speed is too low or it is necessary to update the computer very quickly; In all the other cases when is mandatory to have the complete control on the updating process without connecting the computer to the network. How it works? To update an isolated computer, Portable Update use an external cache to store updates. The cache can reside on any usb external drive or, via private lan network, on a shared path. Once an update is copied to the cache (the only time that an internet connection is required), the same update will be used for all computer that need that particular update. You'll never download twice the same file to update different computers or for updating many times the same computer. For example, consider that the dimension of one single update can reach and exceed 1 GByte! Once the update is stored into the cache folder , the program will use standard Windows Update API services to update your computer. Different updates from different operating systems can reside on the same cache folder because they are individually identified. ...
5/5 6,118 Mar 03, 2017
Harry Lime <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/PortableUpdate1_th.png"border="0">
PortableApps.com Platform v26.1
PortableApps.com Platform v26.1 A full-featured portable software system that lets you build your own custom portable app suite for use use in your synced cloud folder, on your local PC, or on a portable USB drive. All Your Favorite Apps, Everywhere PortableApps.com lets you have all your favorite apps self contained to use from a synced cloud folder, on a local PC's internal or external drive, or carried on a portable device. Your browser with your bookmarks and extensions, your office suite, your photo editor, your music collection, your games, your development tools and more. Everything you need for work and play with you on every PC you use. Work, home, school, visiting family and friends, even while traveling. And everything stays in that one location, too, making it easy to install, update, and backup. Carried on a portable drive, every PC becomes your PC. Cloud Folder, Local PC, or Portable Device. It's Your Choice The PortableApps.com Platform comes with a smart installer that lets you easily install your environment to your cloud drive (Dropbox, Google Drive, etc), to your local PC for personal or shared use, or to your portable device. The apps are portable and will run from everywhere you work from, making it a snap to keep your apps and data with you and safely backed up to the cloud. Portable App Directory™ - Built-In App Store and Updater The PortableApps.com Platform has an app store built right in, so you can find and install the apps you want with just a few clicks. List all the available apps by category, title, newest releases or recently updated. You can find your favorite web browser, popular games, handy utilities, educational tools, image editors, chat programs and more. There are hundreds of free apps available with new apps added every week. With no download ...
5/5 7,854 Sep 08, 2023
PortableApps.com <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/portableapps2_th.png"border="0">
PreviousFilesRecovery v1.10
PreviousFilesRecovery v1.10 PreviousFilesRecovery is a simple tool for Windows 10/8/7/Vista that allows you to scan the shadow copies of your local hard drive and find deleted files as well as older versions of existing files. If the file you need is found in the shadow copies of Windows, you can easily recover it by copying it into existing folder on your drive. System Requirements This utility works on any version of Windows, starting from Windows Vista, and up to Windows 10. Windows XP is not supported. In order to use PreviousFilesRecovery on 64-bit systems, you must download and use the 64-bit version of this tool. This download is for the 64bit version. If you need the 32bit version, download here. Changes: Version 1.10: Added option to scan only the selected shadow copy. Added command-line options to search the previous versions of existing files and export the result to comma-delimited/tab-delimited/html/xml file. Start Using PreviousFilesRecovery PreviousFilesRecovery doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - PreviousFilesRecovery.exe After running PreviousFilesRecovery, you should choose the base folder to scan, the maximum number of subfolders to scan under this folder (Subfolders Depth), the wildcard to scan (the default is all files - *) and what type of files to find (Previous versions of files, deleted files, and deleted folders) After choosing the desired options, click the 'Start' button to start the scanning process. Description of columns Here's the description of every column in the scan result table: Filename: The name of the file. Folder: The full path of the folder where the file is located. Item Type: Specified the type of item: Older File Version: This item type means that ...
5/5 5,389 Sep 17, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/previousfilesrecovery1_th.png"border="0">
ProcessTCPSummary v1.18
ProcessTCPSummary v1.18 A simple tool for Windows that displays a summary of all process that have TCP connections or listening UDP ports. For every process, this tool displays the total number of TCP connections, number of TCP connections for each status (Established, Listening, Syn-Sent, Syn-Received...), number of IPv4 TCP connections, number of IPv6 TCP connections, common port numbers, and more... If you run ProcessTCPSummary as Administrator, you can also watch the number of TCP/UDP bytes sent and received by every process as well as the current send/receive speed. System Requirements This tool works on any version of Windows, starting from Windows XP and up to Windows 11. Both 32-bit and 64-bit versions of Windows are supported. On Windows Vista and later, if you want to view the full path of system processes or you want to view the sent/reveived bytes information , you have to run ProcessTCPSummary as Administrator. Changes: Version 1.18: Added 'Sort By' toolbar button. Start Using ProcessTCPSummary This utility doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - ProcessTCPSummary.exe After running ProcessTCPSummary, the main window displays a summary of TCP connections for every process. Command-Line Options /cfg <Filename> Start ProcessTCPSummary with the specified configuration file. For example: ProcessTCPSummary.exe /cfg "c:\config\pts.cfg" ProcessTCPSummary.exe /cfg "%AppData%\ProcessTCPSummary.cfg" /RunAsAdmin Runs ProcessTCPSummary as administrator. /stext <Filename> Save the process TCP Summary into a simple text file. /stab <Filename> Save the process TCP Summary into a tab-delimited text file. /scomma <Filename> Save the process TCP Summary into a comma-delimited text file (csv). /sjson <Filename> Save the process TCP Summary into a JSON file. /shtml <Filename> Save the process TCP Summary into HTML file (Horizontal). /sverhtml <Filename> Save the process TCP Summary into HTML file (Vertical). /sxml <Filename> Save the process TCP Summary into XML file. /sort <column> This command-line option can be used with ...
5/5 4,898 Feb 22, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/processtcpsummary1_th.png"border="0">
Product Key Scanner v1.02
Product Key Scanner v1.02 A free tool that scans the Registry of Windows Operating system and finds the product keys of Windows and other Microsoft products. You can scan the Registry of your current running system, as well as you can scan the Registry from external hard drive plugged to your computer. When scanning the product keys of your current running system, you can also search product key stored in BIOS, and search product keys by using WMI. System Requirements This tool works on any version of Windows, starting from Windows XP, and up to Windows 11. Both 32-bit and 64-bit systems are supported. Known Limitations If you purchased a computer from a large company, the product key displayed by this tool might be different from the product key you see on the sticker. It happens because the company uses the same duplicated disk with the same product key on all computers of the same model. You might see the same product key multiple times, simply because it's stored in multiple locations or because the key was found with multiple scan methods (Registry, BIOS, WMI). This tool can find your product key only if it's stored on your systems. For some license types, the product key is not stored in the Registry at all. Changes v1.02: Updated to stop the scanning process when you press the Esc key. Fixed the default columns size in high DPI mode. Start Using Product Key Scanner Product Key Scanner doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - ProductKeyScanner.exe After running ProductKeyScanner.exe, the 'Scan Options' window is displayed, and you can choose to scan your current running system or to scan a system on external hard ...
5/5 2,250 Aug 24, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/productkeyscanner1_th.png"border="0">
ProduKey v1.97
ProduKey v1.97 ProduKey is a small utility that displays the ProductID and the CD-Key of Microsoft Office (Microsoft Office 2003, Microsoft Office 2007), Windows (Including Windows 8/7/Vista), Exchange Server, and SQL Server installed on your computer. You can view this information for your current running operating system, or for another operating system/computer - by using command-line options. This utility can be useful if you lost the product key of your Windows/Office, and you want to reinstall it on your computer. Versions History Version 1.97 Added /cfg command-line option to start ProduKey with the specified config file. Known Problems When running produkey.exe, Some Antivirus programs displays an alert and/or block you from running it. Click here to read more about false alerts in Antivirus programs If your Antivirus software shows a false alert, you can use the following article that explains how to send a report about a false positive issue to your Antivirus company: How to Report Malware or False Positives to Multiple Antivirus Vendors For some types of license keys under Windows 7/8/2008, the product key is not stored in the Registry, and thus 'Product key was not found' message will be displayed. If you bought your computer with installed operating system, you may find the Windows product key appeared in ProduKey utility is different from the product key on your Windows CD. This problem is mostly reported with Dell computers. From unknown reason, the product key of Visual Stuido .NET is written in the Registry as Office XP product... In old versions of Office (Office 2000 and below), the 'Product Key' value is not available. Supported Products List Microsoft Windows 98/ME ...
5/5 10,144 Apr 19, 2021
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/produkey_th.png"border="0">
PropertySystemView v1.20
PropertySystemView v1.20 A tool that allows you view and modify the properties of file from GUI and command-line, using the property system of Windows operating system. For example, you can change the 'Media Created' timestamp stored in .mp4 files (System.Media.DateEncoded) as well as other metadata stored in media files and office documents, like Title, Comments, Authors, Tags, Date Acquired, Last Saved Date, Content Created Date, Date Imported, Date Taken (EXIF of .jpg files), and more... PropertySystemView also allows you to set properties of Windows. For example, you can set the System.AppUserModel.ID property of a window in order to disable the taskbar grouping of the specified window. System Requirements This tool works on any version of Windows, starting from Windows Vista and up to Windows 11. Both 32-bit and 64-bit systems are supported. Changes: Version 1.20 Added /CopyProperty command-line option, which allows you to copy a value of one property into another property. For example, this command will copy the value of System.DateModified property into the System.Media.DateEncoded property: PropertySystemView.exe /CopyProperty "C:\temp\1.mp4" System.DateModified System.Media.DateEncoded Known Issues The property system of Windows has many bugs and issues, for example: On some 64-bit systems, edit of some properties ( like System.Document.DateCreated and System.Document.DateSaved) will only work from the 64-bit version of PropertySystemView. So if you have 64-bit system, it's recommended to use the 64-bit version of PropertySystemView. The 'Read Only' flag of properties is not very reliable. There are some read-only properties that you can actually modify, while there are properties that are not defined as read-only, but you'll get an error when trying to modify them. Some properties may behave differently on different versions of Windows operating system. The above issues, as well as other problems you may ...
5/5 3,433 Jan 24, 2024
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/propertysystemview1_th.png"border="0">
Protected Storage PassView v1.63
Protected Storage PassView v1.63 Protected Storage PassView is a small utility that reveals the passwords stored on your computer by Internet Explorer, Outlook Express and MSN Explorer. The passwords are revealed by reading the information from the Protected Storage. Starting from version 1.60, this utility reveals all AutoComplete strings stored in Internet Explorer, not only the AutoComplete password, as in the previous versions. This utility can show 4 types of passwords: Outlook passwords: When you create a mail account in Outlook Express or a POP3 account in Microsoft Outlook, and you choose the "Remember password" option in the account properties, the password is saved in the Protected Storage, and this utility can instantly reveal it. Be aware that if delete an existing Outlook Express account, the password won't be removed from the Protected Storage. In such a case, the utility won't be able to obtain the user-name of the deleted account, and only the password will be shown. Starting from version 1.50, the passwords of Outlook Express identities are also displayed. AutoComplete passwords in Internet Explorer: Many Web sites provides you a logon screen with user-name and password fields. When you log into the Web site, Internet Explorer may ask you if you want to remember the password for the next time that you log into this Web site. If choose to remember the password, the user-name and the password are saved in the Protected Storage, and thus they can be revealed by Protected Storage PassView. In some circumstances, multiple pairs of user-name and passwords are stored for the same logon window. In such case, the additional passwords will be displayed as sub-items of the first user-password pair. In sub-items, the resource name is displayed as ...
5/5 8,665 Sep 14, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/pspv_th.png"border="0">
Proxy Mask - Proxy Switcher 3.4.4
Proxy Mask - Proxy Switcher 3.4.4 Proxy Checker and Switcher allow access to blocked websites Access blocked websites, and you can watch blocked YouTube videos such as This Video Is Not Available In Your Country (by changing your IP to different country), hide your IP address, surf anonymously without a trace on the Internet. You can access many of blocked websites without using proxy with Smart DNS Changer Free. Supports HTTP and HTTPS proxy servers You can define different proxy setting for different processes at the same time At least several hundred working proxies (always) Updates Working proxy list automatically Supports all windows (XP to windows 10, 32 and 64-bits) When to use Proxy Mask or Proxy Switcher Accessing blocked websites: Your ISP (Internet Service Provider) may block some websites. Normally, network adapters on your computer, uses your IPS DNS server, and most of blocked websites blocking by your ISP's DNS server. This type of restrictions can be bypassed by changing DNS server settings of network adapters. You can use the Smart DNS Changer Free to change your DNS settings. Some websites blocks by their IP addresses and this type of restriction cannot be bypassed by changing DNS server settings. In this case you should use Proxy Mask (Proxy Switcher) to access blocked websites. Bypassing websites region (country) restrictions: Some videos on YouTube cannot be watched from some countries (because of publisher restriction or copyright etc.), In this case YouTube shows text message on video player like This Video Is Not Available In Your Country. To bypass such restrictions you can use Proxy Mask (Proxy Switcher) to access restricted contents by changing your IP address to different country (by using Elite proxy ...
5/5 5,800 Feb 25, 2017
Rentanadviser.com <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/proxymask1_th.png"border="0">
PstPassword v1.11 - Outlook PST Password Recovery
PstPassword is a small utility that recover lost password of Outlook .PST (Personal Folders) file.
0/5 8,693 Nov 12, 2008
Copyright (c) 2006 - 2008 Nir Sofer
Q-Dir v11.49
Q-Dir v11.49 The Quad-Directory-Explorer makes your files and folders easy to manage, either installed or as a Portable Windows program as an alternative Freeware to Microsoft's File Explorer. Fast and easy access to your hard disks, network folders, USB-Sticks, floppy disks and other storage devices. Q-Dir is a good file manager with an amazing Quadro-View technique. You don't have to renounce the usual, Drag and Drop, all Views, and other functions of your system. Q-Dir gives you other nice functions, that make you happy. One can save many hand moves and also time! Q-Dir does not have to be installed and can be executed easily from the desktop, and can be carried on a small usb-stick or other memory device. Features: ◆ File management in 4-window with tabs ◆ Folder size with extra information ◆ Color filter for files and folders ◆ Classic and modern address bar ◆ Directory structure with visible tree branches ◆ Print what you see in Explorer Views ◆ Based on the MS Windows OS File Manager ◆ Full Unicode Support Other options and specifications ◆ Save folder combinations as favorites ◆ Moving and copying the data via "drag and drop" ◆ Mark selected folders and files ◆ Small program great in file management ◆ improved quad explorer file preview ◆ Multilingual ◆ Low System Resource usage ◆ Freeware ◆ ... and much more Supported Operating Systems: Windows 11 - Pro / Enterprise / Home, Windows 10 - Pro / Enterprise / Home, Windows 8.1 - Enterprise / Pro, Windows 8 - Enterprise / Pro, Windows 7 - Enterprise / Home Basic / Home Premium / Pro / Starter / Ultimate, Windows Vista - Enterprise / Ultimate / Business, Windows XP - Home / Pro, Windows Server - 2000-2008 / 2012 / 2016, Windows 98. (x32/x64) - All versions of Windows. Changes: New in version 11.49 // 26 March 2024 • Improvements and fine-tuning in the navigation area and address bars • General fixes and small tweaks around Quad File Explorer This download ...
5/5 8,395 Mar 27, 2024
Nenad Hrg <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Q-Dir1_th.png"border="0">
QGIS v3.22.2
QGIS v3.22.2 The Leading Open Source Desktop GIS QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities. Features QGIS offers many common GIS functions provided by core features and plugins. A short summary of six general categories of features and plugins is presented below, followed by first insights into the integrated Python console. View data You can view combinations of vector and raster data (in 2D or 3D) in different formats and projections without conversion to an internal or common format. Supported formats include: Spatially-enabled tables and views using PostGIS, SpatiaLite and MS SQL Spatial, Oracle Spatial, vector formats supported by the installed OGR library, including GeoPackage, ESRI Shapefile, MapInfo, SDTS, GML and many more. See section Working with Vector Data. Raster and imagery formats supported by the installed GDAL (Geospatial Data Abstraction Library) library, such as GeoTIFF, ERDAS IMG, ArcInfo ASCII GRID, JPEG, PNG and many more. See section Working with Raster Data. GRASS raster and vector data from GRASS databases (location/mapset). See section GRASS GIS Integration. Online spatial data served as OGC Web Services, including WMS, WMTS, WCS, WFS, and WFS-T. See section Working with OGC Data. Explore data and compose maps You can compose maps and interactively explore spatial data with a friendly GUI. The many helpful tools available in the GUI include: QGIS browser On-the-fly reprojection DB Manager Print layout Overview panel Spatial bookmarks Annotation tools ...
5/5 3,045 Dec 23, 2021
qgis.org <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/QGIS8_th.png"border="0">
QuickSetDNS v1.35
QuickSetDNS v1.35 Quickly set DNS servers of your Internet connection on Windows. QuickSetDNS is a simple tool that allows you to easily change the DNS servers that are used for your Internet connection. You can set the desired DNS servers from the user interface, by choosing from a list of DNS servers that you defined, or from command-line, without displaying any user interface. System Requirements This utility works on any version of Windows, starting from Windows 2000 and up to Windows 11. Both 32-bit and 64-bit systems are supported. Changes Version 1.35: Updated to work properly in high DPI mode. Added toolbar button for the 'Set Active DNS (IPv4+IPv6)' option. Added 'Double-Click Action' (Under the Options menu), which allows you to choose what to do when you double-click an item: None, Edit DNS Server, Set Active DNS (IPv4), Set Active DNS (IPv4+IPv6), Open Adapter In RegEdit, Properties. Added 'Enter Key Action' (Under the Options menu), which allows you to choose what to do when you press the Enter key: None, Edit DNS Server, Set Active DNS (IPv4), Set Active DNS (IPv4+IPv6), Open Adapter In RegEdit, Properties. Start Using QuickSetDNS QuickSetDNS doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - QuickSetDNS.exe After running QuickSetDNS, the main window allows you to easily choose the desired DNS servers to use on your Internet connection, by using the 'Set Active DNS' option (F2). By default, QuickSetDNS provides only one alternative: the public DNS servers of Google - 8.8.8.8 and 8.8.4.4 You can easily add more DNS servers to the list by using the 'New DNS Server' option (Ctrl+N). If the 'Automatic DNS' option is selected, then the DNS server information is received from your router ...
5/5 4,756 Sep 15, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/quicksetdns_th.png"border="0">
QuickViewer v1.1.4 32bit
QuickViewer v1.1.4 32bit QuickViewer is a graphic image viewer for comfortable browsing of many images. This software performs reading of image data in advance. And drawing the imported image data on the screen with OpenGL. You can browse images with much smoother response than ever before. QuickViewer is a free software lisenced under GPLv3. Summary To show images very fast (using OpenGL) Portable (without installers, registries, external libraries) Tablet PC ready 2 Page Spread viewing (two images once, for digital books/comics) To read archives directly (zip/7z/rar/cbr/cbz) To show images (bmp/png/jpeg/ico/dds/tga/tiff/gif) Supported for modern formats(JPEG 2000/JPEG XR/WebP) Supported for Animated PNG(APNG)/GIF Auto rotation (using JPEG EXIF) Supported for CYMK JPEGs(auto converted to sRGB) To show Raw digital camera images Canon (crw, cr2) Nicon (nef) Sony (arw) Ricoh, Pentax (dng) etc.. Can make/view/search catalog from thousands of your digital books Can search books from auto generated tags Touch panel input (Page navigations/Zooming/Rotate/Change fullscreen) Multilingual support (English/Spanish/Simplified Chinese/Japanese/Greek) How to use Launch the application and display the window Select a menu on the main menu which choose a folder from the dialog, or Drag Drop a folder contains image files from Windows Explorer to the window A image loaded on the screen ...
5/5 3,836 Apr 17, 2019
KATO Kanryu <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/QuickViewer3_th.png"border="0">
QuickViewer v1.1.4 64bit
QuickViewer v1.1.4 64bit QuickViewer is a graphic image viewer for comfortable browsing of many images. This software performs reading of image data in advance. And drawing the imported image data on the screen with OpenGL. You can browse images with much smoother response than ever before. QuickViewer is a free software lisenced under GPLv3. Summary To show images very fast (using OpenGL) Portable (without installers, registries, external libraries) Tablet PC ready 2 Page Spread viewing (two images once, for digital books/comics) To read archives directly (zip/7z/rar/cbr/cbz) To show images (bmp/png/jpeg/ico/dds/tga/tiff/gif) Supported for modern formats(JPEG 2000/JPEG XR/WebP) Supported for Animated PNG(APNG)/GIF Auto rotation (using JPEG EXIF) Supported for CYMK JPEGs(auto converted to sRGB) To show Raw digital camera images Canon (crw, cr2) Nicon (nef) Sony (arw) Ricoh, Pentax (dng) etc.. Can make/view/search catalog from thousands of your digital books Can search books from auto generated tags Touch panel input (Page navigations/Zooming/Rotate/Change fullscreen) Multilingual support (English/Spanish/Simplified Chinese/Japanese/Greek) How to use Launch the application and display the window Select a menu on the main menu which choose a folder from the dialog, or Drag Drop a folder contains image files from Windows Explorer to the window A image loaded on the screen ...
5/5 3,850 Apr 17, 2019
KATO Kanryu <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/QuickViewer3_th.png"border="0">
ReactOS v0.4.14 r98
ReactOS v0.4.14 r98 An open source effort to develop a quality operating system that is compatible with applications and drivers written for the Microsoft Windows NT family of operating systems (NT4, 2000, XP, 2003). Imagine running your favorite Windows applications and drivers in an open-source environment you can trust. That's ReactOS. Not just an Open but also a Free operating system. Features • Lightweight 500MB HDD and 96MB RAM • From Scratch This is not Linux mimicking Windows. • 9,000,000+ lines of code And growing! • 100+ devs Have contributed along the years. • Styles Classical and ReactOS Lautus styles. • Tons of Open Modules From Games to Drivers: Open Source and Free. Click here to visit the author's website.
5/5 5,340 Feb 05, 2024
ReactOS Foundation <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/ReactOS2_th.png"border="0">
RegDllView 32bit v1.60
RegDllView 32bit v1.60 RegDllView is a small utility that displays the list of all registered dll/ocx/exe files (COM registration). For each registered file, you can view the last date/time that it was registered, and the list of all registration entries (CLSID/ProgID). RegDllView also allows you to unregister dll/ocx files that you don't need on your system anymore. If you have dll/ocx files that don't exist on your system anymore, but their registration entries are still exist in your Registry, you can manually remove these entries by using 'Delete All Entries For Selected Files' option. Starting from version 1.35, RegDllView also allows you to register dll/ocx files (like regsvr32), simply by dragging one or more files from Explorer folder into the window of RegDllView. System Requirements This utility works on any version of Windows - from Windows 98 to Windows 10. There is also a separated download for handling x64 registrations. Versions History Version 1.60: Added 'File Extension' column. Start Using RegDllView RegDllView doesn't require any installation process or additional DLLs. Just copy the executable file (RegDllView.exe) to any folder you like, and run it. The main window of RegDllView has 2 panes: The upper pane - Displays the list of all registered files. The lower pane - Displays the list of all COM registration entries of the selected file in the upper pane. Tips for using RegDllView If you want to view the files that registered in the last hours/days, simply click the 'Last Registered On' column, and the list will be sorted according to the registration date. If you want to find obsolete registrations on your system, simply click the 'Missing File' in order to sort the list by 'Missing File' status. ...
5/5 8,336 Apr 26, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/regdllview_th.png"border="0">
RegDllView 64bit v1.60
RegDllView 64bit v1.60 RegDllView is a small utility that displays the list of all registered dll/ocx/exe files (COM registration). For each registered file, you can view the last date/time that it was registered, and the list of all registration entries (CLSID/ProgID). RegDllView also allows you to unregister dll/ocx files that you don't need on your system anymore. If you have dll/ocx files that don't exist on your system anymore, but their registration entries are still exist in your Registry, you can manually remove these entries by using 'Delete All Entries For Selected Files' option. Starting from version 1.35, RegDllView also allows you to register dll/ocx files (like regsvr32), simply by dragging one or more files from Explorer folder into the window of RegDllView. System Requirements This utility works on any version of Windows - from Windows 98 to Windows 10. There is also a separated download for handling x64 registrations. Versions History Version 1.60: Added 'File Extension' column. Start Using RegDllView RegDllView doesn't require any installation process or additional DLLs. Just copy the executable file (RegDllView.exe) to any folder you like, and run it. The main window of RegDllView has 2 panes: The upper pane - Displays the list of all registered files. The lower pane - Displays the list of all COM registration entries of the selected file in the upper pane. Tips for using RegDllView If you want to view the files that registered in the last hours/days, simply click the 'Last Registered On' column, and the list will be sorted according to the registration date. If you want to find obsolete registrations on your system, simply click the 'Missing File' in order to sort the list by 'Missing File' status. ...
5/5 8,407 Apr 26, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/regdllview_th.png"border="0">
RegFromApp 32bit v1.33
RegFromApp 32bit v1.33 RegFromApp monitors the Registry changes made by the application that you selected, and creates a standard RegEdit registration file (.reg) that contains all the Registry changes made by the application. You can use the generated .reg file to import these changes with RegEdit when it's needed. System Requirements This utility works on Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows 8. Older versions of Windows are not supported. There is a separated version for x64 applications. Versions History Version 1.33: Fixed RegFromApp to avoid from BSOD when trying to attach to smss.exe (Be aware that RegFromApp will still fail to capture the smss.exe process) Using RegFromApp RegFromApp doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - RegFromApp.exe After running it, select the process that you want to inspect, and click Ok. After clicking Ok, each time that the selected process writes a value into the Registry, the main window of RegFromApp will display the written value in Windows .reg file format. You can copy &amp; paste the desired values to another Registry file, or alternatively, you can save the entire Registry changes into a .reg file by using the 'Save As' option. Using RegFromApp In Windows Vista RegFromApp can work in Vista even when UAC (User Account Control) is turned on, as long as the process that you wish to inspect run in the same account and security context of RegFromApp. However, if you want to inspect a process that runs under administrator account, you must also run RegFromApp as administrator. (right-click on RegFromApp.exe and choose 'Run As Administrator') RegFromApp Display Modes Starting from version 1.10, RegFromApp can work in 2 display modes: ...
5/5 8,430 Apr 26, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/regfromapp_th.png"border="0">
RegFromApp 64bit v1.33
RegFromApp 64bit v1.33 RegFromApp monitors the Registry changes made by the application that you selected, and creates a standard RegEdit registration file (.reg) that contains all the Registry changes made by the application. You can use the generated .reg file to import these changes with RegEdit when it's needed. System Requirements This utility works on Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows 8. Older versions of Windows are not supported. There is a separated version for x64 applications. Versions History Version 1.33: Fixed RegFromApp to avoid from BSOD when trying to attach to smss.exe (Be aware that RegFromApp will still fail to capture the smss.exe process) Using RegFromApp RegFromApp doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - RegFromApp.exe After running it, select the process that you want to inspect, and click Ok. After clicking Ok, each time that the selected process writes a value into the Registry, the main window of RegFromApp will display the written value in Windows .reg file format. You can copy &amp; paste the desired values to another Registry file, or alternatively, you can save the entire Registry changes into a .reg file by using the 'Save As' option. Using RegFromApp In Windows Vista RegFromApp can work in Vista even when UAC (User Account Control) is turned on, as long as the process that you wish to inspect run in the same account and security context of RegFromApp. However, if you want to inspect a process that runs under administrator account, you must also run RegFromApp as administrator. (right-click on RegFromApp.exe and choose 'Run As Administrator') RegFromApp Display Modes Starting from version 1.10, RegFromApp can work in 2 display modes: ...
5/5 8,618 Apr 26, 2019
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/regfromapp_th.png"border="0">
RegistryChangesView v1.30
RegistryChangesView v1.30 A tool for Windows that allows you to take a snapshot of Windows Registry and later compare it with another Registry snapshots, with the current Registry or with Registry files stored in a shadow copy created by Windows. When comparing 2 Registry snapshots, you can see the exact changes made in the Registry between the 2 snapshots, and optionally export the Registry changes into a standard .reg file of RegEdit. System Requirements This utility works on any version of Windows, starting from Windows XP and up to Windows 11. Both 32-bit and 64-bit systems are supported. Changes Version 1.30: Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting. Added 'Sort By' toolbar button Examples for useful things you can do with this tool You can create a Registry snapshot before installing a new software and then after the installation is completed, compare this Registry snapshot with the current Registry and see all Registry changes made by the installer (Be aware that you'll also see some changes made by Windows or other programs in the same time). If there are Registry changes that you don't like, you can generate a .reg file to revert back the changes. If you make a change in Windows configuration from the GUI of Windows and you want to see how to make this change in the Registry, simply create a Registry snapshot before making the config change and then after the configuration change, compare this Registry snapshot with ...
5/5 5,167 Sep 28, 2023
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/registrychangesview_th.png"border="0">
RegRun Reanimator v15.30.2023.0927
RegRun Reanimator v15.30.2023.0927 A free software for removing Trojans/Adware/Spyware/Malware and some of the rootkits. Reanimator does not contain any adware/spyware modules. Supported Windows: 95/98/Me/NT4/2000/XP/2003/VISTA/Seven/Windows 8/10/11 32-and 64-bit Reanimator is free of charge for personal (non-commercial using). How to use Reanimator? 1) Open Reanimator.exe. 2) Click the Fix Problem button. 3) Click the "Fix Malware Issues" button. 4) Reanimator will start scanning automatically. 5) Carefully inspect the found threats. 6) Click the Red button to fix the issues or the Green button to mark as false positive. 7) Restart your PC to complete the fixing. How to remove malware using the help of the Support Center? 1) Save downloaded reanimator.zip to your hard drive. 2) Unzip reanimator.zip to any folder on your hard drive. 3) Open ReanimatorStart.exe and proceed installation. If you have installed UnHackMe you will be prompted for updating UnHackMe Reanimator. 4) Choose Send Report tab. 5) Click the Send Report button. 6) Choose "Send Report Now". Fill in the contact form: Your e-mail address for receiving results. Your name or nickname. Detailed information about your problem. Read the Privacy Policy. Set the box "Accept our Privacy Policy." Click the Upload button. You will receive our confirmation e-mail message to your e-mail box. Later you can logon to the Support Center using your Ticket ID and your e-mail. You will get an answer from the Greatis Software Support Team within 1-2 working days. Set up your spam filter for allowing to receive messages from greatissoftware.com and from greatis.com. How to Uninstall Reanimator? 1) Open Windows Start menu. 2) Choose Settings. 3) Click Apps &amp; Features. ...
5/5 5,428 Oct 03, 2023
Greatis Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/RegRun1_th.png"border="0">
RegScanner v2.55
RegScanner v2.55 RegScanner is a small utility that allows you to scan the Registry, find the desired Registry values that match to the specified search criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit, simply by double-clicking the desired Registry item. You can also export the found Registry values into a .reg file that can be used in RegEdit. Advantages over RegEdit find of Windows RegScanner utility display the entire search result at once, so you don't have to press F3 in order to find the next value. In addition to the standard string search (Like in RegEdit), RegScanner can also find Registry values by data length, value type (REG_SZ, REG_DWORD, and so on), and by modified date of the key. RegScanner can find a unicode string located inside a binary value. RegScanner allows you to make a case sensitive search. While scanning the Registry, RegScanner display the current scanned Registry key, as opposed to RegEdit, that simply display a boring "Searching the registry" dialog-box. System Requirements This utility works in any version of Windows, from Windows 98 to Windows 10. A separated download for x64 systems is also available. This download is for the 64bit version. If you need the 32bit version, download here. Versions History Version 2.55: Added 'Key Owner' column, which displays the owner name of the Registry key. Fixed to export properly REG_NONE values. License This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all ...
5/5 4,956 Jul 15, 2020
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/RegScanner_th.png"border="0">
Regshot v3.0.1
Regshot v3.0.1 Regshot is a small, free, registry and folder/file compare utility that allows you to take a snapshot of your system and then compare it with a second one, done after doing system changes or installing a new software product. The changes report can be produced in TEXT or HTML format and contains a list of all modifications that have taken place between snapshot 1 and snapshot 2. To use CHKUNIN to check changes, Regshot's output file must be in English and a .TXT file, not an html file. Regshot gives you the ability to ignore up to 99 folders if you want to. Usage: ----------------- You can use Regshot a couple of different ways: 1 - Just monitor registry changes 2 - Monitor registry changes and changes to specific folders 3 - Just monitor folders changes When you take a snapshot of your system and save it, a file called "Image1.log" is created in the "Installed" folder, and is deleted when you "Quit" Regshot. If you "X" out of Regshot or reboot, this file is not deleted. This file is used to automatically start Regshot after a reboot if you use a batch file in the "Startup" folder to check for it. See "start_Regshot.bat" for an example. By doing this, you are reminded to finish the monitoring process for the program you just installed. 1 - to use CHKUNIN, you must save the logs as Plain TXT and English laguage. - set the max ammount of data you want to see. - To see ALL files changed, turn off "Don't show files with same old.new size". - To just monitor folder/file changes, turn off "Don't process registry, only dirs". - To monitor registry entries in HKEY_CURRENT_USER, not HKEY_USERS, turn off "Monitor HKCU, not HKU registry". - To just monitor registry changes, turn ...
5/5 4,663 Oct 18, 2019
Randy Hall <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Regshot1_th.png"border="0">
ZIP Remote Desktop PassView v1.01 - Recover the password of Remote Desktop Connection utility
Remote Desktop PassView is a small utility that reveals the password stored by Microsoft Remote Desktop Connection utility inside the .rdp files.
0/5 8,609 Nov 12, 2008
Copyright (c) 2006 - 2007 Nir Sofer
   
Showing rows 201 to 300 of 440 Showing Page 3 of 5  «  1  2  3  4  5  » 


OlderGeeks.com Copyright (c) 2024