Skip to main content

Add or Remove "Shortcut" Name Extension

Add or Remove "Shortcut"  Name Extension

To Add or Remove "Shortcut" Name Extension in Registry Editor
1. Press the Windows + R keys to open the Run dialog, type regedit, and press Enter.

2. If prompted by UAC, click/tap on Yes.

3. In the registry, go to: (See screenshot below)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

4. In the right pane of Explorer, double click/tap on link to modify it. (See screenshot above)

5. To Remove the Shortcut Extension
A) Change the value to 00 00 00 00 and click/tap on OK, and go to step 7 below. (See screenshot below)
NOTE: To change the value, press the Delete (Del) key once and type 00.

B) Go to step 7.
6. To Restore the Shortcut Extension
NOTE: This is the default setting.
A) Change the value to 1E 00 00 00 and click/tap on OK, and go to step 7 below. (See screenshots below)
NOTE: To change the value, press the Delete (Del) key once and type 1E.

7. Close regedit.

8. Log off and log on, or restart the computer to apply changes.

Comments

Popular posts from this blog

Convert Text Into Audio Using Notepad - TechnoBytes

Convert Text Into Audio Using Notepad How To Do It ? Open Notepad file on your Windows PC. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Privacy Policy

Privacy Policy TechnoBytes built the RotateMe app as an Ad Supported app. This SERVICE is provided by TechnoBytes at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at RotateMe unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information, including but not limited to ...

Change Name Of Your Processor Permanently - TechnoBytes

Change Name Of Your Processor Permanently Change Processor Name Permanently Problem: To, make the name change permanent, it was required to update the Processor Name String registry key every time Windows starts. Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:- Steps :- 1.  Open Notepad. 2.  Copy and paste the exact code given below:- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0] "ProcessorNameString"="My Processor name 50000MHz" To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0. 3.  Click on File Menu...