пятница, 27 июня 2014 г.

Clean up skype history from PC before windows shutdown

notepad

RD /S/Q C:\Users\UserName\AppData\Roaming\Skype\SkypeLogin\
Deleting a file will not prevent third party utilities from un-deleting it again. Secure file deletion utilities are available, however for casual use, you can turn any file into a zero-byte file to destroy the file allocation chain like this:

TYPE nul >
C:\Users\UserName\AppData\Roaming\Skype\SkypeLogin\main.db
RD /S/Q C:\Users\UserName\AppData\Roaming\Skype\SkypeLogin\

save as C:\delMySkypeHistory.cmd

win+r
gpedit.msc

Computer Configuration\Windows Settings\Scripts




Add your script

Комментариев нет:

Отправить комментарий