回答:
cmd
RunAs /user:<domain>\<user> explorer.exe
できた
whoami /groups
、あなたのセッションは、新しいグループメンバーシップについて知っているかどうかを確認します。
Gpupdateはあなたのために働くものですか?
http://technet.microsoft.com/en-us/library/bb490983.aspx
セキュリティ設定など、ローカルおよびActive Directoryベースのグループポリシー設定を更新します。
gpupdate [/target:{computer|user}] [/force] [/wait:value] [/logoff] [/boot]
私のドメインでは、これはネットワークドライブに対してのみ機能します。
@echo off
net use M: /d /y
gpupdate /force
net use M: \\10.11.12.233\Archivos /persistent:Yes
explorer.exe M: