• 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

My New Old Case

June 5, 2017, 16:17(EDT) By Eric (a.k.a. TweakHound)

Since I have a few minutes I thought I would re-post the pics of my new/old case with a little explanation.
[Read more…] about My New Old Case

Tagged With: Computer Hardware, This Site

Busy, Busy, Busy

June 2, 2017, 13:30(EDT) By Eric (a.k.a. TweakHound)

th

Lots going on right now.
Site related is that a new server/web-host is in the works.
[Read more…] about Busy, Busy, Busy

Tagged With: Off Topic

Win10 Updated

May 25, 2017, 16:37(EDT) By Eric (a.k.a. TweakHound)

win10_logo

Windows 10 has been updated
May 25, 2017—KB4020102 (OS Build 15063.332)
“This update includes quality improvements. No new operating system features are being introduced in this update.“

Tagged With: Windows 10

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

« 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

  • Sunday News
  • Patch Tuesday
  • Wednesday News
  • Patch Tuesday
  • Monday News
  • Patch Tuesday
  • Weekend News
  • Weekend News
  • Patch Tuesday
  • Friday 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