Google has decided to extend Chrome support for Windows 7 for another six months beyond its original plan in order to give customers more time if their Windows 10 migration plans were delayed by the COVID-19 pandemic.
Google has now confirmed that Chrome will support Windows 7 until at least January 15, 2022. After that date customers cannot be guaranteed of receiving security updates for Chrome on Windows 7.
A new reminder for those who are still holding on to the Windows 7 operating system, you have 9 months left until Microsoft ends support for its 9-year-old operating system, i.e. on January 14, 2020.
This was actually supposed to have happened already, but due to many industries with applications that do not support anything above Windows 7, the EOL date was extended. However, as with everything, the end has come.
With the Windows 7 End of Life date now rapidly approaching, Microsoft is keen to make sure people know that support for the operating system is ending, and wants to encourage people to move from the operating system.
So, the company is releasing an update to Windows 7 – KB4493132 – which will display notifications reminding Windows 7 users to upgrade to Windows 10 before the End of Life date.
Microsoft actually ended mainstream support for Windows 7 on January 13, 2015, which meant new features stopped being added, and warranty claims were no longer valid.
However, during the extended support phase, which Windows 7 entered after the end of its mainstream support, the operating system has still been patched and updated to make sure security issues and bugs are fixed.
Windows 7 End of Life: what happens next?
When Windows 7 reaches its End of Life phase on January 14, 2020, Microsoft will stop releasing updates and patches for the operating system. It’s likely that it also won’t offer help and support if you encounter any problems.
However, that doesn’t mean Windows 7 will stop working on January 14, 2020 – you’ll still be able to use Windows 7 for as long as you want. So the good news is that you’re not going to wake up on January 15 to find your Windows 7 PC no longer boots up.
But just because you can continue to use Windows 7 in its End of Life status, it doesn’t mean you should.
The biggest issue with continuing to use Windows 7 is that it won’t be patched for any new viruses or security problems once it enters End of Life, and this leaves you extremely vulnerable to any emerging threats.
What’s more, if a large number of people continue to use Windows 7 after the End of Life date, that could actually be a big incentive for malicious users to target viruses and other nasties at Windows 7.
So, while Windows 7 will continue to work after January 14, 2020, you should start planning to upgrade to Windows 10, or an alternative operating system, as soon as possible.
Windows 7 End of Life: what should you do?
So, if you still use Windows 7, what should you do? There are a number of things I would recommend you do in preparation for Windows 7 End of Life, and the first is to consider upgrading to a newer operating system.
While you have a number of choices when moving operating systems, for many people, the obvious and simplest option is to upgrade to Windows 10.
Windows 7 End of Life: upgrading to Windows 10
Upgrading from Windows 7 to Windows 10 has a number of benefits. For a start, because both operating systems are made by Microsoft the upgrade process is relatively easy, and in many cases, you can keep your files on your PC.
Windows 7 End of Life: moving to Linux
The most cost-effective way of preparing for Windows 7 End of Life is to switch operating systems altogether and install Linux on your machine.
Windows 7 End of Life: switch to Mac
Finally, you could use Windows 7’s End of Life as a reason to dip your toe into Apple’s ecosystem. Apple has a well-deserved reputation for building gorgeously-designed hardware that uses its macOS operating system, which is both easy to use and secure against internet threats.
Windows 7 End of Life: back up your documents
No matter which route you take, you should make sure that your documents are safely backed up. If you’re upgrading to Windows 10 from Windows 7 on the same machine the transfer of your files is part of the process, but it’s best to back up just in case something goes wrong.
The recent WannaCry ransomware outbreak spread because of a vulnerability in one of the internet’s most ancient networking protocols, Server Message Block version 1 (aka SMBv1 / SMB 1).
Barry Feigenbaum originally designed SMB at IBM. Microsoft has made considerable modifications to the most commonly used version. Microsoft merged the SMB protocol with the LAN Manager product.
The original SMB1 protocol is nearly 30 years old, and like much of the software made in the 80’s, it was designed for the world that no longer exists. The world without malicious actors, without vast sets of important data, without near-universal computer usage. Frankly, its naivete is staggering when viewed through modern eyes.
TheServer Message Block, or SMB, protocol is a file sharing protocol that allows operating systems and applications to read and write data to a system. It also allows a system to request services from a server.
This is the protocol mainly used for providingshared accesstofiles,printers, andserial portsand miscellaneous communications between nodes on a network.
There have been numerous vulnerabilities tied to the use of Windows SMB v1, including remote code execution and denial-of-service exploits. These two vulnerabilities can leave a system crippled, or allow attackers to compromise a system using this vulnerable protocol.
Protocol Version
Windows OS
SMB 1
Windows 2000, Windows 2003, Windows XP
SMB 2
Windows Server 2008 and Windows Vista SP1
SMB 2.1
Windows Server 2008 R2 and Windows 7
SMB 3.0
Windows Server 2012 and Windows 8
SMB 3.0.2
Windows Server 2012 R2 and Windows 8.1
SMB 3.1.1
Windows Server 2016 and Windows 10
SMB 1 protocol permits man-in-the-middle exploits and it “isn’t safe” to use. An attacker can use SMB 2 to pull information from the insecure SMB 1 protocol if it exists in a network.
The nasty bit is that no matter how you secure all these things if
your clients use SMB1, then a man-in-the-middle can tell your client
to ignore all the above. All they need to do is block SMB2+ on
themselves and answer to your server's name or IP.Your client will
happily derp away on SMB1 and share all its darkest secrets unless
you required encryption on that share to prevent SMB1 in the first
place. This is not theoretical-- we've seen it.
~ Ned Pyle, a Principal Program Manager, Microsoft
How to remove SMB V1 /SMB 1 in Windows OS?
Windows 8.1 and Windows 10:
Method-1: Open Control Panel (just start typing Control in the search box to find its shortcut quickly). Click Programs, and then click Turn Windows features on or off (under the Programs heading). Or
Start–>Run –> Type appwiz.cpl –> press enter –> Click Turn Windows features on or off
Clear the check box for SMB 1.0/CIFS File Sharing Support, as shown here. That’s it; you’re protected.
Method-2:open a Windows PowerShell prompt with administrative privileges. In the Windows 10 Creators Update, version 1703, right-click the Start button and choose Windows PowerShell (Admin) from the Quick Link menu.) If you’re running an earlier Windows 10 version, enter Windows PowerShell in the search box, then right-click the Windows PowerShell shortcut and click Run as administrator. From that elevated PowerShell prompt, type the following command:
Note You must restart the computer after you make these changes.
Windows 2012 R2, and Windows Server 2016:
Method-1: Launch Server Manager from Command Line.
Press the Windows key + R to open the Run box, or open the Command Prompt. Type ServerManager and press Enter.
Or Launch Server Manager from Taskbar
On Server, the Server Manager approach:
Method-2: On Server, the PowerShell approach (Remove-WindowsFeature FS-SMB1):
Remove-WindowsFeature Name FS-SMB1
On legacy operating systems:
When using operating systems older than Windows 8.1 and Windows Server 2012 R2, you can’t remove SMB1 – but you can disable it.
Windows 8 and Windows Server 2012:
Windows 8 and Windows Server 2012 introduce the new Set-SMBServerConfiguration Windows PowerShell cmdlet. The cmdlet enables you to enable or disable the SMBv1, SMBv2, and SMBv3 protocols on the server component. (A cmdlet is a lightweight command that is used in the Windows PowerShell environment.)
To disable SMBv1 on the SMB server, run the following cmdlet:
To enable or disable SMB protocols on an SMB Server that is running Windows 7, Windows Server 2008 R2, Windows Vista, or Windows Server 2008, use Windows PowerShell or Registry Editor.
Windows PowerShell 2.0 or a later version of PowerShell
To disable SMBv1 on the SMB server, run the following cmdlet:
Note You must restart the computer after you make these changes.
Registry Editor:
Important
This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to backup, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to backup and restore the registry in Windows
To enable or disable SMBv1 on the SMB server, configure the following registry key:
The Creators Update (formerly known as “Redstone 2”) is just another update for Windows 10. The Creators Update is more significant and includes new features and changes to improve the user experience.
Why is called the Creators Update ?
Microsoft has chosen the “Creators Update” name because according to the company the new update helps everyone to be a creator. However, the name has a more marketing purpose, as using a friendly name it’s easier to sell than using numbers. However, for more technical users “Windows 10 version 1703” will make more sense.
Microsoft has confirmed in a blog post that the Windows 10 Creators Update (known as 1703) will arrive on 11th April 2017. Microsoft will likely roll out the Creators Update gradually over a few months. The timeline in which your PC will receive the update depends on the device type. The same day (11th April 2017) it will retire Windows Vista.
The Creators Update will be a free upgrade for devices that are running on Windows 10 already.
The new update is part of the new Windows as a Service (WaaS) model, which means that instead of getting a brand-new version of the OS (e.g., Windows Vista and Windows 7) around every three years, you will get roughly two incremental updates with new features and improvements every year. In this new servicing model, the work to improve Windows 10 is an ongoing process, and it’s never consider a final product.
What Is New in The Creators Update?
Privacy:If you’re upgrading from a previous version of Windows, or from one of the older versions of Windows 10, you’ll get a prompt when the upgrade completes, asking you to adjust all your new Windows 10 privacy settings. If you’re setting up a new Windows 10 PC with the Creators Update, there’s a new dedicated privacy settings screen that Microsoft rebuilt that gives detailed explanations for what each setting does, and how it benefits the user or Microsoft.
2. Windows Defender:
Windows 10 now includes a new Windows Defender dashboard that uses the same design language we’re now seeing on the Store, and it’s known as Windows Defender Security Center.
Alongside the new name, the dashboard is the new place to control malware protection, device performance and health, firewall and network protection, and family options.
3. Application Installation Control: You now have the option to control what type of apps are allowed to install on your PC. This setting is available by going to Settings > Apps > Apps & features. You can choose to only allow installation of Store apps, choose to be warned when installing a non-Store app but allow their installation, or choose to allow installation of apps from anywhere.
4. Dynamic Lock: Windows 10 can now automatically lock your PC when you step away. Pair a Bluetooth-enabled phone and enable Dynamic Lock under Settings > Accounts > Sign-in Options. If you step away from your PC for 30 seconds and take the phone with you, Windows will automatically lock your PC. Microsoft’s blog post says this is for “Bluetooth phones”, but it appears it may work with other devices, like Bluetooth-enabled wristbands.
5. Night Light: Staring at a screen all day can be tiring on the eyes, and at night it can actually trick the brain into thinking it’s still taking in daylight. This happens due to screens emitting something called a blue light. Because of this, users who use their PCs late at night can sometimes find it much harder to go to sleep. To get around this, Microsoft has built into Windows 10 a new function that gives the screen a warm tint during the evenings, which as a result is easier on the eyes and doesn’t confuse the brain into thinking it’s still day, meaning you can get to sleep easier when you’re done.
6. Start Menu: Easily pin or unpin apps to the Start menu by dragging and dropping an app from list, or by right-clicking and selecting a “Pin to Start”. After that, you can click and drag to move apps around or right-click the app to resize.
7. Change the tile colors. Head to Settings > Personalization > Colors to choose a new color for all your tiles.
8. Microsoft Edge: Microsoft Edge is faster and safer with better browsing and entertainment.
Tab preview bar:It’s easy to lose track of what’s in your tabs, especially when you have many tabs from the same site, with similar titles and icons. Tab preview bar allows you to easily glance at a visual preview of every tab you have open without leaving your page.
Set these tabs aside: It’s a headache to keep all your tabs organized, and to pick up where you left off. Sometimes you just need to set everything aside and start from a clean slate. Microsoft added two new buttons next to your tabs in Microsoft Edge to help you quickly manage all your tabs without losing your flow.
Flash Click-to-Run: Microsoft Edge will now block untrusted Flash content by default until the user explicitly chooses to play it. This means better security, stability, and performance for you, while preserving the option to run Flash when you choose.
Longer battery life:When streaming HD video, Microsoft Edge lasts up to 69% longer than Firefox and 45% longer than Chrome.
The Microsoft Edge browser will have advanced tab management and support for e-books in the Windows Store. Edge acts as both a web browser and book reader with the Creators Update.
The Microsoft Edge is the first browser can play Netflix movies and TV shows in 4K Ultra HD resolution.
9.Game Mode: When the Game Mode is enabled, it’ll optimize your computer’s processor and graphics card to prioritize a game you have open. So, whatever software is in the background will still be running, but your computer will divert fewer resources to them. The end result is a much smoother gaming experience. Depending on your hardware setup, Game Mode may actually boost the overall performance of the game, the goal is consistency, so no matter what’s running in the background, it’ll be a smooth experience.
The concepts behind Game Mode are already available on Xbox One, which gives games priority access to system resources.
The Creators Update has a “screen time limits” feature so parents can manage how much time kids are spending playing games. With screen time limits, parents can set a daily time allowance for each child and your Xbox One or Windows 10 PC will automatically sign them out when time is up.
The Creators Update also has built-in game broadcasting for Windows 10 and the Xbox One via Beam. Soon Acer, ASUS, Dell, HP and Lenovo will ship Windows Mixed Reality- enabled headsets.
10. Paint 3D: With the new Paint 3D app in the Creators Update, it’s simple to create 3D objects from scratch, easily changing colors, stamping textures, or turning a 2D picture into a 3D work of art. Remix3D.com offers pre-made 3D art in a growing online library for your use or you can share your own creation with this creative community. This app also supports 3D printing.
11. Action Center: The Action Center is a welcome addition to the Windows operating system. Finally, users can track events and won’t miss anything important.
(Note that this icon will turn white if you have any unread notifications.)
Some of the quick actions have been refreshed, but the big change is sliders for both volume and screen brightness. You can adjust these in smaller increments than the 25 percent levels that are earlier offered as quick actions.
Windows Store now shows download progress inside of the Action Center.
12. Cortana: Microsoft has updated the “out-of-box experience”, when booting a new PC for the first time or clean installing Windows 10, Microsoft give it a redesign, they added additional steps, and above all introduced Cortana integration along with voice commands.
You’ll now get a full-screen experience of Cortana when your computer idles for at least 10 seconds. Also, there is a new pick up where you left off in Cortana feature, which allows you resume working on a file, app, or web page on another device.
13. Windows Update: Microsoft calls this new Windows Update system the “Unified Update Platform,”and it is now the same system used across both PC and Mobile devices powered by Windows. Windows Update will no longer have to download a full version of Windows whenever a major update is available. Instead, it’ll only download the files needed to apply the update, meaning major updates can be up to 35 percent smaller when downloaded via Windows Update. This means less data use on your internet provider and faster downloads overall.
You can now pause updates for up to 35 days. You’ll find this option at Settings > Update & Security > Windows Update > Advanced Options > Pause Updates. This setting is only available on the Professional, Enterprise, and Education editions of Windows 10—not Windows 10 Home.
Users will be able to schedule when to install an update. And “active hours” can be set for when a reboot should not take place.
You can now set up to 18 hours of the day as your Active Hours, so Windows 10 won’t restart for updates during those hours. Previously, the maximum was 12 hours. Windows Update also attempts to detect whether the PC display is being used for something -projecting, for example -before automatically restarting the PC.
14. Mini View:Windows 10 Creators Update has a new feature called Mini View.It’s limited to the Movies & TV. and Skype Preview apps for now.This feature lets you pin the app to a corner of your screen on top of all other apps. Think picture-in-picturemode that lets you continue watching a movie while you work.
15. Location Bar in the Registry Editor:The Registry Editor finally includes a location bar, allowing you to easily copy-paste addresses rather than being forced to painstakingly navigate to them.
16. PowerShell Is the Default: PowerShell is now the default shell. When you right-click the Start button, you’ll see options to open PowerShell instead of Command Prompt. When you hold Shift and right-click in a folder or click the File menu in File Explorer, you’ll see an option to open PowerShell instead of Command Prompt. Despite this, Microsoft insists that the Command Prompt is not dead and will not be removed from Windows until almost no one uses it.
17. Quick Virtual Machine Creation: If you’re using Hyper-V to create virtual machines, you’ll see a “Quick Create” button in Hyper-V manager. This is a simplified wizard that allows you to create a new virtual machine in just a few clicks.
18. New Screenshot Hotkey:Windows 10 gains yet another screenshot tool. Press Windows+Shift+S to capture a region of your screen and copy it to your clipboard. This feature was originally part of OneNote 2016, but has been added to Windows itself.
19. Storage Sense: Windows 10 can now automatically free up disk space, although this feature is off by default. Enable the Storage Sense feature under Settings > System > Storage and Windows will automatically erase your temporary files and empty your recycle bin to free up space.
20. Windows Ink: In the pen support front, Windows Ink will be bringing a number of improvements, including a new protractor tool for Sketchpad and Screen sketch.
On Screen Sketch and Sketchpad, you’ll get a preview of color and width of the ink as you make your choices in the pen, pencil, and highlighter flyouts. And Screen Sketch gets a new Resume previous option to recover previous sketches.
Sticky Notes gets updated as well with support for address, time, phone number, stock symbols, and flight information when using digital ink.
Windows 10 Creators Update – Official Release Demo
Use the following steps to active administrator account.
Open the command prompt as Administrator
Normally, the command prompt can be opened as a regular user to run commands that don’t require administrative rights. However, if you need to run a command that requires administrative rights, you must open the command prompt window as administrator.
The first method of accessing the command prompt as administrator is to right-click on the Start button in the lower-left corner of the screen and select the Command Prompt (Admin) option from the User menu.
You can also press the Windows key + X to access this menu.
– The second method involves the Start screen. If you are currently on the Desktop, click the Start button in the lower-left corner of the screen.
On the Start screen, start type “command prompt” (without the quotes). The Search panel displays on the right side of the screen and results of the search display as you type. Right-click on Command Prompt and select Run as administrator from the popup menu.
So now you are opened the command prompt in administrator mode.
2. Type below given command to see the users list:
C:\WINDOWS\System32>net user
3. Unlock the administrator account.
C:\WINDOWS\System32>net user administrator /active: yes
Users can install and run multiple versions of the .NET Framework on their computers. When you develop or deploy your app, you might need to know which .NET Framework versions are installed on the user’s computer.
Note that the .NET Framework consists of two main components, which are versioned separately:
A set of assemblies, which are collections of types and resources that provide the functionality for your apps. The .NET Framework and assemblies share the same version number.
The common language runtime (CLR), which manages and executes your app’s code. The CLR is identified by its own version number.
To get an accurate list of the .NET Framework versions installed on a computer, you can view the registry.
To find .NET Framework versions by viewing the registry (.NET Framework 1-4)
On the Start menu, choose Run.
In the Open box, enter regedit.exe.
You must have administrative credentials to run regedit.exe.
3. In the Registry Editor, open the following subkey:
The installed versions are listed under the NDP subkey. The version number is stored in theVersionentry. For the .NET Framework 4 the Versionentry is under the Client or Full subkey (under NDP), or under both subkeys.
To find .NET Framework versions by viewing the registry (.NET Framework 4.5 and later)
On the Start menu, choose Run.
In the Open box, enter regedit.exe.
You must have administrative credentials to run regedit.exe.
3. In the Registry Editor, open the following subkey:
Note that the path to the Full subkey includes the subkey Net Framework rather than .NET Framework.
Check for a DWORD value named Release. The existence of the Release DWORD indicates that the .NET Framework 4.5 or newer has been installed on that computer.
The value of the Release DWORD indicates which version of the .NET Framework is installed.
When you try to change the Hosts file or the Lmhosts file in Microsoft Windows 10, or Windows 7, you may receive an error message that resembles either of the following.
Error message 1
Access to C:\Windows\System32\drivers\etc\ hosts was denied
Error message 2
Cannot create the C:\Windows\System32\drivers\etc\hosts file.
Make sure that the path and file name are correct.
This issue occurs even though you log on by using an account that has administrative credentials.
WORKAROUND
To work around this issue, follow these steps:
Click Start , click All Programs, click Accessories, right-click Notepad, and then click Run as administrator.
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow or Yes.
Open the Hosts file or the Lmhosts file, make the necessary changes, and then click Save on the Edit If using Windows 7, you will need to click Save on the File menu.
Windows 10 “GodMode” is the feature something that not many Windows users will be aware of. However,
GodMode is built into Windows 10, just as it was in previous Windows versions.
In fact, its real name is the Windows Master Control Panel shortcut.
Follow the steps given below to enable the God Mode in your Windows 10:
Create a new folder on your Windows desktop (New –>Folder) and save it with the name: {ED7BA470-8E54-465E-825C-99712043E01C}
The folder’s icon will change to an icon as of a Control Panel. Double-click on the new icon to see your universal settings panel.
You can name the folder other than “GodMode”; before the Period (.).
Now, click the folder, open it and get God-like access to more than 260 functions and tools.
Some functions are unique to Windows 10 while others are similar to the previous versions of Windows.
when you open that folder, you can see around 40 different settings, including Devices and Printers, Credential Manager, Indexing, etc. Some variations exist depending if you have a Home or Pro version and different hardware.
Note – your system account must have administrative privileges for this folder to work.
If you leave your computer on for extended periods of time, it’s usually a good idea to perform a reboot now and then. Furthermore, if you’re managing multiple computers, it’s difficult to remember when each received a reboot. That’s why Windows keeps track of your total up-time and the last time your computer booted for you. Here’s how to access those pieces of information:
To find total up-time:
Step 1: Launch the task manager. You can do this in one of three ways:
Choice 1: Press Ctrl+Alt+Delete. On the screen that appears, select Start Task Manager.
Choice 2: Right click on the taskbar and select Start Task Manager.
Choice 3: Press CtrlL+Shift+Esc to launch the task manager directly.
Step 2: In this window, click on the Performance tab.
Step 3: Your system’s up-time is displayed next to Up Time (highlighted in the above picture) in the format of Days: Hours: Minutes: Seconds
To find last boot date:
Go to Start–> Run–> cmd
In the command prompt, run the following commands: systeminfo | find /i “Boot Time”
1. 7-Zip:Every desktop user needs 7-Zip. While Windows 8 (finally!) added the ability to look into ISO files — you still need 7-Zip to see them in Win7 — Win8’s Windows Explorer still doesn’t support RAR compressed files, which are becoming more common as Mac use continues to rise. 7-Zip also creates password-protected Zip files, as well as self-extracting Zips.
You don’t need to register or pay for 7-Zip. To download go to7-zip.org
2. CCleaner:
CCleaner is the number-one tool for cleaning your Windows PC. It protects your privacy online and makes your computer faster and more secure. Easy to use and a small, fast download.
It removes unused files from your system – allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it’s fast (normally taking less than a second to run)
Cleans the following:
Internet Explorer
Temporary files, history, cookies, super cookies, Autocomplete form history, index.dat files.
Firefox
Temporary files, history, cookies, super cookies, download history, form history.
Google Chrome
Temporary files, history, cookies, super cookies, download history, form history.
Opera
Temporary files, history, cookies, super cookies, download history.
Safari
Temporary files, history, cookies, super cookies, form history.
Other Supported Browsers
K-Meleon, Rockmelt, Flock, Google Chrome Canary, Chromium, SeaMonkey, Chrome Plus, SRWare Iron, Pale Moon, Phoenix, Netscape Navigator, Avant and Maxthon.
Windows
Recycle Bin, Recent Documents, Temporary files, Log files, Clipboard, DNS Cache, Error Reporting, Memory Dumps, Jump Lists.
Registry Cleaner
Advanced features to remove unused and old entries, including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more…
Third-party applications
Removes temp files and recent file lists (MRUs) from many apps including Windows Media Player, eMule, Google Toolbar, Microsoft Office, Nero, Adobe Acrobat, WinRAR, WinAce, WinZip and many more…
3. Auslogics Duplicate File Finder:
Auslogics Duplicate File Finder is a basic program that allows users to find and delete duplicate files taking up valuable space on their hard drives.
Auslogics Duplicate File Finder is free. It installs and uninstalls without issues. I recommend this program to all users; even those with limited system maintenance experience will find it easy to use.
4. VLC Media Player:
Simple, fast and powerful media player.
Plays everything: Files, Discs, Webcams, Devices and Streams.
Plays most codecs with no codec packs needed:
MPEG-2, DivX, H.264, MKV, WebM, WMV, MP3…
Runs on all platforms: Windows, Linux, Mac OS X, Unix…
Completely Free, no spyware, no ads and no user tracking.
well and truly uninstalls programs, and it does so in an unexpected way. When you use Revo, it runs the program’s uninstaller and watches while the Uninstaller works, looking for the location of the program files and for Registry keys that the uninstaller zaps. It then goes in and removes leftover pieces, based on the locations and keys that the program’s Uninstaller took out. Revo also consults its own internal database for commonly-left-behind bits, and roots those out as well. To download go to Revo Uninstaller
6. Recuva:
Recuva recovers files deleted from your Windows computer, Recycle Bin, digital camera card, or MP3 player. Recuva works on any re-writable media you have.
If you listen to music on an iPod, Recuva can recover files directly from the iPod’s drive. Even though you can’t access files on your iPod directly, Recuva can. You don’t have to worry about losing music from iTunes or your iPod anymore. To download go to Recuva
7. Kaspersky TDSSKiller:
The name may lead you to believe that TDSSKiller kills the TDSS rootkit, but the product does much more simply because so many common rootkits are based on, or derived from, TDSS. The current version detects and removes SST, Pihar, ZeroAccess, Sinowal, Whistler, Phanta, Trup, Stoned, RLoader, Cmoser, and Cidox. Unlike most rootkit killers, this one runs in Windows.
To run the program, fill out the form on the TDSSKiller page, wait for Kaspersky to send you a download link. Download the program and run it — no installer, just an EXE. If any rootkits are found, you’ll be given the opportunity to Delete/Cure, Copy to quarantine, or Skip each identified interloper.
YTD Video Downloader is a great solution to grab the media you need, straight from YouTube, Facebook, Vimeo and 60+ other websites. YTD allows you to manage downloads and conversions on the fly.
KEY FEATURES INCLUDE
Video Conversion: With YTD you can convert video media to 9 different formats including WMV, AVI and MP3.
Conversion Quality: YTD allows you to convert video files in 5 different qualities.
Audio Only: With YTD you can grab a video file and then covert the file to audio-only in an MP3 format.
The Secunia Personal Software Inspector (PSI) is a free computer security solution that identifies vulnerabilities in non-Microsoft (third-party) programs which can leave your PC open to attacks.
Simply put, it scans software on your system and identifies programs in need of security updates to safeguard your PC against cybercriminals. It then supplies your computer with the necessary software security updates to keep it safe. The Secunia PSI even automates the updates for your insecure programs, making it a lot easier for you to maintain a secure PC.
Using a scanner like Secunia PSI 3.0 is complementary to antivirus software, and as a free computer security program, is essential for every home computer.
10. Malwarebytes:
Malwarebytes is different. The free version is designed to run manually — I run mine once a week. Malwarebytes picks up all sorts of creepy crawlies that get past AV programs. When combined with the support on the Malwarebytes forum, Malwarebytes is the ultimate fallback for infected systems — whether you know they’re infected or not. To download go to Malwarebytes.