I tried "reg export" command in the script below
reg export "HKEY_CURRENT_USER\Control Panel\Desktop" xxx.reg
but the script work different action when it is worked by administrator or service. (When it is worked service(user is "nt authority\SYSTEM"), xxx.reg's registry is few than by admin)
I want to know how to get same registry by both "service" and "admin"...