windows - You don’t currently have permission to access this folder. -


i given admin rights on machine on work.

unfortuanately when going through directory structure ket geting message box:

you don’t have permission access folder.

if hit continue, works. time consuming , may interfering of development efforts.

is there way permanent access everything?

thanks!

uac disable ?

if not, i'll suggest :

[hkey_local_machine\software\microsoft\windows\currentversion\policies\system] put enablelua 0 (if want reactive uac put 1) 

others solutions : http://www.petri.co.il/disable-uac-in-windows-7.htm#


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -