How to avoid .lnk files being created in root(C:)

  • Thread starter Nagachandra Sekhar Grandhi
  • Start date
N

Nagachandra Sekhar Grandhi

I have written a VB application which accesses an excel file from the
network drive and import the data into the database. We need to run this job
under a user previleges in an unattended mode(means without actually logging
into the system). So, we have modified the dcom settings of the
application's component to give the necessary launch permissions to the user
who runs the job.

The problem is with .lnk files (means shortcut files) are being created in
the root drive. We supsect that the problem is with the profile. Because if
we see the .lnk files properties, they are pointing to the physical folders
and files of the network drive.

Could someone help on this?
 
N

Nagachandra Sekhar Grandhi

But when we checked for the same,
"HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\General\RecentFiles
" is pointing to Recent only.

-Chandu.
 
D

Dave Peterson

Sorry, I don't have another guess.

Maybe someone else will.
But when we checked for the same,
"HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\General\RecentFiles
" is pointing to Recent only.

-Chandu.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top