Skip to main content

Why did all of my Steam Shortcuts turned into Print Dialog?

Recently after a bit of registry cleaning, my desktop stopped launching games from Steam. I tried to troubleshoot this, and ended up spending HOURS chasing something that seems rather popular but nobody seem to have a proper solution.

The symptoms are simple: all of the shortcuts on the desktop turned into the blank "white page" icons. When you right click it, it doesn't say what app to open it with. Its type is "Internet Shortcut (url). 

Deleting it and recreating it from within Steam (gear icon // Create Desktop Shortcut) doesn't help. It seems the .URL handler is completely f-ed up.

I tried reinstalling Steam, and Steam actually did delete all the old files and reinstalled its own files. No change.  

So I go look for a registry fix... Except...  .url is NO LONGER A SUPPORTED file type in Windows 11. It's kept in as a backward compatibility setting only. So you have to search Win10 fixes. 

So I found this fix via WinhelpOnline. Download the reg zip, unzip, and apply. 

I got an error, Error 5. So I research the error 5. It's a permission error. 

Except I am the administrator. There is no one above me (at least on this machine). 

I then tried Nirsoft's FileTypesMan, a utility that lets you check the file types and the handler, instead of mess with registry directly. Maybe I just don't understand this thing, and this would help. 

.url is there, and it has 3 actions: Open / Print / Printto. Default action is Open. 

Then I realized it says Open: Disabled. Tried to edit it. Permission error, same Error 5. 

So I opened the registry section directly and tried to compare Open vs Print. It went directly to print, which means that works. 

The only difference between the two is Open has a "LegacyDisable" registry setting, Print doesn't. Researching that shows that if you put that setting in that key, Windows will pretend that that key doesn't exist. I guess they meant it to be easily reverted instead of outright deleting that key. 

So I tried deleting LegacyDisable. Won't let me. Apparently I lack permission. 

Weird... Checked RegEdit... then permissions... Hmmm... Somehow I do NOT, despite being an Administrator, "full access" to this registry key. 

So I tried to give myself full access. And after a bit of faffing around, managed to do so. 

Now the game .URLs will launch the game, but won't show the right icons. 

Maybe I need to merge that .URL reg fix again... 

UPDATE: This is caused by Wise Registry Cleaner. I just ran it again, and it put back the LegacyDisable registry entry.     

Comments

Popular posts from this blog

I finished Google Cybersecurity Certificate in 5 Days. What did I learn?

As of May and June 2023, there were a lot of buzz about the Google Cybersecurity professional certificate issued in conjunction with Coursera.  So I took the 8 course certificate program, and I was able to finish it in 5 days (May 31st to June 4th), which is so fast, it was within the 7 day trial period, so I did not pay anything (normally $49.00 USD).  I did go in with a couple unfair advantages: * I already know SQL * I already know Python * I was an IT professional  * I have taken a cybersecurity intro course before * I was also between jobs so I have a LOT of time to dedicate to studying * I have taken many Coursera courses before (back in early 2020) So is the course any good? I think it is a good course for people who have no idea what to expect, and this will give them a taste on what a job in cybersecurity will involve. The video lectures are relatively short, and there were a LOT of emphasis on the non-traditional non-technical background of many of the Google em...

I Got Both Google Cybersecurity and and ISC2 Certified in Cybersecurity. Should You?

The Google Cybersecurity Certificate and the ISC2 Certified in Cybersecurity are two of the most popular cybersecurity certifications available. Both certifications cover a wide range of topics, including network security, application security, and security operations. However, there are some key differences between the two certifications. Both Google Cybersecurity Certificate and the ISC2 Certified in Cybersecurity are considered entry-level certifications The Google Cybersecurity Certificate is very friendly for people who did not come from a computer background, but if you already know IT, Linux, SQL, or Python, you will have an advantage here. You will also learn some practical cybersecurity tools, such as SIEM and Splunk log reading, and you will end up trying to write incident report logs, short analysis reports, and so on.   The ISC2 Certified in Cybersecurity is more focused on theoretical and base level knowledge, with a bit more discussion on the differences among in...

I finished "Certified in Cybersecurity" by ISC2 in (ahem!) 2.5 days, and passed the exam. What did I learn?

I decided to look into another introductory cybersecurity certification after finishing the Google Cybersecurity Professional Certificate back in June in 5 days. Took me a while due to other obligations, but I finally decided on "Certified in Cybersecurity" by ISC2, and I started last Thursday.  I finished all coursework by Saturday, and I was waiting for the peer-graded assignments to be graded. That was when I realized this is only half the battle (yes, I am quite bad at research sometimes). This is a prep course for the actual ISC2 CC certification exam, and that cost $199.  So I went on Google to look for a discount code, as there often are for these.  That is when I found that ISC2 is doing a "One Million CC" initiative... It will give away 1 million CC prep course and exams absolutely free to people around the world. It's even available in languages such a Spanish, German, Chinese, and Japanese, in addition to English! That's right... the self-paced C...