FG
💻 Software

Windows Server 2008 Create Symbolic Link, updated Security Policy still gives privilege error

Fresh5 days ago
Mar 15, 202623190 views
Confidence Score0%
0%

Problem

Windows Server 2008, RC2. I am trying to create a symbolic/soft link using the mklink command: This works fine if I run the command line as Administrator. However, I need it to work for regular users as well, because ultimately I need another program (executing as a user) to be able to do this. So,…

Error Output

mklink /D LinkName TargetDir
e.g. c:\temp\>mklink /D foo bar

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Windows Server 2008 Create Symbolic Link, updated Security Policy still gives privilege error

Low Risk

have not tried this but if if user A has the symbolic link priv, then open up a cmd and do runas /user:domain\a cmd then within that windows try the mklink all users, even admins run with limited permissions on 08+ you need to elevate 1st. Don't rea…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment