Hi,
I am trying to create a script to change the internet explorer favorites folder location.
So far i thought about having a simple batch that executes a .reg with:
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Favorites"="C:\\Folder\\Folder1\\Folder2\\Favorites"
But this is not really working :)