How to turn off windows integrated authentication in Chrome -


i used able disable windows integrated authentication updating settings in ie. no longer works. has changed in recent versions of chrome? there new way turn off?

chrome version 46.0.2490.71

i used use setting in ie internet options -> advanced -> uncheck 'enable windows integrated authentication'

i got response internal admin , seems work.

i think best came create shortcut chrome.exe on desktop , modify target of shortcut like:

"c:\program files (x86)\google\chrome\application\chrome.exe" --auth-server-whitelist="_" 

edit: corrected path misplaced backslashes. note (x86), in case.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -