I have several BAT files. One is for cleaning system junk, and the other is to call the WIN control command.
After running control userpasswords2, enter the password management, where the passwords for LAN shares are remembered.
Using the batch command net use * /del /y can clear them, but this doesn't seem to work every time.
Because as a network administrator, many important documents need to be locked and users shouldn't be able to see them.
I want a VBS script that, when run, will delete the shared passwords.
I've searched many forums, but there are no scripts about this.
Can VBS achieve this... Batch can't... Depressed ING......
After running control userpasswords2, enter the password management, where the passwords for LAN shares are remembered.
Using the batch command net use * /del /y can clear them, but this doesn't seem to work every time.
Because as a network administrator, many important documents need to be locked and users shouldn't be able to see them.
I want a VBS script that, when run, will delete the shared passwords.
I've searched many forums, but there are no scripts about this.
Can VBS achieve this... Batch can't... Depressed ING......
