-
WSwallyb132
AskWoody LoungerThe best way to avoid getting hit by web based malware is using Firefox with the No Script addon, hands down its the best way to prevent malicious web based attacks as it blocks all remotely executed scripts from running on your computer. There is a downfall to this level of protection however, No Script not only blocks the bad scripts from running, it blocks the good ones too, so often times you’ll find that web pages aren’t working or don’t load right, it has a simple mechanism for allowing scripts for a particular site on a temporary or permanent basis, it also lets you see all of the other websites that a given site is sending data to every time you visit the site. Its annoying as hell to use in the beginning, but if you take the time to get used to it, its truly a great protection mechanism. i’ve been using it for years, since its earliest days and i swear by it, but like i said, it takes some getting used to…
-
WSwallyb132
AskWoody LoungerMicrosoft announced a few weeks back that Hyper-V 3.* will be included in Win8. It will be the full fledged version of Hyper-V, the same version found in the server version of this OS. You can read about it here on ars technica. however it appears it will only run on 64 bit versions, that will keep atom using netbook lovers from using it. long live AMD where everything is 64bit and has AMD-V
-
WSwallyb132
AskWoody LoungerDr Who,
To fix your problem, plug your router of choice in to your cable modem via ethernet cable, then plug your computer in to your router via a second ethernet cable, once you’ve done this, power cycle your cable modem, once its completed the power cycle and all lights are lit up again, open the administration console on your router and go to status page, click on the link for wan status and see if it pulled an IP address from you cable modem, it likely has.
A little history on cable modems and the docsis standard that they use. For security purposes when a cable modem powers on they “marry” themselves to the first device they see, by way of recording that devices MAC address, they will not communicate with any other device, period, until they are power cycled again, so by plugging your router in and power cycling the modem, the cable modem will “marry” itself to that router, if you want to change routers you have to power cycle the cable modem again.
If this simple fix doesnt work then its possible that your cable company hard “marries” the devices, meaning that you must call them and have them reset the MAC address relationship of your cable modem, but i haven’t heard of that being required in 10 years or more.
Hope that helps.
-
WSwallyb132
AskWoody LoungerI dont recommend changing the terminal services listening port as mentioned above, it can break many things that depend on that port. you can however add a second listening port.
To do this, open the registry editor by hitting start > run and type regedit and hit enter. navigate to:
HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-Tcp
Right click on the RDP-Tcp registry key and select export, save the key to your desktop, giving it any name you wish, i usually just simply name it RDP. once its saved, minimized the registry editor and locate the exported reg key on your desktop, right click on it and select edit. This will open the key using notepad.
By default Terminal Services uses port 3389, the 10 ports following 3389 are unused, so i usually use 3390, if i’ve used that already, go to the next 3391 and so on.
Once the reg key is opened in notepad, the first thing you need to do is give the key a new name, this is done by editing the second line which looks like:
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp]
I usually name it by appending the new port number to it, like:
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp – 3390]
Once you’vegiven it a new name, search for the port number: hit CTRL + F and type portnumber in the search box. that should take you to this line:
“PortNumber”=dword:00000d3d
The port values are in hexadecimal, so the port number d3d = 3389, if you want to make this port number 3390 you would use the hexidecimal value d3e, for 3391 d3f, for 3392 d40 and so on.
so for port number 3390 you would edit the line to read:
“PortNumber”=dword:00000d3e
Once you have done this, click the red x in the corner to close notepad, it will ask you if you want to save the changes click Yes.
once the reg key is saved, right click on it and click select merge, a box will pop up stating the key has successfully been merged in to the registry. Now go back to regedit and look at the [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStations] key, you will now see 2 subkeys RDP-Tcp and RDP-Tcp – 3390.
You have now added a second Terminal Services listening port to your windows home server. you will need to forward that port through your firewall / router to your home server, if you need help with that reply with your router make and model and i’ll post instructions to accomplish this.
To access your server using the new port number, in the remote desktop connection box you would use the address: yourserveraddress:3390, if you have any questions feel free to ask.
Below is a sample of the full registry key with the edits made highlited in red:
Note: the sample registry key below is from a windows 7 computer so do not copy and paste it for use on your home server is will cause you problems, just make the edits as noted above.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp – 3390]
“AudioEnumeratorDll”=”rdpendp.dll”
“Callback”=dword:00000000
“CallbackNumber”=””
“CdClass”=dword:00000000
“CdDLL”=””
“CdFlag”=dword:00000000
“CdName”=””
“CfgDll”=”RDPCFGEX.DLL”
“ColorDepth”=dword:00000005
“Comment”=””
“Domain”=””
“DrawGdiplusSupportLevel”=dword:00000001
“fAllowSecProtocolNegotiation”=dword:00000001
“fAutoClientDrives”=dword:00000001
“fAutoClientLpts”=dword:00000001
“fDisableAudioCapture”=dword:00000000
“fDisableCam”=dword:00000000
“fDisableCcm”=dword:00000000
“fDisableCdm”=dword:00000000
“fDisableClip”=dword:00000000
“fDisableCpm”=dword:00000000
“fDisableEncryption”=dword:00000001
“fDisableExe”=dword:00000000
“fDisableLPT”=dword:00000000
“fEnableWinStation”=dword:00000001
“fForceClientLptDef”=dword:00000001
“fHomeDirectoryMapRoot”=dword:00000000
“fInheritAutoClient”=dword:00000001
“fInheritAutoLogon”=dword:00000001
“fInheritCallback”=dword:00000000
“fInheritCallbackNumber”=dword:00000001
“fInheritColorDepth”=dword:00000000
“fInheritInitialProgram”=dword:00000001
“fInheritMaxDisconnectionTime”=dword:00000001
“fInheritMaxIdleTime”=dword:00000001
“fInheritMaxSessionTime”=dword:00000001
“fInheritReconnectSame”=dword:00000001
“fInheritResetBroken”=dword:00000001
“fInheritSecurity”=dword:00000000
“fInheritShadow”=dword:00000001
“fLogonDisabled”=dword:00000000
“fPromptForPassword”=dword:00000000
“fReconnectSame”=dword:00000000
“fResetBroken”=dword:00000000
“fUseDefaultGina”=dword:00000000
“InitialProgram”=””
“InputBufferLength”=dword:00000800
“InteractiveDelay”=dword:00000032
“KeepAliveTimeout”=dword:00000000
“KeyboardLayout”=dword:00000000
“LanAdapter”=dword:00000000
“LoadableProtocol_Object”=”{18b726bb-6fe6-4fb9-9276-ed57ce7c7cb2}”
“MaxConnectionTime”=dword:00000000
“MaxDisconnectionTime”=dword:00000000
“MaxIdleTime”=dword:00000000
“MaxInstanceCount”=dword:ffffffff
“MinEncryptionLevel”=dword:00000002
“NWLogonServer”=””
“OutBufCount”=dword:00000006
“OutBufDelay”=dword:00000064
“OutBufLength”=dword:00000212
“Password”=””
“PdClass”=dword:00000002
“PdClass1″=dword:0000000b
“PdDLL”=”tdtcp”
“PdDLL1″=”tssecsrv”
“PdFlag”=dword:0000004e
“PdFlag1″=dword:00000000
“PdName”=”tcp”
“PdName1″=”tssecsrv”
“PortNumber”=dword:00000d3e
“SecurityLayer”=dword:00000001
“Shadow”=dword:00000001
“UserAuthentication”=dword:00000000
“Username”=””
“WdDLL”=”rdpwd”
“WdFlag”=dword:00000036
“WdName”=”Microsoft RDP 7.1”
“WdPrefix”=”RDP”
“WFProfilePath”=””
“WorkDirectory”=””
“WsxDLL”=”rdpwsx”[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-TcpTSMMRemotingAllowedApps]
“ehshell.exe”=dword:00000002 -
WSwallyb132
AskWoody LoungerDear Fred,
On this article “Windows’ primary disk-checking tool gets stuck”
You wrote about an issue with chkdsk.exe that a reader was having:
Tom Vetterani’s PC has a disk error that Windows can’t fix.
* “This is my seemingly impassable issue at Windows start-up. I restart my computer and it notifies me it needs to run a file system check. It says the usual ‘checking file system on C:’ (file system is NTFS). Then it gives me a 10-second countdown to start the checking.
“However, the check never starts. The countdown gets stuck on one second, but never begins the check (never being about one to two hours, which is how long I left it for). I forced shutdowns, rebooted, tried everything I can think of.
“When I try to skip disk-checking by ‘pressing any button’ during the countdown, nothing happens and the countdown runs to one second and gets stuck again!”
And you Wrote:
But despite the improvements, chkdsk is still not the ultimate disk repair tool. If it’s your bad luck to encounter one of those more-stubborn errors
This issue isn’t a problem with the disk that windows or chkdsk.exe cant fix, its a bug, and there’s a hotfix available, see:
The Chkdsk.exe program does not start correctly on a Windows 7-based computer
http://support.microsoft.com/kb/975778
From the Microsoft KB article:
On a computer that is running Windows 7, you use the Chkdsk.exe program to schedule a disk check during the next system startup. However, the disk check does not start correctly. Specifically, you may experience one of the following issues the next time that you start the computer:
A countdown timer is displayed and you are prompted to press any key if you want to skip the disk check. However, after you press a key, the countdown timer continues. Eventually, the system may stop responding at the count of 1, or start without performing the disk check.
Just thought i would pass that on…
-
WSwallyb132
AskWoody LoungerI can see many others beat me to the punch in pointing out that your article failed to mention TeamViewer 5. I support a lot of computers, both businesses and individuals, in doing so i use a mix of Remote desktop, Remote Desktop Gateway and TeamViewer5 depending on the situation. I use RDP for own servers and PCs, mostly due to my phone having an RDP clients and the lack of a mobile version of TeamViewer5, for my small business customers who have servers i support, i used RDP for the servers and TeamViewer5 for the clients PC’s, If they’re running a server with SBS 2008 i use the RDP gateway for both servers and clients, and i use Teamviewer5 for all my residential customers.
I started using TeamViewer on version 4, but had abandoned after a few months due to too many problems with the mouse controls locking to a certain window and not being able to click on anything else, that was happening so frequently it made it unusable for me, and their tech support was anemic on my first 2 support requests, after a few months, i decided to attempt another support ticket, this time they were quick to respond, they gave a couple configuration options to change when the problem starts, and ever since its been much more usable. Version 5 brought a lot of useful features to the table, as well as improving performance and connection stability. Now i use it daily and recommend it to everyone…
-
WSwallyb132
AskWoody LoungerI have 2 DSL lines coming in to my house that are load balanced, and have had for years, and, i’m independent consultant / IT specialist for small businesses, i deal with DSL lines almost daily. My suggestion to you is contact your ISP and get your DSL username and password required for PPPoA/E authentication from them. once you have that, reset your router back to factory defaults by pressing the reset button ion the back of the router and holding it for 30 seconds or until the router indicates its been reset, usually by the lights flashing one or more times all at once. once it is reset open a web browser and enter the address for the router in the address bar, the address should be 192.168.0.1. it may prompt you for a user name / password, netgears default User is admin, the password is either password or 1234.
Once in the routers configuration screen, you can either use the setup wizard to configure your internet access or you can do it manually, i personally would do it manually, if you choose to do the following:
on the basic settings page, enter your DSL username and password (the one your got from your ISP) unless you have a static IP address then leave the connection type as DHCP, click apply, you should now have internet access.
Next, set up your wireless, click on wireless settings, choose an SSID, ***make the SSID different than the one you have now***. Set the Region. Leave the wireless mode at the default setting of 130 Mbps. make sure enable wireless access point and allow broadcast of SSID are checked. under security options choose mixed WPA_PSK+WPA2-PSK, under WPA2-PSK security encryption choose a network key, between 8 and 63 characters any combination of numbers and letters, then click apply.
Next, click on maintenance in the left column and select set password, enter the old password and a new password twice, click apply.
Next, get your netbook, click on the network icon down by the clock, or go to control panel and open network and sharing center and click on connect/disconnect, when the list of wireless networks appears, click on your new wireless network, enter the network key you selected on the setup page, the netbook should now connect the wireless network. if so shut your desktop computer down and report back to this thread the results.
Thank you and have a nice day!
Walter
P.S.
If after you reset your router, your desktop doesnt pull an IP address from the router, which it should, or has a yellow triangle on the network icon by the clock, you can fix this in one of 3 ways:1. right click on your network icon down by the clock and select diagnose, once the troubleshooter finishes, choose get a new ip address.
2. open a command prompt by clicking on the start orb and typing cmd in the search box, or pressing the windows key + R to get a run box and type cmd. once the command prompt is open type “ipconfig /release” then “ipconfig /renew” no quotation marks.
3. restart your computer.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
two pages side by side land scape
by
marc
13 hours, 7 minutes ago -
Deleting obsolete OneNote notebooks
by
afillat
15 hours, 13 minutes ago -
Word/Outlook 2024 vs Dragon Professional 16
by
Kathy Stevens
15 hours, 23 minutes ago -
Security Essentials or Defender?
by
MalcolmP
15 hours, 26 minutes ago -
April 2025 updates out
by
Susan Bradley
2 hours, 26 minutes ago -
Framework to stop selling some PCs in the US due to new tariffs
by
Alex5723
3 hours, 33 minutes ago -
WARNING about Nvidia driver version 572.83 and 4000/5000 series cards
by
Bob99
17 hours, 41 minutes ago -
Creating an Index in Word 365
by
CWBillow
6 hours, 45 minutes ago -
Coming at Word 365 and Table of Contents
by
CWBillow
7 hours, 1 minute ago -
Windows 11 Insider Preview Build 22635.5170 (23H2) released to BETA
by
joep517
1 day, 10 hours ago -
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
1 day, 13 hours ago -
W11 24H2 – Susan Bradley
by
G Pickerell
1 day, 15 hours ago -
7 tips to get the most out of Windows 11
by
Alex5723
1 day, 13 hours ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
1 day, 6 hours ago -
I installed Windows 11 24H2
by
Will Fastie
46 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
1 day, 18 hours ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
8 hours, 47 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
2 days, 3 hours ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
1 day, 11 hours ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
1 day, 11 hours ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
2 days, 20 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
3 days, 4 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
2 days, 7 hours ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
2 days, 13 hours ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
2 days, 23 hours ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
4 days, 15 hours ago -
50 years and counting
by
Susan Bradley
1 day, 13 hours ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
1 day, 16 hours ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
5 days, 2 hours ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
5 days, 2 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.