Question : Unable to open a folder placed on desktop - restriction issues

We use a logon script to copy contects of a folder placed in: DC01\NETLOGON\DESKTOP
%xcopy% "%LogonSrv%\Desktop\*.*" "%DesktopP%" /Q /R /Y /I /E > NUL:

the folder is being copied to the user's desktop but when trying to open it and gives the following error msg even though the user has full control over that folder in the security settings:  
 
 



There is a GPO named Restrictions which applies to the Computers OU but I did not manage to find anything related to that.

Answer : Unable to open a folder placed on desktop - restriction issues

This should do:
Hope your ClassLn table has ClassId in it.
1:
2:
3:
SELECT em.Name, cs.Description, cl.StartDate, cl.EndDate
FROM Employee em inner join Class cs on em.ClassId = cs.ClassId
inner join ClassLn cl on cl.ClassId = cs.ClassId
Random Solutions  
 
programming4us programming4us