vote up 0 vote down star

We are trying to lock down a Terminal Server, and want to remove a commercial package's ability to accept UNC file paths, ie. paths in the app can then only be entered using the windows drive letters.

Is there any way to do this in Windows?

Can we disallow UNC paths for just the app?

Can we disallow UNC paths for the entire Terminal Server session?

The intention is to allow the application to only write to certain directories (as mapped in the Terminal Server session). The aim is to prevent the output of files to directories that the users have access to, but are not mapped in the Terminal Server session.

flag
1  
Definitely a ServerFault.com question – Richard Berg Jul 15 at 6:28

1 Answer

vote up 0 vote down

According to windowsitpro.com,

You must edit the NoRun value (of type DWORD) in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer or HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer registry subkey.

[http://windowsitpro.com/Articles/Print.cfm?ArticleID=25421][1]

But as Richard said, this is more of a serverfault.com.au question.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.