Hello,
I am trying to figure out how to import my exported cookies.txt file to my users. The cookies that I exported are to enable SafeSearch for Google, Yahoo, and Bing. This way, when clients log in, they do not have to enable Safesearch before they can start browsing. I have this working already using a GP login script. But this script does not work on Windows 10 or Windows 7 that has UAC enabled. When UAC is enabled, cookies are imported into a different folder and my script uses rundll32, which does not import them to the correct folder. I tried using InternetSetCookie, but all I can see is that it goes out and gets the cookie. I don't want that. I want to be able to import the existing cookie.txt that I already have. Any ideas would be appreciated.