• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

TweakHound

Computer stuff...

  • Home
  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8
  • Windows 10
  • Windows 11
  • Linux
  • Tweak Guides
  • Site Info
    • About
    • About Me
    • TweakHound’s World
    • Contact
    • My Computers
    • Old Articles
    • Privacy Policy
    • Old Index
    • Advanced Search

Eric (a.k.a. TweakHound)

Wednesday Random Stuff…

May 24, 2017, 06:53(EDT) By Eric (a.k.a. TweakHound)

www_news

CCleaner Updated
v5.30.6065 (23 May 2017)
– Improved Edge Cookie cleaning
– Updated Internet Explorer 10 and 11 History cleaning
– Updated Thunderbird 52 History cleaning
– Updated Windows Explorer MRU Cache cleaning
– Improved SSD detection algorithm
– Optimized Update Checking process
– Minor GUI improvements
– Minor bug fixes
Download

VMware Player 12.5.6
– Day 0 support of the Windows 10 Creators Update (version 1703).
– Bug fixes and security updates.
Download

Latest Video Drivers
AMD Crimson ReLive Edition 17.5.2 (5/18/2017)
Nvidia Ceforce Game Ready Driver 382.33 WHQL (5/22/2017)

MediaMonkey 4.1.16.1836
“It’s a significant update with over 30 fixes and improvements to music syncing, tagging, UPnP, podcasting, playback and more.”
Download & Info

Tagged With: Computer News

Get Rid Of SMB1 In Windows 7

May 22, 2017, 07:33(EDT) By Eric (a.k.a. TweakHound)

win7orb

A reader was confused by all the steps in Microsoft’s How to enable and disable SMBv1, SMBv2, and SMBv3 in Windows and Windows Server.
Should he use PowerShell, Registry Editor, Group Policy? Should he disable it on Client or Server or both?
Because it is a security risk, it is important to ditch SMB1 on all platforms.
You should get rid of both the client and server.
In Windows 7 I do this via PowerShell. It is fast and easy.
You must run PowerShell as Admin.

Press the Windows + R keys > type powershell (press the Enter key)
> copy and paste the following command:
Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters” SMB1 -Type DWORD -Value 0 -Force
> now press the Enter key
> copy and paste the following command: sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
> now press the Enter key
> copy and paste the following command: sc.exe config mrxsmb10 start= disabled
> now press the Enter key > Reboot

———-
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Users\Eric> Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Service
s\LanmanServer\Parameters” SMB1 -Type DWORD -Value 0 -Force
PS C:\Users\Eric> sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
[SC] ChangeServiceConfig SUCCESS
PS C:\Users\Eric> sc.exe config mrxsmb10 start= disabled
[SC] ChangeServiceConfig SUCCESS
PS C:\Users\Eric>
———-

Tagged With: How-To's, Security, Windows 7

A Few Cool Tools Updated

May 16, 2017, 15:35(EDT) By Eric (a.k.a. TweakHound)

cooltools

Sysinternals Tools Updated
Among the ones updated are TweakHound favs:
Autoruns v13.71
This update to Autoruns, a comprehensive autostart execution point manager, adds Microsoft HTML Application Host (mshta.exe) as hosting image so it displays the hosted image details, and now doesn’t apply filters to hosting images.
Process Monitor v3.33
Procmon v3.33 includes bug fixes for destructive event filtering and is signed with certificate installed in the Win7 trusted roots store.
Process Explorer v16.21
This Process Explorer release includes a fix for an intermittent bug in the Virus Total scanning logic, and is signed with Win7 RTM-compatible certificate.

CCleaner 5.30
v5.30.6063 (16 May 2017)
– Improved Edge Cookie cleaning
– Updated Internet Explorer 10 and 11 History cleaning
– Updated Thunderbird 52 History cleaning
– Updated Windows Explorer MRU Cache cleaning
– Improved SSD detection algorithm
– Optimized Update Checking process
– Minor GUI improvements
– Minor bug fixes

Tagged With: Cool Tools, Freeware

More On Wanna Cry Attacks

May 14, 2017, 10:05(EDT) By Eric (a.k.a. TweakHound)

microsoft_Knight_shield

I’d Rather Be Lucky Than Good
Some Geek registered the domain name involved in the attacks and slowed the attacks to a crawl. Despite the articles claim, it did not “put out the fire”. The attack is still alive.

But I’ll repeat myself
At the risk of being crude
There must be fifty ways
To leave your lover…

Get rid of SMB1 dammit!
(Paul Simon – 50 Ways to Leave Your Lover)

***Microsoft – Customer Guidance for WannaCrypt attacks***

XP Patched Too
Hit the link above. Downloads at the bottom of the article.
Below is my XP Pro Virtual Machine.
As you can see I normally have the network connection disabled.
Other steps you can take.
– Disable all Exceptions on the firewall
– Disable the Server service
– Unbind file and printer sharing
There are other steps but XP is supposed to be dead. If you care about security you are only using it in a VM with no internet connection, if at all.

Tagged With: Security

Win10 Troubleshooters

May 14, 2017, 08:31(EDT) By Eric (a.k.a. TweakHound)

thpinpostlogo

I took yesterday off to do the Cap2Cap bike ride. I’ve completed the following section for the tweak guide. So, I am getting closer at least. [Read more…] about Win10 Troubleshooters

Tagged With: How-To's, Windows 10

SMB1 Attacks Out There

