Extract to shared folder triggers User Account Control dialog
-
when I changed accounts (well Win8 installation), it asked me if I want to make folders readable by changing permissions and voila, Win8 did it all for me… it might have been really fast due to the SSD.
-
btw, did you try using ICACLS for changing permissions via CL?
ICACLS “.” /grant “User”:Fwould make it change perssions to full for user named User.
icacls /?
gives help for changing permissions if thats the problem.