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.
Take No CrapwareOG Dad CapNo Password


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
Soundblaster Pro CT1330A DOS/Win95 Driver
Soundblaster Pro CT1330A DOS/Win95 Driver. Only drivers ever released for the CT1330A. May work with other versions of Windows.
0/5 8,568 Nov 28, 2008
Creative Labs
SoundPro Sound Pro ht 1869v Driver
SoundPro Sound Pro ht 1869v Driver. Drivers for Sound Pro HT 1869v for Windows 98. May work with other versions of Windows.
0/5 8,669 Mar 29, 2009
Sound Pro
Soundrage 32 Windows 95/98 Driver (Also known as Interwave)
Soundrage 32 Windows 95/98 Driver. May work with other versions of Windows. (Also known as Interwave)
0/5 8,569 Nov 28, 2008
STB Systems
SoundSwitch v6.10.3
SoundSwitch v6.10.3 Switch your default playback devices and/or recording devices using simple hotkeys. Easy To start using it, simply use the default hotkey: CTRL + ALT + F11. You can also Double Click on the Systray Icon. Mute To mute your microphone use: CTRL + ALT + M. You can change it later in the settings, in the recording tab. Speeds up No more navigating through several menus and screens. Just configure SoundSwitch once - and you are able to switch between your devices as fast as never before! Configure it to match your needs! Multilingual English, French, German, Spanish, Italian and Portuguese (Brazilian). Supported operating systems: Windows 7, 8, 8.1, 10, 11 Changes: 6.10.3 (2024-04-07) Languages Japanese: Translated Settings using Weblate (3bd9ef2) Japanese: Translated Tray Icon using Weblate (3e5e936) Enhancements icon: improve the logic that cache device icons (886bd81) Bug Fixes device:icon: Force max size of 32px instead of what's available as large (c389f27) settings: fix issue with device list (settings) crashing when too many devices (180ca33) settings: Hide Primary Screen CheckBox and Position ComboBox when Banner Position not selected (c775eb5) auto-update: parsing of version with beta (8ef4e51) icon: fix not saving in cache the icon (8623e72) updater: fix possible issue with the updater crashing at SoundSwitch startup. (4de67e6) version: fix the file version of the app (8de2d5b) Features banner: Make banner stackable instead of replacing content (b26eb7c) autoadd: remove the auto add feature (dd39379) make audioswitcher able to provide list of devices (0d31968) notification: Banner positions (#1346) (40892fe), closes #242 #1176 Click here to visit the author's website.
5/5 3,340 May 22, 2024
Jeroen Pelgrims <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SoundSwitch1_th.png"border="0">
SoundVolumeView v2.26
SoundVolumeView v2.26 A simple tool for Windows Vista/7/8/2008/10 that displays general information and current volume level for all active sound components on your system, and allows you to mute and unmute them instantly. SoundVolumeView also allows you to save a sound profile into a file, containing the current volume level and the mute/unmute state of all sound components, as well as the default sound devices, and then later, load the same file to restore exactly the same volume levels and settings. There is also extensive command-line support, which allows you to save/load profiles, change current volume of every sound component, and mute/unmute every sound component, without displaying any user interface. System Requirements This utility works on Windows Vista, Windows 7, Windows 8, Windows 2008, and Windows 10. Both 32-bit and 64-bit systems are supported. Windows XP and older systems are not supported. Versions History Version 2.26: You can now use any variable inside the .cfg file (SoundVolumeView.cfg) in order to set the configuration from command line, for example: SoundVolumeView.exe /SaveFileEncoding 3 /ShowUnpluggedDevices 1 /ShowDisabledDevices 1 Start Using SoundVolumeView SoundVolumeView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - SoundVolumeView.exe After running SoundVolumeView, the main window is displays all sound items found in your systems. There are 3 types of items: devices, subunits, and application volume. For every item, the current volume level is displayed in percent unit. For devices and subunits, the volume level is also displayed in Decibel. For subunits, the volume level is displayed for every channel separately. Increase/Decrease/Mute Volume In the main window of SoundVolumeView, you can select one or more items, and then mute, unmute, increase, or decrease the volume of selected items, using accelerator keys: Mute - F7 Unmute - F8 ...
5/5 5,026 Nov 26, 2021
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/soundvolumeview_th.png"border="0">
Sourcetrail v2021.1.30
Sourcetrail v2021.1.30 Free and open-source cross-platform source explorer Get productive on unfamiliar source code. Supported Languages: C, C++, Java, Python, <custom>; more info Used and tested on code bases with up to 10 million lines of code. Connectable Editors: Atom, Clion, Eclipse, Emacs, IntelliJ IDEA, Neovim, PyCharm, QtCreator, Sublime Text, Vim, Visual Studio, Visual Studio Code; more info Software developers spend most of their time figuring out existing source code, but common code editing tools offer little help for this task. Debuggers only allow detailed inspection of one narrow code path. 'Find all references' helps you in navigating between files, but doesn't provide the context to see the big picture of all relevant dependencies. Sourcetrail provides both overview and details by combining an interactive dependency graph, a concise code view and efficient code search, all built into an easy-to-use cross-platform developer tool. It supports you in exploring legacy code, understanding the implementation and refactoring the software architecture, making it a fun experience for the whole family! Sourcetrail runs locally. Your code is private. No cloud necessary. How It Works 1) Index your Source Code Sourcetrail's in-depth static analysis finds all definitions and references within your source files. To start the static code analyzer, you can either import an existing build configuration or choose manual project setup. 2) Find any Symbol Use Sourcetrail's search field to quickly find any symbol within the whole codebase. The fuzzy code search engine gives you the best matches with just a few keystrokes. 3) Explore Dependencies Visually The graph visualization provides a quick overview of any class, method, field, etc., of interest and all its relations. The dependency graph is fully interactive. Use it to move through the codebase by focusing on related nodes and edges. 4) Browse your Source Code Finally the code view holds all implementation details of the element in focus within a well-arranged list of code snippets. Further inspect scopes ...
5/5 2,594 Mar 17, 2021
Coati Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Sourcetrail1_th.png"border="0">
Sozi v20.05
Sozi v20.05 Sozi is a zooming presentation editor and player. Unlike in most presentation applications, a Sozi document is not organised as a slideshow, but rather as a poster where the content of your presentation can be freely laid out. Playing such a presentation consists in a series of translations, zooms and rotations that allow to focus on the elements you want to show. Sozi is based on open standards. It is free software distributed according to the terms of the Mozilla Public License 2.0. Read the documentation. This download is for the Windows 64bit version. If you need the Windows 32bit version, download here. If you need the MacOS version, download here. If you need the Linux 64bit version, download here. If you need the Linux 32bit version, download here. Download extra media v0.92, here. Download extra media v1.0, here. Click here to visit the author's website.
5/5 3,052 Jul 28, 2020
Guillaume Savaton <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Sozi1_th.png"border="0">
Space Invaders OpenGL v0.6.1
Space Invaders OpenGL v0.6.1 A 2D/3D game based on the old arcade classic in which you must destroy enemy ships by shooting them up. It is developed in OpenGL under Visual C++, and is still in development. It should run under Windows 98/XP/Vista with a 3D accelerator card and OpenGL drivers. Note: For Windows 7,8,10 and 11 you need to right click the exe file and run as administrator. Also, you need to choose a windowed mode. If you experience an error message about msvcr70.dll please extract and put this file in windows/system32 for win 2000/XP or windows/system for win 98/ME. History Not many people know that Mr Nishikado, who wrote the original Space Invaders, actually based it on a real occurrence in 1977. It was Christmas Eve and what happened was a load of Japanese schoolkids, sitting waiting for Santa to appear in the sky above Hokkaido, saw row upon row of aliens advancing slowly from Venus. The clever kids realized the threat to Earth and quickly cobbled together a laser blaster from the hubcap, spark-plugs and battery of a parked car. They moved left and right, blasting aliens out of the sky. After about four waves, the aliens gave up and the Earth was saved. The next morning (Xmas Day) the kids were rewarded with extra presents and figgy pudding. And that's how it happened. Backed by a thudding bass beat, dozens of invaders from another world descended on our planet in 1978. Within months, Space Invaders was one of the hottest fads on the globe, helping propel the video arcade into a multi-billion dollar industry. The invasion began in Japan. Programmer Toshihiro Nishikado took the classic sci-fi riff of alien invasion and transported it to the video screen. The otherworlders, arranged in a tight row and column formation, marched left and right across ...
5/5 3,869 Jan 04, 2022
maya75 <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SpaceInvadersGL3_th.png"border="0">
SpaceSniffer v1.3.0.2
SpaceSniffer v1.3.0.2 SpaceSniffer is a freeWare and portable tool application that lets you understand how folders and files are structured on your disks. By using a Treemap visualization layout, you have immediate perception of where big folders and files are placed on your devices. Treemap concept was invented by Prof. Ben Shneiderman, who kindly permitted the use of his concept into this tool. Start a scan process and see the overall situation. Bigger are the elements on the view, bigger are folders and files on your disk. You need more detail on a big folder? Just single click on it. The selected element will be detailed with its content. Need more and more detail? Keep selecting elements and they'll discover their secrets to you. Need a larger view of a small folder? Then double click on it, and it'll zoom to the full extent of the view. If you need to understand why no more free space is left on media, keep following bigger elements. Maybe you want to focus only on particular file types... ok. Just type the file type on the filter field (example: *.jpg) and press enter. The view will react and show you only JPEG files. Want to exclude files? Then type a starting pipe before the filter (example: |*.jpg) and press enter. The view will show everything but JPEG files. If you want to keep track of examined files you can tag them. Four colors are available. Just hover the mouse on a file and press CTRL+1 to tag it red. There are keys also for yellow, green and blue tagging. Use them as you wish. You can also filter on tags (example: :red will show only red tagges files, :all will show all tagged files and so on). You can also exclude tagged files (example: |:red will exclude ...
5/5 6,110 Jan 12, 2022
Uderzo Umberto <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/spacesniffer1_th.png"border="0">
Spatial for Windows
Spatial for Windows Three-dimensional space tactics A short game exploring spaceship tactics with full three-dimensional movement and set to the Blue Danube Waltz. Inspired by Flotilla, Homeworld, and Infographics.
0/5 6,009 Jul 24, 2015
Games by Nico <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Spatialimg2_th.png"border="0">
SpecialFoldersView v1.26 32bit
SpecialFoldersView v1.26 32bit Windows operating system have dozens of special folders that are used for storing application settings and files, storing Internet files, saving temporary files, storing shortcuts to other files, and so on. This utility displays the list of all special folders in your system, and allows you to easily jump to the right folder simply by double-clicking the folder item. You can also save the list of all folder paths into text/html/xml file. System Requirements This utility works on Windows 2000, Windows XP, Windows Server 2003, Windows Server 2008, Windows Vista, Windows 7, Windows 8, and Windows 10. Both 32-bit and 64-bit systems are supported. Versions History Version 1.26: Added 'Copy Environment String Path'. Using SpecialFoldersView SpecialFoldersView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - SpecialFoldersView.exe The main window of SpecialFoldersView displays the list of all special folders in your system. In order to open the desired folder in Explorer, simply double-click the desired folder item. Special Folders List Sample In the following example, you can find the list of all special folders in typical installation of Windows XP with 'Administrator' user. This list was created by using SpecialFoldersView: Folder Name Folder Path CSIDL CSIDL Name Application Data C:\Documents and Settings\Administrator\Application Data 0x1a CSIDL_APPDATA CD Burning C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\CD Burning 0x3b CSIDL_CDBURN_AREA Common Administrative Tools C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools 0x2f CSIDL_COMMON_ADMINTOOLS Common Application Data C:\Documents and Settings\All Users\Application Data 0x23 CSIDL_COMMON_APPDATA Common Desktop C:\Documents and Settings\All Users\Desktop 0x19 CSIDL_COMMON_DESKTOPDIRECTORY Common Documents C:\Documents and Settings\All Users\Documents 0x2e CSIDL_COMMON_DOCUMENTS Common Favorites C:\Documents and Settings\All Users\Favorites 0x1f CSIDL_COMMON_FAVORITES Common Music C:\Documents and Settings\All Users\Documents\My Music 0x35 CSIDL_COMMON_MUSIC Common Pictures C:\Documents and Settings\All Users\Documents\My Pictures 0x36 CSIDL_COMMON_PICTURES Common Start Menu C:\Documents and Settings\All Users\Start Menu 0x16 CSIDL_COMMON_STARTMENU Common Start Menu Programs C:\Documents and Settings\All Users\Start Menu\Programs 0x17 CSIDL_COMMON_PROGRAMS Common Startup C:\Documents and Settings\All Users\Start Menu\Programs\Startup 0x18 CSIDL_COMMON_STARTUP Common Templates C:\Documents and Settings\All Users\Templates 0x2d CSIDL_COMMON_TEMPLATES Common Video C:\Documents and Settings\All Users\Documents\My Videos 0x37 CSIDL_COMMON_VIDEO Cookies C:\Documents and Settings\Administrator\Cookies 0x21 CSIDL_COOKIES Desktop C:\Documents and Settings\Administrator\Desktop 0x10 CSIDL_DESKTOPDIRECTORY Favorites C:\Documents and Settings\Administrator\Favorites 0x06 CSIDL_FAVORITES Fonts C:\WINDOWS\Fonts 0x14 CSIDL_FONTS History C:\Documents and Settings\Administrator\Local Settings\History 0x22 CSIDL_HISTORY Local Application Data C:\Documents and Settings\Administrator\Local Settings\Application Data 0x1c CSIDL_LOCAL_APPDATA My ...
5/5 8,714 Jan 12, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/specialfoldersview_th.png"border="0">
SpecialFoldersView v1.26 64bit
SpecialFoldersView v1.26 64bit Windows operating system have dozens of special folders that are used for storing application settings and files, storing Internet files, saving temporary files, storing shortcuts to other files, and so on. This utility displays the list of all special folders in your system, and allows you to easily jump to the right folder simply by double-clicking the folder item. You can also save the list of all folder paths into text/html/xml file. System Requirements This utility works on Windows 2000, Windows XP, Windows Server 2003, Windows Server 2008, Windows Vista, Windows 7, Windows 8, and Windows 10. Both 32-bit and 64-bit systems are supported. Versions History Version 1.26: Added 'Copy Environment String Path'. Using SpecialFoldersView SpecialFoldersView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - SpecialFoldersView.exe The main window of SpecialFoldersView displays the list of all special folders in your system. In order to open the desired folder in Explorer, simply double-click the desired folder item. Special Folders List Sample In the following example, you can find the list of all special folders in typical installation of Windows XP with 'Administrator' user. This list was created by using SpecialFoldersView: Folder Name Folder Path CSIDL CSIDL Name Application Data C:\Documents and Settings\Administrator\Application Data 0x1a CSIDL_APPDATA CD Burning C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\CD Burning 0x3b CSIDL_CDBURN_AREA Common Administrative Tools C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools 0x2f CSIDL_COMMON_ADMINTOOLS Common Application Data C:\Documents and Settings\All Users\Application Data 0x23 CSIDL_COMMON_APPDATA Common Desktop C:\Documents and Settings\All Users\Desktop 0x19 CSIDL_COMMON_DESKTOPDIRECTORY Common Documents C:\Documents and Settings\All Users\Documents 0x2e CSIDL_COMMON_DOCUMENTS Common Favorites C:\Documents and Settings\All Users\Favorites 0x1f CSIDL_COMMON_FAVORITES Common Music C:\Documents and Settings\All Users\Documents\My Music 0x35 CSIDL_COMMON_MUSIC Common Pictures C:\Documents and Settings\All Users\Documents\My Pictures 0x36 CSIDL_COMMON_PICTURES Common Start Menu C:\Documents and Settings\All Users\Start Menu 0x16 CSIDL_COMMON_STARTMENU Common Start Menu Programs C:\Documents and Settings\All Users\Start Menu\Programs 0x17 CSIDL_COMMON_PROGRAMS Common Startup C:\Documents and Settings\All Users\Start Menu\Programs\Startup 0x18 CSIDL_COMMON_STARTUP Common Templates C:\Documents and Settings\All Users\Templates 0x2d CSIDL_COMMON_TEMPLATES Common Video C:\Documents and Settings\All Users\Documents\My Videos 0x37 CSIDL_COMMON_VIDEO Cookies C:\Documents and Settings\Administrator\Cookies 0x21 CSIDL_COOKIES Desktop C:\Documents and Settings\Administrator\Desktop 0x10 CSIDL_DESKTOPDIRECTORY Favorites C:\Documents and Settings\Administrator\Favorites 0x06 CSIDL_FAVORITES Fonts C:\WINDOWS\Fonts 0x14 CSIDL_FONTS History C:\Documents and Settings\Administrator\Local Settings\History 0x22 CSIDL_HISTORY Local Application Data C:\Documents and Settings\Administrator\Local Settings\Application Data 0x1c CSIDL_LOCAL_APPDATA My ...
5/5 8,801 Jan 12, 2022
Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/specialfoldersview_th.png"border="0">
specPortable v1.32
specPortable v1.32 specPortable allows you to run Speccy® without needing to install it. Speccy is a fast, lightweight system information tool that gives you information about your PC including the operating system, motherboard, CPU, memory, graphics card, storage, and more. This is an online installer that will download Speccy during setup. System Requirements: Windows XP, Vista, 7, 8, 10 MD5 Hash: 061bcaadfc7803fda2869b9191937bfd SHA256 Hash: ae134d1032db473f4c9b6e43f3c64b0b5fc32a5715c19aeb8db0029edf3a8b17 Click here to visit the author's website.
5/5 3,633 Nov 19, 2019
Piriform & PortableApps.com <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/specPortable1_th.png"border="0">
Speed Dreams v2.3.0
Speed Dreams v2.3.0 Speed Dreams is a 3d cross-platform, open source motorsport simulation and racing game. Speed Dreams is a fork of the open racing car simulator Torcs, aiming to implement exciting new features, cars, tracks and AI opponents to make a more enjoyable game for the player, as well as constantly improving visual and physics realism. The current official release features : • visually reworked menus by Brian Gavin, Eckhard M. Jäger, Andrew Sumner and Jean-Philippe Meuret, • 3 amazing fine tuned and balanced new car sets by Andrew Sumner and Haruna Say: Super Cars, 36 GP and LS-GT1, • an updated TRB1 car set (well balanced, more realistic behaviour), • 3 exciting new tracks and many visually improved ones, • smashing liveries for all these cars, by Eckhard M. Jaeger and Haruna Say, • 2 new TRB first-class robot for the Supercars, 36 GP and TRB1 car sets: USR by Andrew Sumner and Simplix by Wolf-Dieter Beelitz (at last real AI opponents !), • animated driver by Andrew Sumner on 36GP cars, 3D wheels for all cars by Eric Espie, • 2 new leader-board modes by Gabor Kmetyko, smoke on spinning tires by Andrew Sumner, • brand new gauges by Eckhard M. Jaeger, and many many other small visual improvements, • experimental Simu V3 physics engine by Christos Dimitrakakis, • many menu improvements (support for grid shifting, optimized track select load time, category filter when selecting driver, more infos in results and standings boards) and much more ... Help! These massive files are a huge drain on our system, so please drop us a donation to cover the ...
5/5 5,461 Mar 08, 2024
Speed Dreams Dev Team <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/speeddreams3_th.png"border="0">
SpeedCrunch v0.12
SpeedCrunch v0.12 SpeedCrunch is a high-precision scientific calculator featuring a fast, keyboard-driven user interface. It is free and open-source software, licensed under the GPL. Efficient &amp; easy-to-use interface. SpeedCrunch displays results as you type. Select a partial expression to evaluate only that part. Previous inputs and results are shown in a scrollable history and can be easily recalled. Customizable syntax highlighting allows you to spot mistakes easily. If you prefer the old-school way, an optional on-screen keypad is available as well. Powerful. SpeedCrunch comes with over 80 built-in mathematical functions. You can also define your own functions. Variables allow you to store your results. Perform calculations with up to 50 digits of precision, using complex numbers, numeral bases, unit conversions, and more. Auto-completion allows you to speed up your task. Library included. A built-in formula book allows to you to review and insert commonly used formulas, such as the volume of a cone. Or insert one out of over 150 built-in scientific constants. This download is for the Windows version. If you need the MacOS version, download here. If you need the Linux Debian version, download here. If you need the Linux RPM version, download here. Program instructions here. Click here to visit the author's website.
5/5 3,095 Jul 19, 2020
The SpeedCrunch Developers <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SpeedCrunch2_th.png"border="0">
SpeedFan 4.52
SpeedFan 4.52 SpeedFan is a program that monitors voltages, fan speeds and temperatures in computers with hardware monitor chips. SpeedFan can even access S.M.A.R.T. info and show hard disk temperatures. SpeedFan supports SCSI disks too. SpeedFan can even change the FSB on some hardware (but this should be considered a bonus feature). SpeedFan can access digital temperature sensors and can change fan speeds accordingly, thus reducing noise. SpeedFan works fine with Windows 9x, ME, NT, 2000, 2003, XP, Vista, Windows 7, 2008, Windows 8, Windows 10 and Windows Server 2012. It works with Windows 64 bit too. Changelog: 4.52 - added full IPMI support - added full support for IT IT8771E - added full support for Intel Sunrise Point (Z170) SMBus - added full support for STMicro STTS2004 - added full support for NCT6793D - added full support for Giantec GT34TS04 and GT34TS02 - added support for Atom E3800 SMBus - added support for Atom C2000 SMBus - added support for Fintek F71878A/F71868A at non standard addresses - enabled SMBus on Intel 6 Series / C20x, if needed - fixed SCSI_PASS_THROUGH access on some systems - skipped accessing those hard disks that return the ID Sector from another disk - fixed Nuvoton NCT6791D and NCT6792D sixth fan readings - added support for alternate registers of NCT6793D - fixed German translation for CPU Usage
5/5 8,879 Jun 30, 2016
Alfredo Milani Comparetti <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/SpeedFanfancontrol3-l_th.png"border="0">
SpeedGuide.net TCP Optimizer 3.0.8
Description: The TCP Optimizer is a free, easy Windows program that provides an intuitive interface for tuning and optimizing your Internet connection. There is no installation required, just download and run. The program can aid both the novice and the advanced user in tweaking related TCP/IP parameters in Windows, making it easy to tune your system to the type of Internet connection used. The tool uses advanced algorithms, and the bandwidth*delay product to find the best TCP Window for your specific connection speed. It provides for easy tuning of all related TCP/IP parameters, such as MTU, RWIN, and even advanced ones like QoS and ToS/Diffserv prioritization. The program works with all current versions of Windows, and includes additional tools, such as testing average latency over multiple hosts, and finding the largest possible packet size (MTU). The TCP Optimizer is targeted towards broadband internet connections, however it can be helpful with tuning any internet connection type, from dialup to Gigabit+ :) It is completely free, requires no insatllation, and has been downloaded over 3 Million times.
0/5 8,784 Apr 07, 2012
speedguide.net
Speedy Painter v3.6.6
Speedy Painter v3.6.6 A FREE lightweight OpenGL painting application Speedy Painter is an OpenGL based painting software for Windows. It supports Wacom digitizers to vary size and opacity of brush strokes according to pen pressure. Among its features: reference view that follows canvas movements (Use F3 key to enable it) multiple layers ability to vary stroke size and opacity according to pen pressure (supports Wacom digitizers) export video of the drawing process replay of the drawing process loading/saving drawing process from/into a file canvas flip/rotation image crop perspective grid overlay customizable brush library mirror tool Features of version 3.6.6: Reference view that replicates canvas movements, in order to always focus on the portion of the image we are currently working on. Video export of drawing process into an avi video file: ready to upload it on YouTube, Vimeo or other web video sharing platforms. (**) Multiple layers. Ability to vary stroke size and/or opacity according to pen pressure (supports Wacom digitizers and tablets with Wacom technologies, like ASUS VivoTab note 8 ***) Replay of drawing process. Very rich brush engine (possibility to specify brush texture, color dynamics, scattering, size and angle jitter, and more..). Import/export of the whole drawing process. Loading and saving of most common image formats (jpg, png, tif, tga, dds). Canvas rotation. Canvas horizontal flip. Selection mask. Image crop: watch demo. Perspective grid overlay: watch demo. ...
5/5 8,883 Jan 29, 2021
Speedy Painter <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/speedypainter11_th.png"border="0">
Spek v0.8.2 for Windows
Spek v0.8.2 for Windows Spek – Acoustic Spectrum Analyser Spek helps to analyse your audio files by showing their spectrogram. Spek is free software available for Unix, Windows and Mac OS X. Features Supports all popular lossy and lossless audio file formats thanks to the FFmpeg libraries. Ultra-fast signal processing, uses multiple threads to further speed up the analysis. Shows the codec name and the audio signal parameters. Allows to save the spectrogram as an image file. Drag-and-drop support; associates with common audio file formats. Auto-fitting time, frequency and spectral density rulers. Adjustable spectral density range. Translated into 19 languages.
5/5 4,972 Aug 28, 2019
spek.cc <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Spekwin1_th.png"border="0">
Spek v0.8.3 for Mac
Spek v0.8.3 for Mac Spek – Acoustic Spectrum Analyser Spek helps to analyse your audio files by showing their spectrogram. Spek is free software available for Unix, Windows and Mac OS X. Features Supports all popular lossy and lossless audio file formats thanks to the FFmpeg libraries. Ultra-fast signal processing, uses multiple threads to further speed up the analysis. Shows the codec name and the audio signal parameters. Allows to save the spectrogram as an image file. Drag-and-drop support; associates with common audio file formats. Auto-fitting time, frequency and spectral density rulers. Adjustable spectral density range. Translated into 19 languages.
5/5 4,946 Aug 28, 2019
spek.cc <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Spekosx1_th.png"border="0">
Spencer v1.28
Spencer v1.28 Windows XP Style Start Menu for Windows 10 and 11 Bring back the Classic Windows XP Start Menu to Windows 10 and Windows 11. With one click you have access to all of your Start Menu entries. Plus direct access to the Control Panel, Administrator command line and Run dialog. It doesn’t interfere with the Windows Start Button. Just pin it somewhere to the Taskbar. Easy Installation Just download the ZIP file from below, extract the Application, make a right click and select ‘Pin to Taskbar’. You can also set a shortcut key in the icon properties, so you can open the Start Menu with a keypress. Supported Languages: Arabic English French German Greek Italian Portuguese Russian Spanish Swedish Turkish Ukrainian Supported Operating Systems: Windows 11 Windows 10 Windows 8 Windows 7 Windows Vista Windows XP Windows 2000 Windows Server Click here to visit the author's website.
5/5 5,494 Dec 13, 2022
The SZ <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Spencer1_th.png"border="0">
Spews v1.1.3
Spews v1.1.3 Spews stands for “Simple Process Excluding Wallpaper Switcher” and is designed to automatically switch your wallpapers on a configurable schedule. Add your image folders, choose your wallpaper options and click the enable button at the bottom. You can check/uncheck the images paths as needed; only checked paths will be scanned for images. Spews also has a feature that automatically suspends the wallpaper switching if it detects any process names you configure in the exclusions section. This can be beneficial, for instance, when running games whose graphics corrupt if the wallpaper is changed. Supported OS: Windows XP/Vista/7/10. Does not work on Windows 8. Changes: v1.1.3 - 2019-01-22 + Added option to remember the image list position between sessions. Click here to visit the author's website.
5/5 4,200 Jan 23, 2019
Jody Holmes <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Spews1_th.png"border="0">
sPinger v1.0.1
sPinger v1.0.1 Ping multiple IP addresses and hostnames with fun icon themes. Features: Pseudo multi-threaded. Quickly generate lists of all addresses from a list of subnets. Quickly generate lists of only pingable addresses from a list of subnets (not available on Windows 8/10). DNS scan mode to quickly retrieve hostnames from IP addresses. Fun icon themes in the list to show good, bad, and TTL expired pings. Configurable list — colours, fonts, etc. Supported OS: Windows 7/8/10. Probably works, but not tested, on Windows XP/Vista. Click here to visit the author's website.
5/5 5,014 Mar 24, 2019
Jody Holmes <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/sPinger1_th.png"border="0">
SPM-Monitoring v3.6.0.6
SPM-Monitoring v3.6.0.6 Monitoring Tool for your IT Environment This tool will help you to monitoring your office IT environment. It will signals to you, if some hosts are unavailable (or answer time is to long, its "CPU is overloaded", "available RAM is Low", "low logical disks free space", "disks overloaded" or 'network adapters overloaded'). Notifications by E-Mail, SMS, Telegram Bot. Logging. Reporting. Features Hosts availability monitoring (ICMP). Monitoring hosts CPU load, available RAM, Logical Disks free space and load, network adapters load. Windows EventLog events forwarding and host reboot notifications. Agents for Windows and Linux. Web Sites Monitoring (HTTP). E-Mail Notifications support custom templates. SMS Notifications (worldwide). Telegram Notifications (get notifications in your IT chat, logs, uptime stats) (support proxy – роскомнадзор free). Notifications support dependencies, or chains of dependencies (For example don`t need to send notifications for each VMs when its HyperV host is unavailable) Aggregate 'short time sent' emails in one message. Logging. Reporting – Host statistics, uptime, average answer time. ICMP activity Chart. Tray notifycations. Add IP ranges. Can add only available hosts. Import hosts from Active Directory or CSV, export to CSV, export to Excel. Export Reports of an ICMP statistics to CSV and Excel. Host grouping and tagging. Few Visual representation of Host objects. Drag@Drop hosts rearrange and group assigning. Realtime charts of Hosts ICMP Activity. Also you can ask Telegram Bot for hosts status, some host or all hosts in some group. You can run your ...
5/5 2,620 Mar 07, 2021
Dmitry Koziakov <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SPM-Monitoring1_th.png"border="0">
sPortable v8.75.0.140
sPortable v8.75.0.140 A portable version of Skype to run from a cloud folder, external drive, or local folder without installing into Windows. This is an online installer that will download sPortable during setup Description sPortable assists you with running Skype™ in a portable way without needing to install it in Windows. Make free audio and video calls as well as instant message with other users. Calling landline and mobile phones and sending SMS messages is available with a subscription. App Notes Legacy Upgrades: Upgrades from sPortable 7 or 8 prior to sPortable 8.72.0.94 will be moved to an sPortableLegacy7 or sPortableLegacy8 directory to preserve the existing installation. Settings for older releases are not compatible with the current release. System Requirements: Windows Vista, 7, 8, 10, 11 App License: Freeware (Personal and business use) MD5 Hash: 2b90bede838d2b5da04916c25391f4c5 SHA256 Hash: 5b62677814f7fea3c5ce5f0fce728df799c0ab70cad13fdde1d72488dcb45c50 Click here to visit the author's website.
5/5 2,280 Aug 13, 2021
PortableApps.com <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/sPortable1_th.png"border="0">
Spread32 v3.06
Spread32 v3.06 Spread32 is an Excel-compatible, portable spreadsheet program. It can read and write xlsx (Excel 2007-2016), xls (Excel 2.0, 3.0, 4.0, 5.0, 95, 97-2003), pxl (Pocket Excel 1 &amp; 2), csv (Comma Separated Values), txt (Tab-Delimited Text) and ods (OpenDocument) files. The number of sheets per file and the number of open files is limited only by the available memory. You can manipulate data using 471 worksheet functions, filters, sorting, data validation and goal seeking. It can display charts and drawings, and you can automate tasks using the Excel4 macro language with 213 macro functions. The interface (menus, dialogs and messages) language can be selected dynamically from: English, Brazilian Portuguese, Chinese Simplified, Chinese Traditional, Czech, Danish, Dutch, Finnish, French, German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Romanian, Russian, Spanish, Swedish and Turkish. Note: The program has a shareware popup but is fully functional with no time limits. The registered version allows you to receive updates via email. Changes: 2020-12-01 Windows Version 3.06 Bug fixes. Added save-as-pdf option, basic for now but will be improved in future versions. Shareware Version published here. Registered Version will be e-mailed to existing registered users, and is available for purchase on request. Click here to visit the author's website.
5/5 3,027 Dec 14, 2020
Stephen Bye <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Spread321_th.png"border="0">
Spybot Anti-Beacon for Windows 10 1.6
Spybot Anti-Beacon for Windows 10 1.6 Spybot Anti-Beacon for Windows 10 is a small utility designed to block and stop the various tracking (aka telemetry) issues that come with Windows 10. Seeing the bunch of incomplete or broken scripts to disable tracking in Windows 10, and the tools that install adware or worse in exchange for their function, we wrapped disabling tracking up in a small tool that’s free and clean. With the upcoming news about telemetry in Windows 7 and 8.1, Spybot Anti-Beacon has added support for those as well. Changelog: Spybot Anti-Beacon 1.6 now available December 5th, 2016 Many thanks for all the patience waiting for an update to Spybot Anti-Beacon! We spent a lot of time working on Spybot 3. And now that Spybot Anti-Beacon will also be integrated into Spybot 3, we found time to continue work. Today’s update to Anti-Beacon 1.6 will add two new immunizers and a few new blocked hosts. More updates are already pending since we’re actively working on this feature again (including a new look, but mostly focused on function of course)! Spybot Anti-Beacon 1.6 can be downloaded from here. Updates: Additional Telemetry Immunization Categories Additional Blocked Hosts Fixes: Immunization of Office 13/16 Telemetry Scheduled Tasks and Options is possible even if Microsoft Office is not installed (previously they appeared to immunize correctly, but the immunization could not be undone in Anti-Beacon) Don’t forget to always run Spybot Anti-Beacon as an administrator by right-clicking the downloaded installer, and choosing the option to “Run as administrator”. This will ensure that Anti-Beacon has the permissions it needs to function correctly.
5/5 6,158 Dec 06, 2016
Safer-Networking Limited <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/SpybotAntiBeacon_th.png"border="0">
Spybot Identity Monitor v3.4
Spybot Identity Monitor v3.4 You’ve got the right to know! You’ve probably registered on dozens of websites (or more) over the years, giving them your email address, personal data like birth dates and street addresses, and passwords. Spybot Identity Monitor gives you a tool that allows you to check if your information already is in the hand of hackers. It’s your data – you deserve to know! What to do if…? If Spybot Identity Monitor tells you that a service has leaked your data, you should: Change your password at that service at once. Change your password on all other services where you might have used the same password. Start using a password manager to make sure all those passwords are stored safely. Start using Two Factor Authentication where possible. Spybot Identity Monitor Main View Once started, the program immediately shows an overview of known sources and breaches for the accounts set up. Spybot Identity Monitor Account Details By viewing account details you can get an overview where the account - in this example it's a dummy email address example@example.com - was leaked. Spybot Identity Monitor Breach Details You can view all details of a breach of your data. In this example you'll see that for example@example.com, even phone numbers and employers were leaked. Tutorial Watch how Rob from Team Spybot explains how Spybot Identity Monitor is used! Supports: Windows 7 to 10 Changes: Version 3.4 November 4th, 2019 Spybot Identity Monitor 3.4 is a mandatory update that fixes a breaking change in Have I Been Pawned support and adds our own data sources for even more! Fixed Have I Been Pwned support. Added own additional sources. Contacts only Safer-Networking servers now (additional privacy). Click here to visit the author's website.
5/5 4,666 Jan 07, 2021
Safer-Networking Ltd. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SpyBotIDMonitor1_th.png"border="0">
Spybot Search and Destroy v2.9.85.5
Spybot Search and Destroy v2.9.85.5 A set of tools for finding and removing malicious software. The ‘immunization’ feature preemptively protects the browser against threats. System scans and file scans detect spyware and other malicious software and eradicates it. Spyware is a kind of threat not always detected by anti-virus applications. Spyware silently tracks your Internet activity to create a profile about you. This information can then be used for example by marketing and advertising companies. Spybot – Search &amp; Destroy is designed for use by either novice or experienced users. Novices can choose to view additional information on the available features while experienced users have additional tools and settings. Free for personal use. Feature Overview • Malware Detection and Prevention • Malware Scan and Fix • Rootkits Scan and Fix • Adware and Toolbar Scan and Fix • iPhone® Profile Scan • Network Drives Scan and Fix • System Immunization Tools • Startup Analysis and Editing • Registry Repair • Secure Shredding • Report and Log Creation • OpenSBI Detection Rule Editor This download is for the Windows 7, 8, 8.1, 10 and 11 version. If you need the Windows XP and Vista version, download here. Click here to visit the author's website.
5/5 9,094 Mar 30, 2023
Safer Networking Ltd. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/proEd_th.png"border="0">
SpyDetectFree 32bit 1.0
SpyDetectFree 32bit 1.0 SpyDetectFree is a FREE tool mainly intended for detecting processes on your computer that might be spying on your keyboard or in other word for detecting processes that might be recording your keystrokes. Just in one click get answers for your questions: -Are my keystrokes being recorded? -Is there any spyware on my computer? -Am I being spied on? -Is my computer being spied on? Why Free? Because NesterSoft Inc. supports Respectful Employee Monitoring Only without any spying functionality. Performance monitoring only. Strictly. SpyDetectFree is a purely free software: no requirements for using it, there are no fees, or hidden functionality. Digital Signature SpyDetectFree is digitally signed by NesterSoft Inc. Our signed software is completely safe to use: there are no bundles, no advertisement, no viruses, no toolbars or other addons. How To Use Easy! Run -> Click the Button -> Get Results No installation is required. To use SpyDetectFree simply run it and click “Check Now” button. The whole process takes just 1 minute: Reading Results Results answer two major questions: 1. Am I Being Spied On? To answer this question, SpyDetectFree is searching if there are any processes on your computer that have installed HOOKS on your keyboard. This is how SpyDetectFree detects processes that might be recording your keystrokes, as using hooks on keyboard is the most common practice when recording keystrokes pressed. 2. Am I Being Monitored? This result answers wether there are any processes that might be monitoring your computer. This result is based on the most common practices among monitoring software present on the market. Positive result means that there are some processes on your computer that periodically check on your windows’ captions. It does not necessarily mean that your computer is being monitored, but even if it is being monitored, then only applications and website usage can be recorded, not keystrokes or content. So, no personal information can be captured. Why ...
0/5 5,724 Dec 07, 2015
NesterSoft Inc. <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/spydetectfree1_th.png"border="0">
SpyDetectFree 64bit 1.0
SpyDetectFree 64bit 1.0 SpyDetectFree is a FREE tool mainly intended for detecting processes on your computer that might be spying on your keyboard or in other word for detecting processes that might be recording your keystrokes. Just in one click get answers for your questions: -Are my keystrokes being recorded? -Is there any spyware on my computer? -Am I being spied on? -Is my computer being spied on? Why Free? Because NesterSoft Inc. supports Respectful Employee Monitoring Only without any spying functionality. Performance monitoring only. Strictly. SpyDetectFree is a purely free software: no requirements for using it, there are no fees, or hidden functionality. Digital Signature SpyDetectFree is digitally signed by NesterSoft Inc. Our signed software is completely safe to use: there are no bundles, no advertisement, no viruses, no toolbars or other addons. How To Use Easy! Run -> Click the Button -> Get Results No installation is required. To use SpyDetectFree simply run it and click “Check Now” button. The whole process takes just 1 minute: Reading Results Results answer two major questions: 1. Am I Being Spied On? To answer this question, SpyDetectFree is searching if there are any processes on your computer that have installed HOOKS on your keyboard. This is how SpyDetectFree detects processes that might be recording your keystrokes, as using hooks on keyboard is the most common practice when recording keystrokes pressed. 2. Am I Being Monitored? This result answers wether there are any processes that might be monitoring your computer. This result is based on the most common practices among monitoring software present on the market. Positive result means that there are some processes on your computer that periodically check on your windows’ captions. It does not necessarily mean that your computer is being monitored, but even if it is being monitored, then only applications and website usage can be recorded, not keystrokes or content. So, no personal information can be captured. Why ...
1/5 5,849 Dec 07, 2015
NesterSoft Inc. <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/spydetectfree1_th.png"border="0">
sqlite-gui v1.5.9
sqlite-gui v1.5.9 A lightweight Windows GUI for SQLite powered by C++, WinAPI and Code::Blocks 17. Small, simple, powerfull, fast, free. Features Syntax highlighting and code completion Edit multiple tables at the same time Colorized data grid Store an execution history and user scripts Export/Import data Database diagram Database comparison Search text in the whole database Quick data references Terminal mode Charts Query parameters Data generator Extension pack Built-in REST API web server Demo database "Bookstore" for beginners Does not require installation Changes: 1.5.9 7-25-21 * Import/Export JSON * Built-in REST API web server * fileio extension * Fix bugs (issues #65, #67, #68, #69) * Fix "Add table" dialog * Minor changes Click here to visit the author's website.
5/5 2,323 Jul 28, 2021
little-brother <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/sqlitegui1_th.png"border="0">
SQLiteStudio v3.4.2
SQLiteStudio v3.4.2 Create, edit, browse SQLite databases. A free, open source, multi-platform SQLite database manager written in C++, with use of Qt framework. SQLiteStudio is desktop application for browsing and editing SQLite database files. It is aimed for people, who know what SQLite is, or what relational databases are in general. It is an open-source software, released under GPL (v3) license. You are free to use it for any purpose you like. Free and open source It's free of charge for everybody, for any purpose (including commercial). It's safe, as anyone can review source code. Advanced SQL code editor The SQL Editor window assists user with SQL syntax hints &amp; highlighting, provides pretty-print code formatter, marks syntax errors. You can Ctrl+click on table mentioned in SQL query to open that table (or index, or trigger, or view). Encrypted databases Currently supported encrypted, password-protected SQLite variations are: SQLCipher, WxSQLite3 and System.Data.SQLite. Multiple databases seamlessly You can execute SQL statements that refer to multiple databases within single query, thanks to transparent database attaching mechanism built into the SQL Editor of SQLiteStudio. Custom SQL functions You can implement your own SQL functions (scalar &amp; aggregate) using JavaScript, Python or Tcl. There is repository of ready-to-use scripts on the wiki page. Custom collation sequences You can implement your own collation sequences (i.e. algorithms for comparing 2 values, that could be used in ORDER BY clause, etc). SQL and DDL history You need that query you executed 2 weeks ago? No problem. SQL Editor has a "History" tab. You need to upgrade production database the same way you did locally with SQLiteStudio? Use DDL History window - it has all DDL statements as executed by SQLiteStudio. Drag and drop between databases You can drag and drop objects (tables, indexes, ...) between databases in order to copy or move them, with or without data. Cross-platform Works on all 3 major platforms - Windows, MacOS X, Linux. ...
5/5 1,266 Jan 18, 2023
Paweł Salawa <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SQLiteStudio1_th.png"border="0">
Squid Game Theme v1.0
Squid Game Theme v1.0 A Squid Game desktop theme for Windows 11 / Windows 10 / Windows 8 (8.1) / Windows 7 Features 15 HD wallpapers. Click here to visit the author's website.
5/5 1,709 Jan 24, 2024
themepack.me <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Squid Game Theme11_th.png"border="0">
SSD Scope v4.14
SSD Scope v4.14 Brings together the latest technology in determining the condition and optimizing performance of a Transcend SSD product. Developed for use with Transcend SSD products, Transcend SSD Scope is an advanced and user-friendly software that makes it easier than ever to maintain a healthy and efficient SSD. The useful features include: View Drive Information, View S.M.A.R.T. Status, Diagnostic Scan, Secure Erase, Firmware Update, TRIM Enable, Health Indicator and System Clone. Features View Drive Info &amp; S.M.A.R.T. Status Displays drive information and S.M.A.R.T. Status to monitor the Transcend's SSD health status. Monitors SSDs in RAID 0 and RAID 1 mode. Diagnostic Scan Performs an overall health evaluation of the data stored on your Transcend SSD. Secure Erase Use this function to permanently remove all data on the SSD. TRIM Detect and Enable Prevents future SSD performance degradation by completely removing unwanted data automatically. Firmware Update Use this function to update your Transcend SSD to the latest firmware version. Health Indicator Monitors the media wear-out level of a Transcend SSD. The value of a new SSD will show 100%, and decrease as the SSD is used. System Clone Copies data from your original drive including operating system (OS), programs, data to your new Transcend SSD drive. There's nothing to reinstall, no setup required, no data to transfer. System Requirements SSD Scope supports the following operating systems: • Microsoft Windows 7 or later • Administrator privileges required. Hardware Requirements • Desktop or Notebook computer with PCIe/SATA/USB port • SSD Scope supports the CFexpress 820 and the CFX650 when the cards are paired with the RDE2 and RDF2 card readers respectively. Supported Models Internal SSDs MTE250H / MTE250S / MTE240S / MTE220S / MTE110S/112S / MTE110Q / MTE400S / MTE300S / MTS832S / MTS830S / MTS825S / MTS820S / MTS800S / MTS600S / MTS430S / MTS425S / MTS420S / MTS400S / ...
5/5 1,000 May 10, 2023
Transcend Information, Inc. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SSD Scope1_th.png"border="0">
SSE Setup v8.7
SSE Setup v8.7 SSE SetupTM is a freeware Windows installation creator that is easy, full-featured and mature. Installers run on Windows 10 and all relevant Windows OS's (you choose which) Installs both 32-bit and 64-bit programs NOT some complicated scripting language! (unlike many other installers) Create a fully functional installer in minutes (NOT days!) Handles the most common things automatically Creates small, efficient .EXE's or .ZIP's, or burns to CD/DVD Non-Admin (Limited/Standard user) install support Upgrade and patch support for installed programs Integrated Internet Updater solution that can download &amp; install needed updates Prerequisites checks to look for needed hardware / OS's / software Can download any required software (runtimes) your program needs For .NET installs, easy framework download if user needs For Access developers: Easy Access database deployment Built-in Language support for 12 of the world's most-used (multilanguage) Works well with UAC / Very "UAC Friendly" Customizable GUI and 7 presets to choose from Ability to digitally sign installer/uninstaller/your program's files Display license agreement that must be agreed to Install files &amp; shortcuts; modify registry Automatic DLL/OCX registration or font installation if needed Full Unicode support Complete context-sensitive help a button away Automatic removal of everything installed during uninstall Run external programs during install/uninstall Show welcome screen or custom messages Play audio files Associate filetypes with your ...
5/5 5,043 Nov 20, 2019
Chris Long <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SSE Setup1_th.png"border="0">
StackNotes v1.0.4.6
StackNotes v1.0.4.6 Post-it, notes taking application for Windows. Use StackNotes pages to record notes and lists of things to do... The first line of each StackNotes page is used as the Table of Contents entry. StackNotes pages are automatically saved whenever you browse through your notes. Each StackNotes page can contain up to 32K of ASCII text. Features Drag and Drop, Priorities, TOC search, Find and Replace, Built-in Help, Auto Saving, Desktop Locations, Taskbar Tray... Features Drag and Drop, Desktop Locations, Taskbar Tray Priorities, Auto Saving TOC search, Find and Replace Built-in Help version 1.0.4.6 - what's new : Fixed a bug where the last note in the table would be lost on new note insertion in the TOC. Click here to visit the author's website.
5/5 2,163 Sep 08, 2021
Yannick Dalissier <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StackNotes1_th.png"border="0">
Stamina Typing Tutor 2.5
Stamina Typing Tutor 2.5 Amusing, yet multifunctional touch-typing tutor with support for several layouts: QWERTY (US, UK, ...), Dvorak, AZERTY etc. The program is perfect for novice as well as advanced users. Only in Stamina Typing Tutor besides the traditional finger positioning on the keyboard are you offered an alternative method (to reduce hand stress)! After having gone through the fire, water and the course, you will be able to swiftly type away long emails (spam!), efficiently misbehave in chat rooms, ICQ and so on without ever looking at the keyboard. The benefits are obvious! System requirements: Windows, fingers. Features Support for several layouts and languages Lessons designed for mastering certain keys Work with real text to achieve unreal speeds Choice of entering text from an external file Lesson editor Precision clock with fine tuning, → precise results Timer... simply a timer Graph of speed changes during a session Progress graphs by days and sessions Statistics: how much has been keyed in (in Kb) and how long it took Illumination of letters and finger work zones on the virtual keyboard Super MP3 sounds and duper songs + a Playlist Support for several users User-friendly thought out interface Customizable appearance Detailed help with a logic game
5/5 4,985 Oct 24, 2019
Typingsoft.com <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/stamina1_th.png"border="0">
STANDARD Codecs for Windows 7 and 8 1.86
STANDARD Codecs for Windows 7 and 8 1.86 STANDARD x64Components for Windows 7 and 8. ADVANCED Codecs and ADVANCED x64Components also available. The installer will automatically remove most other popular codec releases from your computer before installing this concise yet comprehensive package. You won't need to make any adjustments or tweaks to enjoy your media content immediately. Windows Media Player and Media Center will instantly recognize all your files as playable. It does not contain a media player and it does not associate file-types. With this package installed you will be able to use any media player, limited only by the players' capabilities, to play all movies and video clips. Streaming video is supported in several formats in all popular web browsers. Users of the Windows 8 Codecs have the ability to choose what is installed and where to install it using the public redistributable. After installation you can select to remove specific portions without removing the entire package. You can also re-add the removed items at any time. Change Info: - update LAV filters 59.1+ - update DirectVobSub 316 - update MediaInfo DLL 7.66
0/5 8,408 Sep 22, 2021
Shark007
STANDARD x64Components for Windows 7 and 8 1.86
STANDARD x64Components for Windows 7 and 8 1.86 STANDARD x64Components for Windows 7 and 8. ADVANCED Codecs and ADVANCED x64Components also available. The installer will automatically remove most other popular codec releases from your computer before installing this concise yet comprehensive package. You won't need to make any adjustments or tweaks to enjoy your media content immediately. Windows Media Player and Media Center will instantly recognize all your files as playable. It does not contain a media player and it does not associate file-types. With this package installed you will be able to use any media player, limited only by the players' capabilities, to play all movies and video clips. Streaming video is supported in several formats in all popular web browsers. Users of the Windows 8 Codecs have the ability to choose what is installed and where to install it using the public redistributable. After installation you can select to remove specific portions without removing the entire package. You can also re-add the removed items at any time. Change Info: - update LAV filters 59.1+ - update DirectVobSub 316 - update MediaInfo DLL 7.66
0/5 8,413 Sep 22, 2021
Shark007
Star Raptor 1.2.0 for Windows
Star Raptor 1.2.0 for Windows Destroy all enemies in the area. To destroy huge objectives like ships or bases, eliminate all of shield generators (red-light-blinking hemisphere object). After you accomplished the mission, the booster ship will drop out of the hyperspace. Dock with it to refuel and proceed to the next stage. The shield increases gradually by consuming energy. You'll be destroyed when the energy runs out or you are hit when the shield is low. If you lose much energy, the booster ship appears and you can refuel once in a stage.
5/5 5,588 Dec 30, 2016
Y310Games <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/StarRaptor4_th.png"border="0">
StarCraft Anthology v1.0.0.2716
StarCraft Anthology v1.0.0.2716 Rediscover a Real-Time Strategy Classic StarCraft introduced many revolutionary new features that have since become staples of the real-time strategy genre: asymmetric factions, meticulous balance, and a strong emphasis on deep strategy and high accessibility. Find out why, after more than ten years, StarCraft continues to headline gaming tournaments worldwide. Two games in one Includes the classic StarCraft as well as its expansion, Brood War, which added a host of new content including three new single-player campaigns, new units for each race, and new multiplayer maps. Command three powerful races Three of the most powerful forces in the universe are on a collision course for galactic domination. The mystic protoss, the adaptable terrans, the merciless zerg – all must fight for their place amongst the stars. Experience an epic storyline Play through a storyline that spans 58 missions spread across six campaigns, creating a true sci-fi epic. Follow Jim Raynor on his quest to save the Terran colonies from destruction; serve the cunning Zerg Overmind as it hatches a deadly plan; and lead the Protoss Prelates in the desperate defense of their homeworld. Product Requirements Blizzard® Account required Battle.net® Classic registration required for multiplayer Available Languages English (US), English (EU), Deutsch, Español (EU), Français, Italiano, 한국어 This download is for the Windows version. If you need the MacOS version, download here. Click here to visit the author's website.
5/5 5,317 May 10, 2024
Blizzard Entertainment, Inc. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StarCraftAnthology1_th.png"border="0">
Starship Olympics v0.14.1
Starship Olympics v0.14.1 A collection of free mini-games for Windows, Linux and macOS to play with friends or alone. Discover and play many different intergalactic games, each adding its own twist to the competition. Challenge your friends or fly solo and beat the game’s AI. 1 to 4 players open source couch multiplayer. Easy to learn, fun to master! Just one button, lots of different games. Supported Inputs: • Keyboard • Xbox controller • Gamepad (any) • Playstation controller Are you ready to become the intergalactic champion? This download is for the Windows version. If you need the macOS version, download here. If you need the Linux version, download here. Click here to visit the author's website.
5/5 1,330 Oct 02, 2023
notapixelstudio <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StarshipOlym1_th.png"border="0">
Start Everywhere v1.3.5.31
Start Everywhere v1.3.5.31 A Start Menu software which offers several unique solutions to enable you to launch applications installed on the computer and quickly access documents. The appearance, operation and management of Start Everywhere can be flexibly customized. Advantages of using Start Everywhere: It provides efficient access to installed applications, documents and computer settings. It puts long lists in alphabetic order, and also enables you to sort them by date. The menu system of Start Everywhere can be displayed anywhere on the screen, even in a multi-monitor environment. In addition to the conventional, click-based access, the menu system can also be accessed with active corners and hotkeys. The operating system can use its own Start Menu and other Start Menus at the same time. The display, color and size of menu items can be set flexibly. The number of menu items and their starting folder can be set. Frequently used Start items can be accessed in the Most Used menu. It doesn’t require installation, supports 64-bit Windows 10/11 operating systems (Experimental 32-bit version), free to use. Changes: Version: 1.3.5.31 - Date: 2023-01-14 Add: "Clear" menu to "Recent" menu MD5: a31954b6edbc07f6428de66fc2c00fab Click here to visit the author's website.
5/5 3,999 Jan 18, 2023
WinTools <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StartEverywhere4_th.png"border="0">
Starter v5.6.2.9
Starter v5.6.2.9 Starter is yet another startup manager for older versions of Microsoft Windows. As a primary purpose, Starter allows one to view and manage all the programs that are starting automatically whenever operating system is loading. It enumerates all the hidden registry entries, startup folders' items and some of the initialization files, so that the user could choose to temporarily disable selected entries, edit them, create new, or delete them permanently. Secondary purpose is to list all the running processes with possibility to view extended process' information (such as used DLLs, memory usage, thread count, priorities etc.), and to terminate selected process (even a Windows NT service, having enough access rights). Another one is Windows' services (and drivers) manager with some advanced features. Starter is a real Freeware and is not crippled in any way among the similar products. The user interface is pretty simple and has a lot of options that are self-explanatory. System requirements Microsoft Windows 9x, Me, NT, 2000, XP, 2003, Vista. There are no specific requirements except this one: registry operations on a Windows NT based operating system may require special access rights. As a rule, members of "Administrators" and "Power Users" groups are have nothing to worry about.
5/5 4,998 Jan 11, 2017
CodeStuff <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Starter1_th.png"border="0">
StatusPilatus v0.5.0
StatusPilatus v0.5.0 Monitor your PC like never before! Features Cross-platform and free Monitoring CPU information, usage, flags and temperature GPU information, with support for multiple GPUs RAM information and usage Disk usage statistics and activity General system information such as hostname, operating system, program list with versions and more Network statistics with support for multiple network interfaces Battery information and status Miscellaneous Information about running processes Configurable user settings This download is for the Windows version. If you need the MacOS version, download here. If you need the Linux Debian version, download here. If you need the Linux RPM version, download here. StatusPilatus 0.5.0 New about page New battery page Fresh layout using materialize Some other fixes Click here to visit the author's website.
0/5 3,084 Jul 29, 2020
PilatusDevs <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StatusPilatus1_th.png"border="0">
Steam Cleaner v2.4
Steam Cleaner v2.4 Steam Cleaner is a tool that will remove large amounts of data left behind by Steam, Origin, Uplay and GoG. This tool can clear up gigabytes of data in a few seconds. There is no configuration needed, simply run it and it will detect all your installed games and then some. Changelog: Steam Cleaner v2.4 Signs the binary since it was having issues on Windows 10 with smartscreen. Adds Rainway button to the main UI. Click here to visit the author's website.
5/5 5,230 Jan 30, 2020
Andrew Sampson <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SteamCleaner_th.png"border="0">
Steem SSE v4.1
Steem SSE v4.1 An open source Atari ST emulator for Windows and Linux. Steem SSE ('ST Enhanced EMulator Sensei Software Edition' in full) is an updated version of Steem. Features have been added and emulation has been improved. Steem SSE's goal is to keep the Atari ST alive in the hearts and minds of old and new generations. Features Accurate emulation Intuitive GUI Support for many disk image formats Note: You will have to search for Atari TOS images (images of cartridges) to use this emulator. This download is for the Windows 64bit version. If you need the Windows 32bit version, download here. If you need the Linux version, download here. Changes: 3-22-21 R4 Auto VSync on/off glitches True Fullscreen leaves on reset (D3D) Missing option Use video buffer (DirectDraw) Extended monitors bad display/crash (thx Pedro) 22 March 2021 Click here to visit the author's website.
5/5 2,558 Mar 26, 2021
"steven-seagal" <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Steem SSE2_th.png"border="0">
Stella v6.7.1
Stella v6.7.1 A multi-platform Atari 2600 VCS emulator released under the GNU General Public License (GPL). Stella was originally developed for Linux by Bradford W. Mott, and is currently maintained by Stephen Anthony. Since its original release several people have joined the development team to port Stella to other operating systems such as AcornOS, AmigaOS, DOS, FreeBSD, IRIX, Linux, OS/2, MacOS, Unix, and Windows. The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most popular home video game system of the early 1980's. Now you can enjoy all of your favorite Atari 2600 games on your PC thanks to Stella! This download is for the Binary ZIP (32-bit and 64-bit) for Windows 7/8/10/11 version. All other download assets are below: Windows: Binary installer (exe) for 64-bit Windows 7/8/10/11 Binary installer (exe) for 32-bit Windows 7/8/10/11 NOTE for Windows: Visual C++ Redistributable for Visual Studio 2017 is required. MacOS: Binary DMG for macOS (ARM M1 and 64-bit Intel) Linux: Binary 64-bit DEB for Ubuntu 20.04 Source: Source code tarball for all systems Miscellaneous / Extras: Complete distribution and port for the RetroN 77 Snapshot files for use in ROM launcher/ROM Info Viewer Additional snapshot files including box art for use in ROM launcher/ROM Info Viewer. Especially tailored for the RetroN 77 Application for calibrating Linux 'evdev' joysticks (useful to eliminate deadzone on Stelladaptor/2600-daptor devices) Click here to visit the author's website.
5/5 7,183 Feb 08, 2024
The Stella Team <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/chopper_command_th.png"border="0">
Stellarium v23.2
Stellarium v23.2 A free, open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. Features sky • default catalogue of over 600,000 stars • extra catalogues with more than 177 million stars • default catalogue of over 80,000 deep-sky objects • extra catalogue with more than 1 million deep-sky objects • asterisms and illustrations of the constellations • constellations for 40+ different cultures • images of nebulae (full Messier catalogue) • realistic Milky Way • very realistic atmosphere, sunrise and sunset • the planets and their satellites • all-sky surveys (DSS, HiPS) interface • a powerful zoom • time control • multilingual interface • fisheye projection for planetarium domes • spheric mirror projection for your own low-cost dome • all new graphical interface and extensive keyboard control • telescope control visualization • several coordinate grids • precession circles • star twinkling • shooting stars • tails of comets • eclipse simulation • supernovae and novae simulation • exoplanet locations • 3D sceneries • skinnable landscapes with spheric panorama projection customizability • plugin system adding artifical satellites, ocular simulation, telescope control and more • ability to add new solar system objects from online resources... • add your own deep ...
5/5 7,787 Aug 03, 2023
Stellarium <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Stellarium1_th.png"border="0">
StepMania v5.1.0-b1
StepMania v5.1.0-b1 StepMania is a free and open source, cross-platform rhythm game. It supports common key-based rhythm game formats (including 4-panel and 5-panel dance games among others), as well as keyboard and dance pad controllers. It is customizable with user-made add-ons such as themes, and provides an integrated editor for creating your own simfiles. StepMania can also be used with dance game cabinets, and has been used as the basis for several major commercial products including Pump it Up Infinity and Step Maniax. Requirements: Windows users are expected to have installed the Microsoft Visual C++ x86 Redistributable for Visual Studio 2015 prior to running the game. For those on a 64-bit operating system, grab the x64 redistributable as well. DirectX End-User Runtimes (June 2010) is also required. Windows 7 is the minimum supported version. Mac OS X users need to have Mac OS X 10.6.8 or higher to run StepMania but it does not run on Catalina or higher. Linux users should receive all they need from the package manager of their choice. This download is for the Windows version. If you need the MacOS version, download here. If you need the Linux (v5.0.12) version, download here. Click here to visit the author's website.
5/5 3,982 Apr 09, 2021
stepmania <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StepMania2_th.png"border="0">
StereoPhoto Maker Pro v6.04
StereoPhoto Maker Pro v6.04 StereoPhoto Maker(SPM) functions as a versatile stereo image editor \ viewer and can automatically batch-align hundreds of images and mount them to the 'window'. It also allows users with no knowledge of HTML to create WebPages using the 'StereoPhotoViewer Applet'. You simply upload the contents of the applet-project to a Server using a freeware FTP program. More experienced users can create the entire webpage themselves or amend the file produced by SPM. Ver6.03->6.04 Fixed a problem that the file name sequential numbered still image could not be converted to video when the width was an odd number. Also, resizing has been enabled. Added the ability to specify the start time when extracting audio from a video In order to use the movie function with StereoPhoto Maker (SPM), it is necessary to put ffmpeg.exe in the SPM folder. Download FFmpeg(official site) FFmpeg Builds Click here to visit the author's website.
5/5 2,988 Aug 13, 2020
Masuji Suto <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StereoPhoto Maker2_th.png"border="0">
StExBar v1.11.2
StExBar v1.11.2 A very helpful explorer add-on that's highly customizable StExBar: The ultimate tool for Windows Explorer Or what Microsoft forgot to implement in the Windows Explorer. Windows XP not supported StExBar requires Windows Vista or later. It won't work on Windows XP! StExBar provides many useful commands for your everyday use of Windows explorer. And you can add as many custom commands on your own as you like. The commands are not just available from the toolbar, but also via hotkeys and via a context menu! Have you ever needed to open a console window while you were using the explorer? And to have that console already set to the directory you're showing in explorer right now? Well, StExBar provides that with one simple mouseclick. There's also a hotkey defined for this: simply press Ctrl+M to open the console. A "lightweight" console is also available. Simply enter the command you like to execute into the edit box on the right of the StExBar and hit enter. The command will be executed in the system console. Have you ever needed to have the name or full path of one or more files in another application? Ctrl+C doesn't work here, that won't copy the file path but the file itself. StExBar comes to the rescue. It provides two commands, one to copy all selected file/foldernames to the clipboard, the other copies the whole paths of all selected items. To make it even more easier to use this, a hotkey is defined Ctrl+Shift+C which copies the selected paths. Creating new folders is a common task in explorer. But to actually do that, you have to right-click on a folder background, choose "New" from the context menu, wait until the submenu finally appears, then choose "Folder" from that submenu. Not anymore! StExBar provides you the same with one easy click. Or even faster ...
5/5 5,145 Feb 10, 2021
Stefan Küng <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StExBar1_th.png"border="0">
Stick A Note v3.1.1
Stick A Note v3.1.1 Stick a text note to a window of program or document. The note shows only on that window and moves with it! Press hotkey Win+n on a program or document window to stick a note to it. Right click on tray icon and select Settings, to define the hotkey and other values. Note: Add a shortcut to the .exe file to the Windows Start folder to have the program autostart with Windows. 1) Select the Start button and scroll to find the app you want to run at startup. 2) Right-click the app, select More, and then select Open file location. This opens the location where the shortcut to the app is saved. If there isn't an option for Open file location, it means the app can't run at startup. 3) With the file location open, press the Windows logo key + R, type shell:startup, then select OK. This opens the Startup folder. 4) Copy and paste the shortcut to the app from the file location to the Startup folder. Click here to visit the author's website.
5/5 2,780 Sep 07, 2022
Anand Gupta <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StickANote2_th.png"border="0">
Stickies v10.1d
Stickies v10.1d What is Stickies? From the author: Stickies is a PC utility I wrote to try to cut down on the number of yellow notes I was leaving stuck to my monitor. It is a computerized version of those notes. The design goal behind Stickies is that the program is small and simple. Stickies will not mess with your system files, or write to the registry. Stickies stores information in a single SQLITE database file. Stickies will never support animated dancing figures, or play "Greensleeves". They are instead yellow rectangular windows into which you can put some notes. Once created, they will stay on screen until you take them away. Just like a real sticky piece of paper. Main features Once on screen, notes will remain where placed until closed, even through reboots Stickies appearance can be customised; fonts, colours and buttons may be changed, and styles saved. Notes can be resized. Stickies can store text or images Stickies can be hidden for a certain period, until a specified date and time, or to wake every day, week or month, to act as reminders. Stickies can have alarms set to ensure you notice them at a point you choose International language, Unicode and RTL text support Stickies can snap to each other and to the sides of the screen to keep them neatly lined up Stickies can be attached to an application, web site, document or folder so they only show when it's on screen Stickies can be transferred from one machine to another either over a TCP/IP network connection, or by using an SMTP mail server or MAPI client: Hierarchical friends list, which ...
5/5 3,764 Mar 13, 2024
Zhorn Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/stickies1_th.png"border="0">
Stop Chrome v2.0.11
Stop Chrome v2.0.11 Detect and stop Google Chrome from running in the background. Google Chrome has an issue where when you close it, it still runs in the background, even when background apps and refresh are turned off. Stop Chrome is a desktop application that displays an indicator in the system tray, telling you whether Chrome is running or not, and allows you to quickly stop chrome running in the background. Running this application may trigger your Antivirus. This is a FALSE POSITIVE. Add this application to the exception list if you don't want to see alerts. This download is for the Windows setup version. If you need the Windows portable version, download here. Click here to visit the author's website.
5/5 1,940 Jun 13, 2023
KatsuteDev <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StopChrome1_th.png"border="0">
Stop Resetting My Apps v1.7.0.0
Stop Resetting My Apps v1.7.0.0 As you may have already experienced, Windows 10 may periodically reset the default apps. The reset action usually takes place after a Windows update or an update of one of the Windows built-in apps such as Microsoft Edge, Photos or Groove Music. It may also be caused by a third party program. Default apps are the programs that are executed by default when you open a file or protocol. Resetting them without your consent can be extremely unconvenient, because it can take a lot of work to set them up again. Stop Resetting My Apps helps you to work around this issue by preventing some of those built-in apps from being set as the default apps. This does not affect the functionality of those apps. How it works Stop Resetting My Apps was designed to be straight forward and does not require any expertise. You just need to click or tap the tile of the built-in app you want to block. To unblock an app, just click or tap its tile again. Changes are instantly applied. When an app is blocked, it can not be set as the default app for any file extension or protocol. Stop Resetting My Apps will then display an icon overlay over that app's tile, allowing you to easily identify which apps are currently blocked. The icon overlay looks like this: Apps whose tile has the overlay are blocked, apps without the overlay are not blocked. Still not sure of what to block? Just block all the apps you don't use. If you decide to start using them later, you can unblock them just as easy. When you're done blocking default apps, just close Stop Resetting My Apps. Click here to visit the author's website.
5/5 5,135 Apr 08, 2020
Carifred <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Stop Resetting My Apps1_th.png"border="0">
StopSnooze v1.0.4
StopSnooze v1.0.4 Console app that stops Windows from sleeping. The program has several features which are implemented with switches. See usage screenshot below. Requirements 64-bit Windows with .NET 6.0 support. License StopSnooze is GPLv3. This download is for the Windows 64bit version. If you need the Windows arm64bit version, download here. Click here to visit the author's website.
5/5 1,842 May 29, 2022
S T Chan <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StopSnooze1_th.png"border="0">
StopUpdates10 v4.5.2023
StopUpdates10 v4.5.2023 Take your Control over Windows updates with StopUpdates10 Free! StopUpdates10 has 2 modes: • Windows Updates 100% Bulleteproof Hard Block (with Double Protection). • Windows Updates Soft Block - Pause Updates until 11/18/2099 with ability update Windows Defender and Windows Store Apps. Features: • Stops Windows updates. • Stops forced upgrades. • Stops annoying upgrade notifications. • Restore updates with one-click. • Pauses updates. • Disables Windows 7-8 'End of support' and 'End of Service' notifications. Benefits: • Easy to disable and re-enable Windows updates. • StopUpdates10 does not delete files, does not change file rights or another destructive actions. • StopUpdates10 is lightweight. vStopUpdates10 is free of charge. What's the difference between 'stop updates' and 'pause updates'? • Stopping updates prevents downloading and installing any updates. • It blocks the Windows update service. • Pausing updates only block installing, not downloading, updates. • Microsoft allows you to pause updates for limited number of days and only once. • You can not pause updates again after resuming. StopUpdates10 removes limitations for pausing updates: • You can pause updates until up to 2099 year. • You can pause and resume updates as many times as you want. • You can set different pause date and time for Feature updates and for Quality updates. What's the difference between Feature updates and Quality updates? • Feature update is a new version of Windows. It is installed as an upgrade to the existing version with ...
5/5 4,005 Jan 11, 2024
Greatis Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StopUpdates10_th.png"border="0">
Stopwatch 1.0
Stopwatch 1.0 The Stopwatch is used to make precise measurements of time; it also has the ability of saving the timed results to a list. This list of results can then be exported from the program to popular file formats, txt as a text file and jpg as a graphic file. The program is extremely easy to use, there are three main buttons on the stopwatch, green is the start and stop button, used to start and stop the timer. Red is reset; it resets the current time and starts from zero again. Finally the blue button is the next time; it saves the current result on the list and continues recording the time. System requirements: Windows XP/Vista/7/8/10 or Windows Server 2003/2008/2013. Minimum Hardware: Processor speed (MHz): 300 or higher RAM (MB): 128 or higher Free hard disk space: 1MB Display resolution: 800 x 600 or higher
5/5 4,993 Aug 22, 2017
LearningForKids.net <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Stopwatch1_th.png"border="0">
Store Apps Tool v1.0
Store Apps Tool v1.0 Free tool to add Microsoft Windows Store apps to the Desktop's right-click context menu. The Microsoft Store app comes built into Windows and allows you to download and install dozens of apps and games. It’s possible to open any Microsoft Store app from Command Prompt , Run dialog box or PowerShell. You can also easily add any Microsoft Store application to the Windows Right Click (Context) Menu. But, to be able to do that, you need to know the app’s Package Family Name and App ID. A Package Family Name is an opaque string derived from only two parts of a package identity – name and publisher: < Name >_< PublisherId > For example, the Package Family Name of the Windows Photos app is : “Microsoft.Windows.Photos_8wekyb3d8bbwe” Name: Microsoft.Windows.Photos Publisher ID: 8wekyb3d8bbwe There are many ways to find your app’s unique Package Family Name and App User Model ID : 1. You can use a powershell script. 2. You can find the AUMID by using File Explorer. 3. You can use the registry to find out the AUMID of an application that is installed for the current user. See the related Microsoft article for details on the above topics. But none of the above methods will give you the direct code for the execution of a store application. For this reason, we have coded a simple application called: Store Apps Tool. How to use Store Apps Tool 1. Download the software from the link at the end of the page and run the exe file that matches the architecture of your operating system. 2. For example, let’s run the Windows Alarm &amp; Clock application with the command, right click on the “Alarm &amp; Clock” in the software interface and click on “Copy Command“, that’s all. Where to use the execution codes of the Microsoft Store You can use the following ...
5/5 840 Sep 03, 2023
Sordum.net <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/storeappstool5_th.png"border="0">
StorURL v3.0.35.0
StorURL v3.0.35.0 A bookmark manager that helps you to store links to all of your favorite websites in one central repository. It works with the browsers installed on your system so you can open your links in any web browser you’d like from one central interface. Import your bookmarks from most major browsers, including Google Chrome, Mozilla Firefox, Internet Explorer and Opera. Open websites in any browser installed on your computer, directly from within StorURL. Store and sort sites in unlimited categories. Enable a floating toolbar that you can keep anywhere on your screen, for quick access to all your bookmarks. Generate HTML “home” pages containing links from one or all categories. Supported/Tested Operating Systems Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 Changes: 3.0.35.0 (Released: 2021-10-03) fixed bug where using the "Override system default browser" also overrode individual default browsers fixed bug where the Open URL button on the main toolbar ignored all specified browsers and launched the system default fixed mnemonic underlining in the Site Information panel fixed help browser so external links open in your system's default browser, instead of IE updated some documentation to be more clear about scanning URLs Prerequisites The following items are required for StorURL to run properly. .NET 3.5 TLS 1.2 support (Win 7 details) (broken links) .NET 3.5 TLS 1.2 support (Win7 32-bit) (direct download) .NET 3.5 TLS 1.2 support (Win7 64-bit) (direct download) .NET 3.5 TLS 1.2 support (Win8/10) .NET Framework Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC ...
5/5 5,169 Oct 04, 2021
HazteK Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StorURL1_th.png"border="0">
sTray v1.0.1
sTray v1.0.1 Tiny, tray-based utility that gives you a completely configurable menu for quick access to: Shutdown Restart Switch user Log off Lock Sleep Hibernate Start screensaver Turn monitor off Switch default printer "I use Microsoft’s Remote Desktop (RDP) a lot for the various computers and VMs that I deal with. RDP works great but has one drawback and that is, for whatever reason Microsoft has, the normal shutdown and reboot commands are missing from the Start Menu when you’re working on a computer remotely. Yes, you can use the shutdown command via the commandline or you can click the taskbar and press Alt-F4, etc, but not everybody is comfortable using the commandline or remembers that hotkey. Hence, this simple utility." -Jody Holmes (Author) Supported OS: Windows XP/Vista/7/8/10 Changes: v1.0.1 - 2019-01-22 + Added a printers menu to easily set your default printer. (Thanks, c.gingerich) + Added "Start screensaver" option. (Thanks, mouser) + Added "Turn monitor off" option. + Added option to open the menu with a left-click on the tray icon. + Added ability to configure which items are in the menu and their order. (Thanks, Ath) Click here to visit the author's website.
5/5 4,161 Jul 02, 2020
Jody Holmes <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/sTray1_th.png"border="0">
Streams Remover v1.0
Streams Remover v1.0 All files on a NTFS volume consist of at least one stream. NTFS alternate streams, or named streams, or ADS (Alternate Data Streams) . The Attachment Manager is included in Windows to help protect your PC from unsafe attachments that you might receive with an e-mail message and from unsafe files that you might save from the Internet. Files downloaded from the internet on a disk formatted with NTFS, are marked with the Zone identifier. If the zone was not trusted you may have to unblock the file. To open such files , right-click on the file and open Properties. You may see a message – This file came from another computer and might be blocked to help protect this computer. Click on Unblock box in the lower right-hand corner of the resulting dialog, and hit OK or Apply. However, if you have multiple files, you cannot select more than one and view the properties to unblock all of the files at once, you can use our portable freeware Streams remover for this purpose. It can help you to Easily Unblock All Files in a Directory and subdirectories. Batch unlock files in a Folder and Subfolders After download, unzip “sRemover.zip” file and run the program there are two ways to mass unblock files or unblock a single file. 1. Using Application GUI Click the Menu button and select “Remove Streams in Folder” choose the folder to batch unlock files 2. Adding “Remove Streams” feature to the context menu To Remove streams with right click menu just use the “Install Button” . You may want to use Shift key to display it in context menu Disable Downloaded Files from being Blocked You can disable zone markers for downloaded files, so that Explorer stops being a nag about running downloaded files and just trusts you to do the ...
5/5 4,316 Jan 12, 2022
Sordum.org <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Streams Remover3_th.png"border="0">
streamWriter v5.9.0.1103
streamWriter v5.9.0.1103 A free application for windows that records music broadcasted by internet radio stations. Features • Record as many streams as you want at the same time (MP3/AAC) • Automatically record a wishlist's song when it's playing on a stream • Player for streams and recorded files • Track splitting with silence detection • Function for manual cutting of saved titles • Tracks are named by a given pattern • Short songs (ads) can be skipped • Writing of tags to recorded files • Script-based postprocessing • Applying of effects to recorded songs (SoX) • Integration of different audio encoders • Scheduled recordings • Stream browser • Multilingual • Can be installed or used in portable mode • and much more! 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 4,414 Feb 05, 2024
Alexander Nottelmann <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/streamWriter1_th.png"border="0">
StressMyPC v5.33
StressMyPC v5.33 Free stress testing software for stress testing your PC. Let's see! How long can your laptop battery hold a charge? Or let your PC sweat like a .... ;) Warning! Unstable and overclocked systems can be crashed. Features StressMyPC : Start / Stop the stress-test Paint-Stress : Simple stress for the graphics (GPU) Aggressiv CPU-Stress : Aggressiv stress for the CPU(s) HD-Stress : Stress for the hard drive "StressMyPC" does not have to be installed and can be executed easily from the desktop. It's one small, portable utility for Windows PC-s and is also a small usb-stick friend :) Changes New in version 5.33 // 5 April 2024 • Small corrections in the PC stress tool on MS Windows 10 and 11 • Improvements in the stress test for various older processors / CPUs. Click here to visit the author's website.
5/5 8,984 Apr 08, 2024
SoftwareOK <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/stressmypc2_th.png"border="0">
Stretchly v1.5.0
Stretchly v1.5.0 Break time reminder app Stretchly is an open source app that reminds you to take breaks when working with computer. Default behavior When you run Stretchly for the first time, you are presented with a Welcome window that allows you to change the language, review the settings, view the online tutorial or simply continue with the default settings. Stretchly itself lives in your tray, only displaying a reminder window from time to time, which contains an idea for a break. By default, there is a 20 second Mini Break every 10 minutes and a 5 minute Long Break every 30 minutes (after 2 Mini Breaks). You'll be notified 10 seconds before a Mini Break (and 30 seconds before a Long Break) so that you can prepare to pause your work. When a break starts, you can postpone it once for 2 minutes (Mini Breaks) or 5 minutes (Long Breaks). Then, after a specific time interval passes, you can skip the break. Both actions are available by clicking on the link at the bottom of window or by using the Ctrl/Cmd + X keyboard shortcut. Clicking the Stretchly icon in your tray area will display the current status of breaks, provide menu items with extra functionality, and link to the Preferences. Stretchly is monitoring your idle time, so when you are idle for 5 minutes, breaks will be paused until you return. Stretchly is also monitoring Do Not Disturb mode, so breaks are paused when DnD mode is On. Stretchly follows the theme of your system and is also available in dark mode. Interact with stretchly from command line When a Stretchly instance is running, the stretchly command can be use to interact with it from the command line. Type stretchly help to get a list of all commands and options available as well as some examples. Preferences Most of the preferences ...
5/5 5,039 Apr 07, 2021
Jan Hovancik <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/stretchly1_th.png"border="0">
StrokesPlus.net v0.5.7.8
StrokesPlus.net v0.5.7.8 Mouse Gestures and More for Windows We all love shortcuts. Whether it's a faster route to work, pressing 0 to talk to a human being instead of listening to an automated menu, or your favorite Internet browser pinned to the Windows taskbar. StrokesPlus.net, the successor to StrokesPlus, is a completely free mouse gesture recognition utility for Windows which allows you to create powerful mouse gestures that save you time. With rocker support, modifiers, hot keys, macros, text expansion, and a robust ClearScript interface using the Chrome V8 JavaScript engine built right in, there's virtually no limit to what you can automate. Features • Multiple Stroke Buttons StrokesPlus.net supports an additional stroke button, so you can have different actions based on which stroke button is pressed. • Gesture Hints Real-time analysis of the current gesture displays what will be executed as you draw. Customize the hint popup's font, colors, location, and more. • Easy To Use Steps For simple (even complicated!) tasks or novice users, Steps allow you to get working right away without needing to learn scripting. • Powerful Script Engine Using Microsoft ClearScript and the Chrome V8 JavaScript engine, StrokesPlus.net opens up access to convenient built-in functions, and access to the Microsoft .NET Framework. • Touch and Pen Support Floaters enable quick access to fire actions using your finger or pen. Create custom floaters to place anywhere which can execute scripts, or act as a fixed key. • Text Expansion Create global or application specific text expansion tokens to quickly insert commonly used text, RTF, or HTML snippets. • Gesture Regions Define global or application level regions to perform different actions for the same gesture in different areas of the screen. • Hot Keys and Macros Create custom hot keys to execute scripts without using the mouse. Record mouse and keyboard input to create custom macros that can be called from actions. • Plug-In Support Create your own plug-in ...
5/5 2,852 Oct 23, 2023
StrokesPlus.net <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StrokesPlus1_th.png"border="0">
Stunt Rally v3.1
Stunt Rally v3.1 A free 3D racing game with rally style driving. It features a rich variety of 229 tracks in 41 sceneries (also on other planets) and 33 vehicles. Track difficulty ranges from short and easy to very difficult stunt tracks including jumps, skewed loops, pipes winding in 3D, obstacles or all at once. The 33 vehicles include: 11 regular cars, 6 extreme (with bigger wheels), 2 motorbikes, an 8 wheeled bus, 1 old truck, 3 hovering spaceships and 1 bouncing sphere. The latter provide a fast and easier gameplay on flat tracks. Game modes include: Single Race, Tutorials, Championships, Challenges, Multiplayer and Split Screen. Also Replays and Ghost drive are present. The Track Editor allows creating and modifying tracks. It uses a 3D spline generated road. Both run on GNU/Linux and Windows and are Free Libre Open Source Software, licensed under GPLv3. This download is for the Windows version. If you need the Linux Flatpack version, download here. Click here to visit the author's website.
5/5 2,673 Apr 26, 2024
Stunt Rally Team <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StuntRally2_th.png"border="0">
SubsPlayer v2.0.8.7
SubsPlayer v2.0.8.7 An open source media player for encoding and decoding subtitles. SubsPlayer is based on VLC and .Net. and runs on Windows. Features • Encode subtitles • Decodes encoded subtitles • Explorer with online content • 12 band equalizer (only for audio files) • Supports 4K video • Multifunctional playlist This download is for the 64bit portable version. If you need the 32bit portable version, download here. If you need the 64bit installer version, download here. If you need the 32bit installer version, download here. Click here to visit the author's website.
5/5 1,537 Feb 29, 2024
Trias <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SubsPlayer1_th.png"border="0">
Subtitle Edit v4.0.6
Subtitle Edit v4.0.6 A free and open source editor for video subtitles. With Subtitle Edit you can easily adjust a subtitle if it is out of sync with the video in several different ways. You can also use Subtitle Edit for making new subtitles from scratch (do use the time-line/waveform/spectrogram) or translating subtitles. Features • Create/adjust/sync/translate subtitle lines • Convert between SubRib, MicroDVD, Advanced Sub Station Alpha, Sub Station Alpha, D-Cinema, SAMI, youtube sbv, and many more (300+ different formats!) • Cool audio visualizer control - can display wave form and/or spectrogram • Video player uses mpv, DirectShow, or VLC media player • Visually sync/adjust a subtitle (start/end position and speed) • Audio to text (speech recognition) via Whisper or Vosk/Kaldi • Auto Translation via Google translate • Rip subtitles from a (decrypted) dvd • Import and OCR VobSub sub/idx binary subtitles • Import and OCR Blu-ray .sup files - bd sup reading is based on Java code from BDSup2Sub by 0xdeadbeef) • Can open subtitles embedded inside Matroska files • Can open subtitles (text, closed captions, VobSub) embedded inside mp4/mv4 files • Can open/OCR XSub subtitles embedded inside divx/avi files • Can open/OCR DVB and teletext subtitles embedded inside .ts/.m2ts (Transport Stream) files • Can open/OCR Blu-ray subtitles embedded inside .m2ts (Transport Stream) files • Can read and write both UTF-8 and other unicode files and ANSI (support for all languages/encodings on the pc!) • Sync: Show texts earlier/later + point synchronization + synchronization via other subtitle ...
5/5 136 Jun 02, 2024
Nikolaj Olsson <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Subtitle Edit2_th.png"border="0">
Sugar on a Stick v0.118
Sugar on a Stick v0.118 A Fedora® Spin operating system to create a live (bootable) flash drive featuring the award-winning Sugar Learning Platform for kids. What is Sugar? Sugar is a learning platform that reinvents how computers are used for education. Collaboration, reflection, and discovery are integrated directly into the user interface. Sugar promotes "studio thinking" and "reflective practice". Through Sugar's clarity of design, children and teachers have the opportunity to use computers on their own terms. Students can reshape, reinvent, and reapply both software and content into powerful learning activities. Sugar's focus on sharing, criticism, and exploration is grounded in the culture of free software (FLOSS). About the Sugar pedagogy Information is about nouns; learning is about verbs. The Sugar interface, in its departure from the desktop metaphor for computing, is the first serious attempt to create a user interface that is based on both cognitive and social constructivism: learners should engage in authentic exploration and collaboration. It is based on three very simple principles about what makes us human: 1) everyone is a teacher and a learner; 2) humans by their nature are social beings; and 3) humans by their nature are expressive. These are the pillars of a user experience for learning. Sugar also considers two aphorisms: 1) you learn through doing, so if you want more learning you want more doing; and 2) love is a better master than duty—you want people to engage in things that are authentic to them, things that they love. About the Sugar Learning Platform The Sugar Learning Platform is an alternative to the ubiquitous computer desktop metaphor that has dominated computing since its invention at Xerox PARC (Palo Alto Research Center) in the 1970s. (Children are not office workers, nor does ...
0/5 1,811 Nov 10, 2023
Sugar Labs <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SugaronaStick5_th.png"border="0">
SumatraPDF v3.5.2
SumatraPDF v3.5.2 A free PDF, eBook (ePub, Mobi), XPS, DjVu, CHM, Comic Book (CBZ and CBR) reader for Windows. Sumatra PDF is powerful, small, portable and starts up very fast. Simplicity of the user interface has a high priority. System requirements Supported OS: Windows 11, Windows 10, Windows 8, Windows 7, Vista. For XP use version 3.1.2 (download below) Version history v3.5.2 (2023-10-25) fix not showing tab text make menus in dark themes look more like standard menus (bigger padding) fix Bookmarks for folder showing bad file names update translations This download is for the Windows 64bit installer version. If you need the Windows 32bit installer version, download here. If you need the Windows 64bit portable version, download here. If you need the Windows 32bit portable version, download here. If you need the 64bit ARM installer version, download here. If you need the 64bit ARM portable version, download here. If you need the Windows XP 32bit version, download here. If you need the Windows XP 64bit version, download here. Click here to visit the author's website.
5/5 4,108 Oct 25, 2023
Krzysztof Kowalczyk <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SumatraPDF1_th.png"border="0">
Summer Flowers Theme v1.0
Summer Flowers Theme v1.0 A summer flowers desktop theme for Windows 11 / Windows 10 / Windows 8 (8.1) Features 14 HD wallpapers. Click here to visit the author's website.
5/5 870 Aug 01, 2023
themepack.me <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/summer-flowers5_th.png"border="0">
SunlitGreen BatchBlitz v3.4.0.1630
SunlitGreen BatchBlitz v3.4.0.1630 - Batch Photo Editor SunlitGreen BatchBlitz is a free, powerful and easy-to-use photo categorizer, file filter and batch editor. It provides an intuitive and efficient way to categorize and batch process your digital photos. The use of regular expressions and actions make the tool extremely flexible and powerful. Features: Simple and intuitive user interface Extensive support for regular expression Exif and IPTC metadata support Highly customizable batch actions Savable batch task Instant preview Source View Here you define a collection of source images for filtering, categorizing or batch processing. Actions View Here you define one or more actions that you want to perform on the source images. Action Properties - Add Text Here you change the properties of action Add Text. This action lets you add text watermark on images. Categorize Photo Files FilesSunlitGreen BatchBlitz lets you categorize your photos by tags (Exif or IPTC metadata). For example, you can categorize your photos by the date they were taken, putting all photos in the same folder if they were taken on the same day. Selective categorization is also supported. E.g. you can pick out the only two categories holding photos rated 4 and 5 stars respectively. Filter Photo Files If you have a huge stock of images, file filtering can be quite a headache. E.g. how do you find out all the files with a suffix number in the name? How do you find out all the portrait photos (viz. height > width) that are no less than 600 pixels in height? BatchBlitz enables you to easily filter or locate such files. The filtering can be done interactively, or through a batch action. Batch Edit Photos BatchBlitz lets you batch-process your photos using customizable actions. You can save your action settings to a task file ...
5/5 4,359 Apr 14, 2019
SunlitGreen Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/BatchBlitz1_th.png"border="0">
SunlitGreen Free Photo Editor v1.5.0.1633
SunlitGreen Free Photo Editor v1.5.0.1633 SunlitGreen Photo Editor is a free, simple and handy digital photo editing software program. It lets you view, resize, rotate, apply color corrections and effects to your photos in an easy and professional way. Features: Drag and drop to open photo files Automatic color corrections Previewable image adjustments Photo viewer with easy-to-use zoom tools Editable and savable image selections Advanced, channel-oriented color corrections Application Workspace Frequently used zoom commands are accessible through shortcut menu. Curves Dialog Adjust entire tonal range of image by defining control points on curves. Image Size Dialog Resize an image or change its resolution. Using "Auto Levels" to Correct Exposure Using "Auto Contrast" to Adjust Contrast Using "Hue/Saturation" to Colorize Photo Using "Color/Balance" to Reduce the Redness System requirements: Windows 2000/XP/2003/Vista/7/8/10 Click here to visit the author's website.
5/5 4,473 Apr 14, 2019
SunlitGreen Software <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SunlitGreenPhotoEditor1_th.png"border="0">
Super Grate v1.3.2.1
Super Grate v1.3.2.1 A free and open source Windows User Profile backup and migration utility. It can perform remote execution of Microsoft's USMT (User State Migration Tool) on any domain joined PC, or local execution on any non-joined PC. Configurable Easy to tweak, easy to configure. Make Super Grate work for you by changing one of the many configurable settings! Works Remotely Are all your computers joined to an Active Directory domain? Super Grate will be able to perform Migrations &amp; Backups over the network! Non Disruptive Tired of working around users' schedules? With Super Grate, the user will not even notice their profile is being Migrated or Backed up! Unified Super Grate can also be installed to a network share drive allowing all Super Grate users to experience the same settings and Backup Store. Compatible Enjoy Super Grate on most flavors of "Windows" from Windows 7 to Windows 11. Portable Install Super Grate directly to an external hard drive or thumb drive to take it with you on the go! Complete Nothing is left behind with Super Grate. Files, Media, Contacts, Emails, Windows Settings, Program Data &amp; Internet Settings are all accounted for. Free! Super Grate along with other Super Suite utilities will always be free to download and use! Documentation HERE. Changes: v1.3.2.1 11-4-21 Reduced an interval that determines if a remote process has finished from 3 seconds to 1/2 a second. Click here to visit the author's website.
5/5 2,144 Nov 05, 2021
Dylan Bickerstaff <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SuperGrate1_th.png"border="0">
Super Grub2 Disk 2.02s9
Super Grub2 Disk 2.02s9 Super GRUB2 Disk is a live cd that helps you to boot into most any Operating System (OS) even if you cannot boot into it by normal means. Features Everything option to detect most Operating Systems Operating Systems grub.cfg – (GRUB2 configuration files) menu.lst – (GRUB legacy configuration files) core.img – (GRUB2 installation (even if mbr is overwritten)) Bootable ISOs (in /boot-isos or /boot/boot-isos Enable GRUB2’s LVM support Enable GRUB2’s RAID support Enable GRUB2’s PATA support (to work around BIOS bugs/limitation) Mount encrypted volumes (LUKS and geli) Enable serial terminal A new stable release The former Super Grub2 Disk stable release was 2.02s8 version and released on March 2017 (2 months ago) . New features or changes since previous stable version are: Updated grub 2.02 build to tag: 2.02 . This is the final stable 2.02 upstream Grub release. Added Chinese translation (Thanks to shankerwangmiao) Added Finnish translation (Thanks to tavallinenvirtanen7) supergrub-release-news helps release team to generate a template for its news. Added supergrub-release-changes to help with the release team. Rename ‘(GRUB2 installation (even if mbr is overwritten))’ to: ‘(GRUB2 installation)’ Supported Operating Systems Excluding too custom kernels from university students Super Grub2 Disk can autodetect and boot most every Operating System. Some examples are written here so that Google bots can see it and also to make more confident the final user who searchs his own special (according to him) Operating System. Windows Windows 10 ...
5/5 5,858 Aug 09, 2018
supergrubdisk.org <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Super Grub2 Disk1_th.png"border="0">
Super Smash Bros. Crusade
Super Smash Bros. Crusade Originally created by Falcon8r, Phantom 7, and Dr.MarioX, Super Smash Bros. Crusade is a large project built from the ground up and started by three die-hard Smash Bros. fans. Our goal is to create a Smash Bros. game packed with characters and stages from the most memorable video games of all time as well as create a Smash Bros. experience that combines the greatest features that all official Smash Bros. games have to offer and more! System Requirements Windows 2000, Windows XP, Windows Vista or Windows 7 DirectX 8 or later DirectX 8 compatible graphics card with at least 32MB of video memory Pentium or equivalent processor DirectX 8 compatible sound card 128 MB of memory or greater (noted only in official Game Maker help file documentation) 960×720 or greater screen resolution with 16-bit or 32-bit colors
5/5 6,098 Mar 01, 2016
Project Crusade <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Super Smash Brossade12.png"border="0">
Super Space Invader for Windows
Super Space Invader for Windows An explosive arcade game combining space invaders, bullet hell, some Vlambeer, and other influences. Plough through 13 waves and choose from 13 ship upgrades along the way. If there's one thing you do, make sure to jump into sandbox mode. It's a great way to get a taste for what the game offers and/or get to blowing stuff up quickly, especially if you're finding the normal waves too hard. Sandbox mode to puts you straight into the last (infinite) wave with a fully upgraded ship. There are only two controls (in theory), left and right (or A/D, LMB/RMB). Hold both to confirm your selection of menu item. Tap both to activate and deactivate the ship's shield (available after a couple waves). Auxiliary controls: * Q to quit * P to pause/unpause * Enter/space to select menu item if holding down left and right is too much trouble
5/5 5,703 Feb 25, 2016
BlackBulletIV <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/Super Space Invader3_th.png"border="0">
Super Tower Rush for Windows 1.5.0
Super Tower Rush for Windows 1.5.0 Rush down the tower as much as you can before the deadly spikes catch you! Controls: Keyboard : Arrow keys or WASD. Joystick: Navigation buttons and jump button.
5/5 5,622 Mar 13, 2017
Ömer Akyol <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/SuperTowerRush1_th.png"border="0">
SuperF4 v1.4 32bit
SuperF4 v1.4 32bit Kill programs instantly with Ctrl+Alt+F4. SuperF4 kills the foreground program when you press Ctrl+Alt+F4. This is different from when you press Alt+F4. When you press Alt+F4, the program can refuse to quit. Windows only asks the program to quit, and lets it decide for itself what to do. You can also kill a program by pressing Win+F4 and then clicking the window with your mouse cursor. You can press escape or the right mouse button to exit this mode without killing a program. Some games have anti-keylogger protection, which may prevent SuperF4 from working (it can't detect when you press Ctrl+Alt+F4). You can enable TimerCheck to use an alternate detection method. News 2019-02-16 - SuperF4 v1.4 released Released 1.4. Fixed keyboard input lag. Thanks to Victor Robertson. Do not enter xkill mode if Ctrl key is pressed. Ctrl+Win+F4 is a new shortcut to close virtual desktops, so we don’t want to prevent that. Thanks to José Rebelo. Add a process blacklist, with explorer.exe in the list by default. I apologize for my tardiness. I use Windows less and less every year, and I must confess that I have not even been running my own programs when I do. I hope this release makes up for it somewhat. Click here to visit the author's website.
5/5 4,164 Jul 02, 2020
Stefan Sundin <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SuperF42_th.png"border="0">
SuperF4 v1.4 64bit
SuperF4 v1.4 64bit Kill programs instantly with Ctrl+Alt+F4. SuperF4 kills the foreground program when you press Ctrl+Alt+F4. This is different from when you press Alt+F4. When you press Alt+F4, the program can refuse to quit. Windows only asks the program to quit, and lets it decide for itself what to do. You can also kill a program by pressing Win+F4 and then clicking the window with your mouse cursor. You can press escape or the right mouse button to exit this mode without killing a program. Some games have anti-keylogger protection, which may prevent SuperF4 from working (it can't detect when you press Ctrl+Alt+F4). You can enable TimerCheck to use an alternate detection method. News 2019-02-16 - SuperF4 v1.4 released Released 1.4. Fixed keyboard input lag. Thanks to Victor Robertson. Do not enter xkill mode if Ctrl key is pressed. Ctrl+Win+F4 is a new shortcut to close virtual desktops, so we don’t want to prevent that. Thanks to José Rebelo. Add a process blacklist, with explorer.exe in the list by default. I apologize for my tardiness. I use Windows less and less every year, and I must confess that I have not even been running my own programs when I do. I hope this release makes up for it somewhat. Click here to visit the author's website.
5/5 4,233 Jul 02, 2020
Stefan Sundin <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SuperF42_th.png"border="0">
Superfile v1.1.3
Superfile v1.1.3 Perfect terminal-based file manager. Superfile is a very fancy and modern terminal file manager that can complete the file operations you need! Features Exquisite and beautiful UI It can be said that good-looking is the original intention of Superfile, so the entire Superfile should be as beautiful as possible. Complete functions This file manager allows you to do almost everything you want to do on a file manager. Fully customizable From basic Hotkey, the entire theme color and even the border Style can be customized. Multiple panel Multiple panel allows you to view multiple directories at the same time and copy and paste in just a few simple steps without having to return to the main directory. Note: This file has two hits on VirusTotal. We have confirmed these to be false positives. The file is safe. This download is for the Windows 64bit version (very bottom of page). All other download assets are below: Windows: superfile-windows-v1.1.3-arm64.zip macOS: superfile-darwin-v1.1.3-amd64.tar.gz superfile-darwin-v1.1.3-arm64.tar.gz Linux: superfile-linux-v1.1.3-amd64.tar.gz superfile-linux-v1.1.3-arm64.tar.gz Click here to visit the author's website.
5/5 131 May 26, 2024
Yorukot <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Superfile1_th.png"border="0">
SuperTuxKart v1.3
SuperTuxKart v1.3 A kart racing game featuring Tux and friends. It is a fun-racer game, focusing on fun and ease of play. Features Race with Tux and Friends Explore several tracks Play against AI or in split-screen mode against your friends Play in various modes, including Time Trial, Grand Prix and 3 Strikes Battle This download is for the Windows version. If you need the MacOS version, download here. If you need the Linux version, download here. Click here to visit the author's website.
5/5 3,591 Nov 06, 2021
SuperTuxKart Team <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Supertuxkart2_th.png"border="0">
Sushi Browser v0.22.0 for Debian/Ubuntu
Sushi Browser v0.22.0 for Debian/Ubuntu The Next Generation Multi-Panel Browser Concepts When you are browsing the web you can only use a section of your screen. Have you ever thought that that's a waste? The concept of the "Sushi Browser" is wanting to utilize the screen to the maximum capacity just by a simple operation. Its goal is to be as fantastic as sushi. Features We will introduce this panel's greatest feature, the "multi panel". Multi panel ・Display to the opposite panel By middle clicking (pressing the mouse wheel) the link you can open the page in the link to the opposite panel. Middle clicking with 1 panel automatically splits the display into 2 panels. ・Sync scrolling By pressing the Sync scroll button, 1 page can be lined up like the pages of a book. Utilizing the screen to the maximum ・Side (bottom) bar You can open favorite pages or pages from your history using the side bar. ・Slim menu One Line mode: Using a display method that integrates the menu bar and tab bar, it achieves a menu with a mere 30px. Full screen mode: The menu bar is not displayed and the menu is displayed by moving the cursor. Extension tools ・Terminal: It can operate Bash for Linux/Mac and Power Shell for Windows. ・File explorer: It can manage and browse files. ・Text editor: It can edit text and source codes etc. ・Video playback: It can be used for automatic playback of videos. Some useful functions There are other useful functions besides Swapping panels, Aligning panels, switch direction, simultaneous scroll, Float panel mode, etc. Other This browser is equipped with various convenient features other than the multiple panel function. In addition, we are using Muon derived from the Electron Framework, and we can also use that function. AdBlock Equipped with a native-implemented high speed advertisement block. Download function ・Video download: When downloading video and music information, download link is displayed automatically. ・Parallel download: For 1 file it can ...
5/5 4,998 Apr 26, 2019
kura52 <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Sushi Browser1_th.png"border="0">
Sushi Browser v0.22.0 for Fedora/CentOS
Sushi Browser v0.22.0 for Fedora/CentOS The Next Generation Multi-Panel Browser Concepts When you are browsing the web you can only use a section of your screen. Have you ever thought that that's a waste? The concept of the "Sushi Browser" is wanting to utilize the screen to the maximum capacity just by a simple operation. Its goal is to be as fantastic as sushi. Features We will introduce this panel's greatest feature, the "multi panel". Multi panel ・Display to the opposite panel By middle clicking (pressing the mouse wheel) the link you can open the page in the link to the opposite panel. Middle clicking with 1 panel automatically splits the display into 2 panels. ・Sync scrolling By pressing the Sync scroll button, 1 page can be lined up like the pages of a book. Utilizing the screen to the maximum ・Side (bottom) bar You can open favorite pages or pages from your history using the side bar. ・Slim menu One Line mode: Using a display method that integrates the menu bar and tab bar, it achieves a menu with a mere 30px. Full screen mode: The menu bar is not displayed and the menu is displayed by moving the cursor. Extension tools ・Terminal: It can operate Bash for Linux/Mac and Power Shell for Windows. ・File explorer: It can manage and browse files. ・Text editor: It can edit text and source codes etc. ・Video playback: It can be used for automatic playback of videos. Some useful functions There are other useful functions besides Swapping panels, Aligning panels, switch direction, simultaneous scroll, Float panel mode, etc. Other This browser is equipped with various convenient features other than the multiple panel function. In addition, we are using Muon derived from the Electron Framework, and we can also use that function. AdBlock Equipped with a native-implemented high speed advertisement block. Download function ・Video download: When downloading video and music information, download link is displayed automatically. ・Parallel download: For 1 file it can ...
5/5 5,077 Apr 26, 2019
kura52 <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Sushi Browser1_th.png"border="0">
Sushi Browser v0.22.0 for MacOS
Sushi Browser v0.22.0 for MacOS The Next Generation Multi-Panel Browser Concepts When you are browsing the web you can only use a section of your screen. Have you ever thought that that's a waste? The concept of the "Sushi Browser" is wanting to utilize the screen to the maximum capacity just by a simple operation. Its goal is to be as fantastic as sushi. Features We will introduce this panel's greatest feature, the "multi panel". Multi panel ・Display to the opposite panel By middle clicking (pressing the mouse wheel) the link you can open the page in the link to the opposite panel. Middle clicking with 1 panel automatically splits the display into 2 panels. ・Sync scrolling By pressing the Sync scroll button, 1 page can be lined up like the pages of a book. Utilizing the screen to the maximum ・Side (bottom) bar You can open favorite pages or pages from your history using the side bar. ・Slim menu One Line mode: Using a display method that integrates the menu bar and tab bar, it achieves a menu with a mere 30px. Full screen mode: The menu bar is not displayed and the menu is displayed by moving the cursor. Extension tools ・Terminal: It can operate Bash for Linux/Mac and Power Shell for Windows. ・File explorer: It can manage and browse files. ・Text editor: It can edit text and source codes etc. ・Video playback: It can be used for automatic playback of videos. Some useful functions There are other useful functions besides Swapping panels, Aligning panels, switch direction, simultaneous scroll, Float panel mode, etc. Other This browser is equipped with various convenient features other than the multiple panel function. In addition, we are using Muon derived from the Electron Framework, and we can also use that function. AdBlock Equipped with a native-implemented high speed advertisement block. Download function ・Video download: When downloading video and music information, download link is displayed automatically. ・Parallel download: For 1 file it can ...
5/5 5,004 Apr 26, 2019
kura52 <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Sushi Browser1_th.png"border="0">
Sushi Browser v0.25.6 for Windows
Sushi Browser v0.25.6 for Windows The Next Generation Multi-Panel Browser Concepts When you are browsing the web you can only use a section of your screen. Have you ever thought that that's a waste? The concept of the "Sushi Browser" is wanting to utilize the screen to the maximum capacity just by a simple operation. Its goal is to be as fantastic as sushi. Features We will introduce this panel's greatest feature, the "multi panel". Multi panel ・Display to the opposite panel By middle clicking (pressing the mouse wheel) the link you can open the page in the link to the opposite panel. Middle clicking with 1 panel automatically splits the display into 2 panels. ・Sync scrolling By pressing the Sync scroll button, 1 page can be lined up like the pages of a book. Utilizing the screen to the maximum ・Side (bottom) bar You can open favorite pages or pages from your history using the side bar. ・Slim menu One Line mode: Using a display method that integrates the menu bar and tab bar, it achieves a menu with a mere 30px. Full screen mode: The menu bar is not displayed and the menu is displayed by moving the cursor. Extension tools ・Terminal: It can operate Bash for Linux/Mac and Power Shell for Windows. ・File explorer: It can manage and browse files. ・Text editor: It can edit text and source codes etc. ・Video playback: It can be used for automatic playback of videos. Some useful functions There are other useful functions besides Swapping panels, Aligning panels, switch direction, simultaneous scroll, Float panel mode, etc. Other This browser is equipped with various convenient features other than the multiple panel function. In addition, we are using Muon derived from the Electron Framework, and we can also use that function. AdBlock Equipped with a native-implemented high speed advertisement block. Download function ・Video download: When downloading video and music information, download link is displayed automatically. ・Parallel download: For 1 file it can ...
5/5 5,163 Jul 09, 2019
kura52 <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Sushi Browser1_th.png"border="0">
Svchost Process Analyzer 1.3.0.11
Svchost Process Analyzer 1.3.0.11 Svchost.exe is the most mysterious Windows process. Svchost.exe is a generic host process name for services that run from dynamic-link libraries (DLLs). The authentic svchost.exe file is located in C:\Windows\System32, but numerous viruses and trojans use the same file and process name to hide their activities. The free Svchost Process Analyzer lists all svchost instances and checks the services they contain. This makes it easy to uncover Svchost worms like the infamous Conficker worm. Svchost Process Analyzer is a 100% freeware program from www.neuber.com. There is absolutely no installation required. Simply download and run the software. Features 100% freeware doesn't require runtimes doesn't require installation doesn't write to the registry doesn't modify files outside of its own directories isn't adware System requirements Windows 10, 8, 7, Vista, XP, 2003, 2008 (32/64 Bit) 528 KB free disk space
5/5 5,075 Mar 08, 2017
Neuber Software <img src="http://www.oldergeeks.com/downloads/gallery/thumbs/SVChostProcessAnalyzer1_th.png"border="0">
Svchost Viewer v0.5
Svchost Viewer v0.5 A free program to see what all those svchost.exe are running. A Windows program that has been designed to reveal the services behind specific svchost.exe processes on machines running Windows. The software program of choice to analyze processes is Process Explorer from Sysinternals (usually), and while it is the go-to program for many, its feature richness and functionality can be quite intimidating at first. Yes, there are other applications that do the same but Process Explorer is probably the application that most professionals and tech-savvy Windows users use for that purpose. Note: Microsoft changed how svchost processes are displayed on Windows 10. The operating system lists one process for each svchost item, and reveals what it is so that it is a lot easier to find out what a process does. The svchost process caused lots of confusion in the past as users did not know why why several svchost.exe processes were running on the system when they opened the Windows Task Manager or another process viewer. The services under each svchost process are listed in the left pane, a click opens detailed information about each service on the right larger pane of the application. It details the amount of computer memory a svchost process is using as well as a description and program path of the services it has spawned. Features • No installation required. • Only requirement is that you have .net installed (ver 2.0 or newer). • Work in Windows XP to latest Windows OS. • Coded in C# Note: This program has 2 hits on VirusTotal. These are false positives. The program has been tested and is safe. Click here to visit the author's website.
5/5 834 Oct 08, 2023
Boss-beep <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SvchostViewer1_th.png"border="0">
SVG Converter v1.0
SVG Converter v1.0 Converts SVG files to PNG or BMP images. What is SVG SVG is the extension of vector graphic files that contain scalable images. This image format is XML based. It supports animation that can contains vector graphics, raster graphics, and text. It contains data using lossless data compression algorithm. SVG files can be edited using drawing software as well as text editors. Batch SVG Converter Convert scalable vector images to PNG or BMP with Vovsoft SVG Converter. Conversion preserves transparency and allows you to scale lossless to any specified size. There are a lot of online websites that can convert SVG images. However they have upload limitations. Vovsoft SVG Converter can convert images as many as you want through a user-friendly interface. You can easily create PNG or BMP files by selecting the input SVG files in bulk. The application will do the rest for you. The best part of the program is that the conversion is done completely offline. You are the only controller of your private data. No image file is sent to internet in any case. Key Features SVG to PNG SVG to BMP Supported Operating Systems Windows 11, Windows 10, Windows 8/8.1, Windows 7, Windows Vista (32-bit and 64-bit) Click here to visit the author's website.
5/5 1,507 Sep 05, 2022
Vovsoft <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/svgconverter3_th.png"border="0">
Sweet Home 3D v7.2
Sweet Home 3D v7.2 A free interior design application that helps you draw the plan of your house, arrange furniture on it and visit the results in 3D. Features Draw walls and rooms upon the image of an existing plan, on one or more levels Drag and drop doors, windows and furniture from a catalog onto the plan Update colors, texture, size and orientation of furniture, walls, floors and ceilings View all changes simultaneously in the 3D view from any view point Create photorealistic images and videos with various light sources Import additional 3D models and export the plan at various standard formats This download is for the Windows installer version. All other download assets are below: Windows: SweetHome3D-7.1-portable.7z MacOS: SweetHome3D-7.2-macosx.dmg SweetHome3D-7.2-macosx-10.4-10.9.dmg Linux: SweetHome3D-7.2-linux-x64.tgz SweetHome3D-7.2-linux-x86.tgz Java: SweetHome3D-7.2.jar Extra 3D Models: 3DModels.zip Extra Textures: Textures-Contributions-1.3.zip Textures-eTeksScopia-1.3.zip Click here to visit the author's website.
5/5 7,154 Mar 26, 2024
eTeks <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SweetHome2_th.png"border="0">
SwiftSearch v7.5.1 64bit
SwiftSearch v7.5.1 64bit Searches NTFS volumes almost instantly. SwiftSearch is a lightweight program whose purpose is to help you quickly find the files you need on your Windows machine without ever requiring you to index your drives. Most search utilities that achieve similar speeds do so by indexing drives while the computer is idle, but because idleness detection is so difficult to get right, in practice they end up slowing down the whole system just to speed up search. SwiftSearch works differently: given administrator privileges, it completely bypasses the file system (only NTFS supported) and reads the file table directly every time, which speeds up search by many orders of magnitude. Typically searches yield full results in ~10 seconds or less, a significant speedup for many users. As a bonus, this program also supports path-based search (for example, you can search for "*Program*\Windows*"), regular expressions (just start the search name with '>' character), and full directory sizes. Its goal is to be simple, swift, and intuitive to use. Features Blazing fast Simple Powerful Fixes - Fixed "Dump to table" forgetting to include columns other than Path Click here to visit the author's website.
5/5 4,758 Jan 12, 2022
wfunction <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SwiftSearch1_th.png"border="0">
Swiss File Knife v1.9.6.2
Swiss File Knife v1.9.6.2 A Command Line Tools Collection combines many functions in a single, portable executable that belongs onto every USB stick. Search and convert text files, instant simple FTP/HTTP server, find duplicate files, compare folders, treesize, run own commands on all files of a folder - it's all within a single tool. Windows: after download, open a command line (CMD.exe) then CD into the download folder and type "sfk" for the help text. type "sfk commandname" for help on any of the following. some commands require to add "-help" for the help text. file system sfk list - list directory tree contents. list latest, oldest or biggest files. list directory differences. list zip jar tar gz bz2 contents. sfk olist - list office files in a folder, like .docx .xlsx .ods .odt sfk filefind - find files by filename sfk treesize - show directory size statistics sfk copy - copy directory trees additively sfk sync - mirror tree content with deletion sfk rename - flexible multi file rename sfk partcopy - copy part from a file into another ...
5/5 5,248 Mar 11, 2020
StahlWorks Technologies <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/Swiss File Knife1_th.png"border="0">
Switch Power Scheme v1.2
Switch Power Scheme v1.2 Easily switch your Windows power plan by right-clicking on the desktop. No need to open Control Panel or Windows Settings. Switching power plans require you to open Power Options applet from Control Panel or from Windows Settings app. In the Power Options applet, you can choose one of the three options — Balanced, High performance and Power saver, or you can create your own custom plans. You might have some reasons to switch between power plans for example ; 1. You can choose “High Performance” power plan to increase FPS while playing a Game 2. When the laptop battery is low , You can switch to the “power saver” plan and make the battery last longer. 3. In summer, you can create your own power plan to reduce the CPU frequency and avoid the laptop from getting hot. 4. You can create a special plan to prevent the computer from going to sleep during the download. There are Lots of methods to switch power plans , for example ; Right Click battery icon in task-bar – Choose Power Options – Choose One of the suitable power Plan or You can use Windows Mobility Center and choose the power plan you wish to use under Battery Status. You can also use command prompt or powershell. Switching power plans multiple times a day is time consuming. We have created a small Portable free Application “Switch Power Scheme” to simplify the whole process. How to use Switch Power Scheme Application 1. Download and unzip it, then run appropriate exe file (x86 or x64) It has a minimalistic interface. All your current power plans will be listed on the GUI 2. To Switch between them just choose one and use “Apply selected” Button or Right click one of them and choose “Activate” option. Switch Power Plans Quickly via Desktop Right-click Menu You ...
5/5 3,204 May 18, 2021
Sordum.org <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SwitchPowerScheme2_th.png"border="0">
SyMenu v8.01.8833
SyMenu v8.01.8833 A portable menu launcher and a Start Menu replacer to organize your applications quickly and easily. On top of that SyMenu is able to automatically index any application installed on the host pc. But the real power of SyMenu unfolds when you approach its integrated large and daily growing suites of freeware programs. You can download the following program suites directly from SyMenu: • the native SyMenu suite • the NirSoft suite Why should I use SyMenu? • Ease of use: really! SyMenu is easy to learn but, at the same time, it gives you a deep complexity to explore if you want; • Strong customization: you can organize all your applications in a hierarchical structure with custom names, descriptions, colorful folders, separators and labels; • Large program suites: the Standard for Portable Software (SPS) allows to install, update and remove the programs available in the SyMenu suites automatically; • Fully customizable menu: you can choose which built-in elements to add to your personal SyMenu; • Portability means freedom: if you work in a strict controlled IT environment you won't need anymore to ask your IT administrator the permission to install that umpteenth useful program, do it with in the portable way; • Portability means cleanliness: you know that Windows suffers for frequent programs installation and uninstallation. The portable programs don't need to be installed and your PC System folders and Registry will thank you; • Search bar: (Windows like) it allows to quickly search amongst any SyItem configured on menu; • Search bar wrapper for Windows: SyMenu exposes through its Search bar every program linked in the host PC Windows Start ...
5/5 7,400 Apr 18, 2024
UGM.NET <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SyMenu3_th.png"border="0">
SyncBackFree v11.3.29.0
SyncBackFree v11.3.29.0 The best free Windows backup and synchronization program on the planet! Features: • Backup and Synchronize: copy files in both directions • Restore from backups quickly and easily • Email logs automatically • Run programs before and after backups • Automatically schedule backups • Unicode enabled for non-English filenames • Simple and Advanced mode • Runs on Windows 11, 10, 8, 7 and Vista (32/64 bit) • Extensive Help Documentation • Completely Free Windows Backup solution! • No registration required! • No strings or catches whatsoever! Supported operating systems: Windows 11, 10, 8, 7 and Vista Compatible (32/64-bit) Changes: v11.3.29.0 30th May 2024 New (Pro/SE): New COMPAREBOTHTOTAL variable Updated (Pro/SE): Can use wildcards for network names in Copy Delete -> Network settings Updated: When error is ERROR_RETRY then it will only retry 5 times before failing Updated: When opening or comparing files from Differences window it will now change volume GUID or device path to drive letter paths automatically Fixed (Pro): Can add secrets connection if no secrets Fixed (Pro): Change in S3 to use the correct maximum number of uploaded parts when using Scaleway storage Fixed: Exit from tray icon pop-up menu, and Close from taskbar pop-up menu, correctly handles situations where modal windows are open Fixed: Choose sub-directories and Files window may fail to expand folder when using Chilkat FTP engine Fixed: When using single zip the zip filename in the log had a trailing slash Updated (Pro/SE): Improved error handling and logging when file cannot be zipped when using PKZip This download is for the Windows all users version (very bottom of page). If you need the Windows Administrators only version, download here. If you need the User Manual, download here. Click here to visit the author's website.
5/5 4,594 May 30, 2024
2BrightSparks Pte. Ltd. <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SyncBackFree_th.png"border="0">
SyncFolders v3.6.111
SyncFolders v3.6.111 Synchronize or backup your files and folders SyncFolders helps you to synchronize the contents of two folders, including any subfolders. The folders may be on different disk drives, on the network, or storage devices attached to the USB port, including external hard disk drives, flash drives, and any other type of USB storage device. The program allows you to easily copy new and updated files and folders in either or both directions. SyncFolders is a very useful tool for backup and synchronization purposes. SyncFolders runs on all Windows versions from Windows XP and higher and you are free to use SyncFolders for any purpose. SyncFolders has a clean installer and does not contain any spyware and will not install unwanted programs. Features • Supports two-way synchronization of files and folders. • Can easily be used as backup tool. • Shows a preview before the actual synchronization takes place. You can override actions if desired. • Detects conflicts or file collisions when a file has changed in both locations since the last sync operation. Therefore, SyncFolders tracks file modifications and deletions in a local database. • Propagates deletions and detects file renames. • File comparison by date and size or by content. • Default actions can be defined in case of synchronization conflicts. • Integrates with Windows' Task Scheduler to support scheduled synchronizations. • Supports file and folder filters. • Can handle long file names and files of any size. • Synchronization from or to UNC paths is supported. • Supports multiple synchronization rules in a single rules file. • Deleted or ...
5/5 9,148 Jul 19, 2023
SyncFolders <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SyncFolders1_th.png"border="0">
SyncTrayzor v1.1.29
SyncTrayzor v1.1.29 An open source, continuous file synchronization program that synchronizes files between two or more Windows computers. Features include: Has a built-in web browser, so you don't need to fire up an external browser. Optionally starts on login, so you don't need to set up Syncthing as a service. Has drop-box style file download / progress window Tray icon indicates when synchronization is occurring. Alerts you when: You have file conflicts One of your folders is out of sync Folders finish syncing Devices connect / disconnect Has a tool to help you resolve file conflicts Can pause devices on metered networks, to stop Syncthing transferring data on e.g. a mobile connection or wifi hotspot. Contains translations for many languages 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 2,192 Oct 07, 2021
Antony Male <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/SyncTrayzor1_th.png"border="0">
   
Showing rows 2001 to 2100 of 2689 Showing Page 21 of 27  « First  «  19  20  21  22  23  »  Last » 


OlderGeeks.com Copyright (c) 2024