May 12, 2017, 15:15(EDT) By Eric (a.k.a. TweakHound)

microsoft_Knight_shield

A few weeks ago I mentioned how you could remove SMB1 from your computer. There is a serious vulnerability that is now involved in ransom-ware attacks.
1 – Patch all your Windows boxes. ( Microsoft Security Bulletin MS17-010 – Critical )
2 – Get rid of SMB1. Follow the instructions on the following page. ONLY remove SMB1:
How to enable and disable SMBv1, SMBv2, and SMBv3 in Windows and Windows Server

Tagged With: Security

Start10 Updated

May 12, 2017, 07:06(EDT) By Eric (a.k.a. TweakHound)

Start10 is a Windows 10 start menu alternative. It is $5 and is my preferred start menu replacement.
Start10 v1.55
– Fix for Desktop menu when Fences is not installed.
– Security update.
– Bug fixes
Download

Tagged With: Cool Tools

More Win10 Tweak Guide Snippets

May 11, 2017, 13:55(EDT) By Eric (a.k.a. TweakHound)

thpinpostlogo

More Win10 Tweak Guide snippets.
[Read more…] about More Win10 Tweak Guide Snippets

Tagged With: This Site, Windows 10

Patch Tuesday

May 9, 2017, 17:01(EDT) By Eric (a.k.a. TweakHound)

windows security

Lots of Windows Updates available. As always watch AskWoody for WU install advice. He is at MS-DEFCON 2 as of this writing.
For Win10 see May 9, 2017—KB4016871 (OS Build 15063.296 and 15063.297).
Since MS stopped the Security Bulletins I’m going to pass along the emails I get from them:
[Read more…] about Patch Tuesday

Tagged With: Security

Tuesday Random Stuff…

May 9, 2017, 16:55(EDT) By Eric (a.k.a. TweakHound)

cooltools

Is Kaspersky Software A National Security Risk?
Apparently some in our intelligence community think so.
“In February, the Department of Homeland Security issued a secret report on the matter to other government agencies. And the FBI is investigating the nature of Kaspersky Lab’s relationship to the Russian government“.
For it’s part Kaspersky “has repeatedly insisted it poses no threat to U.S. customers and would never be used as a government tool.”
I know almost nothing about Russian politics. I have never been to Russia. The closest I ever got to Russia was East Berlin a couple of years before the wall came down.
Having said all that, I can’t imagine anyone in Russia telling President Vladimir Putin or his boys “Nyet“.

Google Chrome Updated
“The stable channel has been updated to 58.0.3029.110 for Windows, Mac, and Linux…In order to improve stability, performance, and security, users who are currently on 32-bit version of Chrome, and 64-bit Windows with 4GB or more of memory and auto-update enabled will be automatically migrated to 64-bit Chrome during this update.”
Download: Google Chrome Web 32-bit    Google Chrome 64-bit

O&O ShutUp10 Version 1.5.1390
Version 1.5.1390 – released on May 09, 2017
– Changing languages now available in the Help Menu
– Adjustments to the UI
– Small bug fixes
– Available in German, English, French, Italian and Russian.
Download

Intel SSD Toolbox 3.4.5
See download page for release info.

Firefox 53.0.2
A few days late with this.
Windows 64-bit (en-US)
Windows 32-bit (en-US)
Other systems and languages

Adobe Flash Updated
APSB17-15 Security updates available for Adobe Flash Player
Download Flash

Wise Disk Cleaner 9.47
– Improved Microsoft Edge Cache and Cookies cleaning.
– Improved Microsoft IE Cache and Cookies cleaning.
– Other minor improvements.
Download

Tagged With: Cool Tools, Freeware, Security

« Previous Page
Next Page »

Primary Sidebar

Popular Posts

Tweaking Windows 10

Software I Use – 2021 Edition

Timer Tweaks Benchmarked

Win10 – Get Auto-Login Back

Recent Posts

  • Thursday News
  • New Drivers
  • Patch Tuesday
  • Weekend News
  • Patch Tuesday
  • Tuesday News
  • Weekend News
  • Sunday News
  • Patch Tuesday
  • Wednesday News
buywin10th2

Tags

  • Android
  • Backup
  • Beer
  • Computer Hardware
  • Computer News
  • Cool Tools
  • Freeware
  • How-To's
  • Linux
  • Off Topic
  • openSUSE
  • Playlists
  • Privacy
  • Security
  • Software
  • This Site
  • vacation
  • Veterans
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows 8
  • Windows Vista
  • Windows XP

Catagories

  • Android
  • Backup
  • Beer
  • Computer Hardware
  • Computer News
  • Cool Tools
  • Freeware
  • Freeware Machines
  • How-To's
  • Linux
  • News From The Web
  • Off Topic
  • openSUSE
  • Privacy
  • Security
  • Software
  • Tweak Guides
  • Veterans
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows 8
  • Windows Vista
  • Windows XP

TweakHound - Optimize Your Computing Experience! TweakHound - Optimize Your Computing Experience!

Copyright 2002-2025 by Eric Vaughan All material contain here is the property of the materials owner. Windows, Windows XP, Windows Vista, Windows Seven, Windows 8, Windows 10, Windows 11, Microsoft, and all associated logos are trademarks/property of Microsoft. You may not use or copy any material from tweakhound.com without expressed written permission. Hotlinking to any material within this site is forbidden. Privacy Policy