Here is my current setup. I will be attempting to switch over to a Linux server setup in the near future (just because).
This machine was my secondary workstation and has been repurposed for my home server.
This is a quickie article. No hand holding. If you do not know your way around Windows this article is not for you.
[Read more…] about My Home Server – Windows 7
Search Results for: smbv1
Fix Windows 10 Network Browsing
After my latest computer build, parts swapping in/out old computers, and making a new/old home server I noticed network browsing was FUBAR. I double-checked everything I could think of. Everything worked last time I checked. I did some Googling and finally came up with the answer.
Fall Creators Update broke network browsing. Surprise, surprise:
[Read more…] about Fix Windows 10 Network Browsing
Get Rid Of SMB1 In Windows 7
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>
———-
More On Wanna Cry Attacks
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.
SMB1 Attacks Out There
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
Wednesday Random Stuff…
Latest Windows Security Issues
Last week there were sensationalist reports about Windows and the NSA’s hacking tools. In a nutshell the NSA was using security holes to hack what they could. The thing is Microsoft has already patched the holes, at least most of them. The only thing I think you may want to do is eliminate SMB1 from your computers. SMB1 is a 30 year old networking protocol which is unneeded in modern operating systems.
Here is how to remove SMB1 from your computer: https://support.microsoft.com/en-us/help/2696547/how-to-enable-and-disable-smbv1,-smbv2,-and-smbv3-in-windows-vista,-windows-server-2008,-windows-7,-windows-server-2008-r2,-windows-8,-and-windows-server-2012 Only disable SMB1.
CCleaner Updated
“Improved, updated, new, bug fixes…”
Download
Firefox 53
This will be officially out today It is up on most mirrors now.
Windows 64-bit (en-US)
Windows 32-bit (en-US)
Other systems and languages
Radeon Software Crimson ReLive Edition 17.4.3
– Support for Windows 10 Creators Update.
– Support for Radeon RX 580 Series Graphics.
– Support for Radeon RX 570 Series Graphics.
Download
Edge Still Dull
Paul (Don’t call me bro) Thurrott is showing his age and giving a run through of Microsoft Edge Browser’s shortcomings. I give the article an A+ for the Stevie Nicks reference.