-
n0ads
AskWoody LoungerOctober 31, 2023 at 6:33 am in reply to: This PC > Music is pointing to the wrong location. How to fix it? #2599445I’ve never used OneDrive (it’s been disabled since day 1 on my Windows 10) and I only mentioned it because I thought OneDrive “might” have also modified the CommonMusic setting to %PUBLIC%\OneDrive\Music which could also cause problems.
It’s good that it didn’t do that!
Just FYI for everyone, I disabled\deleted all the %PUBLIC% folders on my PC (I have a standalone PC that doesn’t share anything with another PC) so I have my Common Folders pointed at fixed folder locations on my PC as follows.
-
n0ads
AskWoody LoungerOctober 30, 2023 at 5:13 pm in reply to: This PC > Music is pointing to the wrong location. How to fix it? #2599320Yes, if you modify RG’s .reg file and simply replace Shell Folder with User Shell Folder it’ll remove the OneDrive reference which “should” fix your problem… as long as the CommonMusic setting for User Shell Folder in HKEY_LOCAL_MACHINE doesn’t also contain the same OneDrive reference.
-
n0ads
AskWoody LoungerAh yes, I remember the early days of the internet when it was still called ARPANET.
My first browser was Mosiac running on Windows 3.11, which became Netscape Navigator, which evolved into Netscape Communicator and eventually morphed into Seamonkey.
I avoided using Microsoft’s Internet Explorer as if it was The Plague and never bought into the whole Firefox browser thing since it was just a “stripped down” version of Netscape Communicator.
During the Windows XP era I started providing IT support for various companies and had to finally break down and start using MSIE to ensure I could keep things running smoothly for them (still support a few that use it internally for special jobs.)
I also occasionally have to use Chrome, Edge or Opera, but my default browser is still Seamonkey and I’ll continue to use it until such time as it no longer works for most of the sites I regularly visit (already encountered a few, like cnn.com, that just don’t display properly in my non-chromium based browser.)
As for dial-up, I had an Apple II+ with a 300 baud Haynes modem that I regularly used to connect to various BBS during the 80’s, most often the ExecPC BBS service. Talk about s-s-l-l-o-o-w-w connectivity!
I thought it was amazing when they finally upped modem speeds to 900 then 1200 and finally 56K baud!
-
n0ads
AskWoody LoungerOctober 30, 2023 at 8:46 am in reply to: Can I add an external power button to an external monitor? #2599110What you’re proposing won’t work because computer monitors use a soft ON/OFF power switch. If electrical power is removed, the monitor will be OFF when it’s reconnected and need to be “manually” switched back on using its power switch.
So, even if you could rig up such a switch to the piano’s foot petals to control the power to the monitor, you’d still have to press the power button on the monitor itself to turn it ON each time you use it.
-
n0ads
AskWoody LoungerOctober 29, 2023 at 12:20 pm in reply to: This PC > Music is pointing to the wrong location. How to fix it? #2598808RetiredGeek, just FYI…
Your powershell command generates a a bunch of unexpected token errors in Powershell.
*** Never mind, your new version works! ***
BTW, it only displays the Shell Folder values not the User Shell Folder values and only for the HKEY_CURRENT USER branch not the related HKEY_LOCAL_MACHINE branch.
The reg query commands I posted will display the values from all four locations since one of those “alternate locations” could be what’s causing WCHS’s problem.
-
n0ads
AskWoody LoungerOctober 29, 2023 at 11:59 am in reply to: This PC > Music is pointing to the wrong location. How to fix it? #2598805You can use the “req query” command to display the value of any registry entry.
reg query keyname /v valuename
Note: you “must” place quotes around the keyname or valuename if it contains blank spaces (like User Shell Folders or My Music).
HKCU = HKEY_CURRENT_USER and HKLM = HKEY_LOCAL_MACHINE.
Here are the commands needed to query the current values for the “Music folder” pointer in each of those four locations.
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "My Music" reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "My Music" reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "CommonMusic" reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "CommonMusic"
The results will be displayed as Name, Type and Data like this:
My Music REG_SZ C:\Documents\Music
1 user thanked author for this post.
-
n0ads
AskWoody LoungerDropped cable TV and switched to OTA using a Winegard Flatwave FL5500A indoor antenna back in May 2015.
My cable bill dropped from $128/mth for TV + broadband to $42/mth for broadband only.
While I still get 51 local channels OTA, the only thing I regularly watch now is the local/national News and some game shows (IMHO, most of the “prime time” shows now available just aren’t worth watching.)
-
n0ads
AskWoody LoungerOctober 29, 2023 at 9:20 am in reply to: This PC > Music is pointing to the wrong location. How to fix it? #2598763There’s actually four different locations in the registry that contain the pointers for the Music, Pictures & Video folders. The .reg file RetireGeek provided only changes the HKEY_CURRENT_USER Shell Folders entry, so it’s possible one of the others is causing your problem.
The four locations are:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- The “keys” for these two are My Music, My Pictures & My Video
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- The “keys” for these two are CommonMusic, CommonPictures & CommonVideo
I’d suggest you take a look at the other three and see if maybe one of them is pointed at that OneDrive folder and, if so, modify it to point at your preferred folder instead.
Note: the HKEY_LOCAL_MACHINE entries apply to “all users” on a PC so those entries must point to %USERPROFILE%\Music, %USERPROFILE%\Pictures & %USERPROFILE%\Video… unless you want all users on your PC to share a common location for each of those file types.
On my PC I have them pointing to C:\Documents\Music, C:\Documents\Pictures & C:\Documents\Video because I’m the only user of my PC.
-
n0ads
AskWoody LoungerOctober 28, 2023 at 7:15 pm in reply to: I have a windows 7 update disk the has 30 product key characters #2598462Unfortunately, as of Sep 20 2023, Microsoft disabled the servers used to activate Windows 7 so that update code is now useless.
Microsoft Ending Windows Activations Using Windows 7 and 8 Keys
-
n0ads
AskWoody LoungerOctober 28, 2023 at 11:29 am in reply to: Windows 10 October update disables Internet Explorer 11 #2598183Ok, here’s my settings to disable Edge auto-update while still allowing me to “manually” update it when I want to.
Open Task Scheduler and Disable both of the Microsoft Edge Update tasks.
- Note: if you delete them, they’ll get recreated the next time Edge gets updated but, if they’re disabled, they’ll stay disabled.
Open Services and set the following options:
- Microsoft Edge Elevation Service (MicrosoftEdgeElevationService) – Manual
- Microsoft Edge Update Service (edgeupdate) – Disabled
- Microsoft Edge Update Service (edgeupdatem) – Manual (Trigger Start)
Note: if you disable all 3 services, you won’t be able to “manually” update Edge.
I also have the following settings in Group Policy but am not sure if they really matter or not as setting the equivalent Google services to the same settings as above also prevents Google from auto-updating while still allowing it to be manually updated.
Under Administrative Templates > Microsoft Edge Update > Applications > Edge set the following options:
- Prevent Desktop Shortcut creation upon install – Disabled
- Update policy override – Enabled and set to Manual updates only
Under Administrative Templates > Windows Components > Microsoft Edge set the following options:
- Allow Microsoft Edge to per-launch at Windows startup, when the system is idle, and each time Microsoft Edge is closed – Enabled and set to Prevent per-launching
- Allow Microsoft Edge to start and load the Start and New Tab page at Windows startup and each time Microsoft Edge is closed – Enabled and set to Prevent tab pre-loading
These settings prevent Edge from auto-starting and auto-updating on my Windows 10 PC.
To “manually” update Edge, I open Edge > Settings > About Microsoft Edge and it initiates a update check and installs the “latest update” if one’s available.
Note: on my PC Edge sometimes throws an error when it reaches the 66% complete mark during the update process.
It seems to be a 50/50 chance of it occurring during update attempts and I’m not sure exactly what causes it (like a lot of MS error messages, the description of the problem doesn’t really help), but simply closing Edge and then restarting the manual update always works.
-
n0ads
AskWoody LoungerYes, and it works just fine! (https://winauth.github.io/winauth/download.html)
I installed it on my PC and have it set to generate the access codes for 5 different sites I use.
To add a site you have to use the “secret code” the site presents when you indicate you can’t scan the QR code to set it up as follows.
Click the Add button at the bottom and select Authenticator.
In the pop-up window:
- enter a custom name for the site (can be anything but I use the actual site name)
- enter the “secret code” in box 1
- click the Decode button
- set the type (note, I’ve never encounter a Counter-based site)
- click the Verify Authenticator button and ensure the code matches what the site expects
- if it does, click OK
Whenever you visit a site that requires authentication, open WinAuth but don’t click the circling arrows to generate the code until the site actually asks for it (i.e. if you click it too early, the code “may” time out before you get to enter it.
-
n0ads
AskWoody LoungerOctober 27, 2023 at 10:11 am in reply to: Windows 10 October update disables Internet Explorer 11 #2597516It seems the change that prevents MSIE from starting wasn’t actually part of the Oct CU update but the Edge update from version 117 to 118.
I have Edge set to only allow manual updates and, after I recently update from Edge v117.0.2045.60 to v118.0.2088.69, MSIE also stopped opening for me.
I created my own special vbscript to open it using the CreateObject option listed in the Try these tricks link posted by Alex5723, with the addition of some AutoIt commands to customize how it opens, and it’s working again.
Like what Les posted below, if I “manually” enter a site into the address bar, it’ll open in MSIE but, unlike him, my favorites do still work… although they open in Edge instead of MSIE!
-
n0ads
AskWoody LoungerRelated releases
This section contains information about related products that have releases that coincide with the .NET 7 release.
Those are simply other Microsoft products that were released at the same time as .NET 7 and doesn’t really help ID which programs are using .NET 7 on anyone’s PC; unless you just happen to have one of them installed which I don’t!
I took a look thru my backups and determined .NET 7 was installed the same day I installed my IPVanish VPN software and, since the operating description of IPVanish indicates it requires .NET, that’s obviously how it got installed on my PC.
BTW, it’s actually called Microsoft Windows Desktop Runtime – 7.0.## (x64) in the list of installed apps on my PC and it started out as v7.0.4 when it was installed back in July and has been updated 3 times, most recently to v7.0.13 after the recent Oct KB5032875 update.
-
n0ads
AskWoody LoungerJust like jrp2706, I found nothing in the article Mark posted that would help ID which of my program(s) are using .NET 7.
There is no easy way to see what apps require what .NET, you need to check each app.
I figured that might be the case but had to ask as maybe one of the experts here on AskWoody might know how to do it.
So what specific app modules (.dll, .xml, etc.) would indicate it’s using .NET and help ID which version?
-
n0ads
AskWoody LoungerStill not sure exactly what program on my PC requires .NET 7, but the October .NET 7.0 Update (KB5032875) got installed Tues.
Anyone know of a way to determine exactly what program(s) need .NET 7?
![]() |
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
-
Global data centers (AI) are driving a big increase in electricity demand
by
Kathy Stevens
3 hours, 16 minutes ago -
Office apps read-only for family members
by
b
2 hours, 20 minutes ago -
Defunct domain for Microsoft account
by
CWBillow
7 hours, 22 minutes ago -
24H2??
by
CWBillow
8 hours, 4 minutes ago -
W11 23H2 April Updates threw ‘class not registered’
by
WindowsPersister
11 hours, 5 minutes ago -
Master patch listing for April 8th, 2025
by
Susan Bradley
4 hours, 19 minutes ago -
TotalAV safety warning popup
by
Theodore Nicholson
10 hours, 46 minutes ago -
two pages side by side land scape
by
marc
2 days ago -
Deleting obsolete OneNote notebooks
by
afillat
2 days, 2 hours ago -
Word/Outlook 2024 vs Dragon Professional 16
by
Kathy Stevens
1 day, 5 hours ago -
Security Essentials or Defender?
by
MalcolmP
1 day, 7 hours ago -
April 2025 updates out
by
Susan Bradley
2 hours, 50 minutes ago -
Framework to stop selling some PCs in the US due to new tariffs
by
Alex5723
1 day, 1 hour ago -
WARNING about Nvidia driver version 572.83 and 4000/5000 series cards
by
Bob99
15 hours, 18 minutes ago -
Creating an Index in Word 365
by
CWBillow
1 day, 17 hours ago -
Coming at Word 365 and Table of Contents
by
CWBillow
5 hours, 52 minutes ago -
Windows 11 Insider Preview Build 22635.5170 (23H2) released to BETA
by
joep517
2 days, 21 hours ago -
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
3 days ago -
W11 24H2 – Susan Bradley
by
G Pickerell
3 days, 2 hours ago -
7 tips to get the most out of Windows 11
by
Alex5723
3 days ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
2 days, 17 hours ago -
I installed Windows 11 24H2
by
Will Fastie
1 day ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
3 days, 6 hours ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
4 hours, 48 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
3 days, 14 hours ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
2 days, 22 hours ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
2 days, 22 hours ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
4 days, 7 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
4 days, 15 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
15 hours, 18 minutes 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.