-1

I need to find in the registry the location of a file which can update a URL. Right-clicking on the shortcut, select Properties > Target. There is a URL, https://test.domain.com.

I need to update that URL on 50 hosts. However, I am not able to locate in the registry where the file is stored.

If I go into "file location", all those files (config/xml), don't display that URL either. I thought one of them will have the old URL, I can copy/paste a new URL, relaunch the app, which will take me to the new URL.

1
  • Where is this "file location" with config and xml files?
    – Greg Askew
    Commented Jun 14 at 21:59

2 Answers 2

0

Modify the shortcut on your computer to change the URL. Then use Group Policy Preferences to replace the existing shortcut with your updated shortcut on all computers.

-1

Right-clicking on the shortcut, select Properties > Target This reads like you are trying to update a Shell Link (.LNK) File, which is a self-contained binary. The content of LNK files (even URL files) is not stored in the registry - just use GPOs to update LNKs.

1
  • You are quoting somebody to cite specific instructions. So what or whom is your source for those instructions?
    – Ramhound
    Commented Jun 25 at 16:06

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .