Solve the problem that IE7 mobile folder cannot be collected

  
                  

In Windows Vista, the benefits of moving a user's personal folder out of the system partition are unquestionable, so that whether you use the Complete PC to restore the system partition or reinstall Windows Vista, there will be no loss of personal data, the user's Documents, images, music, videos, etc. are not affected.

However, many users have moved all their personal data to folders in other partitions, but found that IE7 (Internet Explorer 7.0) has some "problems": no new websites can be collected. To add a new website, source to favorites, Windows Vista pops up an error window telling you that it can't be collected. - Of course, if the "Favorites" item is still kept in the "users" directory of the system partition, then the corresponding situation will not occur.

This happens because IE7 runs in protected mode and has lower permissions, which prevents it from modifying or creating new items on the Favorites Clips directory saved on other partitions. Therefore, in order to continue to use IE7's collection function, you must give IE7 the right to operate the collection clip directory.

1. Open a command line window with administrator privileges;

2. Move to the user's personal directory located in another partition, that is, in the favorite's parent directory

3. Enter the following command: icacls favorites /setintegritylevel (OI)(CI) L

Description: /setintegritylevel (CI)(OI) Adds the integrity ACE explicitly to all matching files. The level to be specified here is L[ow].

Inherited Permissions (OI) refers to object inheritance, and (CI) refers to container inheritance.

Try IE7 again and you will find that the collection can go smoothly.

Copyright © Windows knowledge All Rights Reserved