[K12OSN] desktop.ini

Kevin Verheyen thepiano at telenet.be
Wed Aug 10 20:17:18 UTC 2005


Wonderful, thnx a lot!

Kevin


Op 10-aug-05, om 22:01 heeft Petre Scheie het volgende geschreven:

> If you run this as root:
>
> find /home -name desktop.ini -ok rm {} \;
>
> it will find all the desktop.ini files in /home, and then ask you  
> if you want to delete each one that it finds.  The first time  
> through, answer 'no' so that you still have some files to work  
> with.  Assuming you it finds the files you want to delete, you can  
> change it to this:
>
> find /home -name desktop.ini -exec rm {} \;
>
> This will find the files and delete them without out asking you for  
> confirmation.  If that works as desired, put the command into a  
> shell script:
>
> echo "find /home -name desktop.ini -exec rm {} \;"  
> >delete_desktop.ini_files
>
> Then, edit your crontab file ('crontab -e') and schedule the  
> delete_desktop.ini_files to run once a day, say, at 2:05am, like so:
>
> 05 2 * * * /path/to/delete_desktop.ini_files
>
> Good luck.
>
> Petre
>
>
> Kevin Verheyen wrote:
>
>> Could you help me some more out?
>> Kevin
>> Op 10-aug-05, om 16:17 heeft Sudev Barar het volgende geschreven:
>>
>>> On 8/10/05, Kevin Verheyen <thepiano at telenet.be> wrote:
>>>
>>>
>>>> Anyone knows how I can get rid of the automatically created
>>>> dekstop.ini files in the Users share and profile folders?
>>>>
>>>>
>>>>
>>>
>>> crontab?
>>>
>>> -- 
>>> Sudev Barar
>>> Learning Linux
>>>
>>> _______________________________________________
>>> K12OSN mailing list
>>> K12OSN at redhat.com
>>> https://www.redhat.com/mailman/listinfo/k12osn
>>> For more info see <http://www.k12os.org>
>>>
>>>
>>>
>> _______________________________________________
>> K12OSN mailing list
>> K12OSN at redhat.com
>> https://www.redhat.com/mailman/listinfo/k12osn
>> For more info see <http://www.k12os.org>
>>
>
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
>
>




More information about the K12OSN mailing list