exrcizn Posted October 18, 2004 Posted October 18, 2004 Anyone ever tried to add a desktop shortcut for all users in an unattended install? I'd like to add a shortcut to Windows Explorer.Thanks for any input you can give.
BAM Posted October 18, 2004 Posted October 18, 2004 That's very simple to do!Put the shortcut's you want on your cd here:$OEM$\$Docs\All Users\Desktop\(could also be Default User... just test it)Then it will be copied over during install.Hope it helps!
a06lp Posted October 19, 2004 Posted October 19, 2004 you could also use:%UserProfile% for current user.%AllUsersProfile% for all users.this can be used, say, for deleting icons:DEL %AllUsersProfile%\Desktop\LINK.lnk
bowdwin Posted September 4, 2008 Posted September 4, 2008 you could also use:%UserProfile% for current user.%AllUsersProfile% for all users.this can be used, say, for deleting icons:DEL %AllUsersProfile%\Desktop\LINK.lnkHmm ..do I just put that in the OEM txt file. It didn't seem to work. I tried to delete the Adobe icons.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now