问题解决了:
1、首先将C:\Documents and Settings中Eve_okay的完全读写权限赋予administrator(可以用Cacls.exe命令,也可以取消简单文件共享后在文件夹属性里更改)。
关于Cacls.exe:
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
           [/P user:perm [...]] [/D user [...]]
   filename     Displays ACLs.
   /T         Changes ACLs of specified files in
            the current directory and all subdirectories.
   /E         Edit ACL instead of replacing it.
   /C         Continue on access denied errors.
   /G user:perm Grant specified user access rights.
            Perm can be: R Read
                     W Write
                     C Change (write)
                     F Full control
   /R user     Revoke specified user's access rights (only valid with /E).
   /P user:perm Replace specified user's access rights.
            Perm can be: N None
                     R Read
                     W Write
                     C Change (write)
                     F Full control
   /D user     Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
   CI - Container Inherit.
      The ACE will be inherited by directories.
   OI - Object Inherit.
      The ACE will be inherited by files.
   IO - Inherit Only.
      The ACE does not apply to the current file/directory.
2、用administrator帐号登陆,将C:\Documents and Settings\Eve_okay下文件夹Desktop重命名为1,并新建一个Desktop文件夹,将1里面的快捷方式全部复制到Desktop里面。
3、回到Eve_okay帐号,运行cmd,运行Rmdir /s/q 1
关于Rmdir:
Removes (deletes) a directory.
RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
   /S     Removes all directories and files in the specified directory
         in addition to the directory itself. Used to remove a directory
         tree.
   /Q     Quiet mode, do not ask if ok to remove a directory tree with /S
4、将文件夹Eve_okay和Desktop的权限改回默认。