Hi @TAMER inci
If you want a user policy to only be applied to when a user logs onto a specific machine, then you can use a combination of GPO security filtering, so the policy applies to the specific user or group and then a WMI filter on the policy so it only applies to a specific computer using the following WMI query:
select * from Win32_ComputerSystem where name="computer1"
Gary.