https://social.technet.microsoft.com/Forums/en-US/ac80d8ec-21ad-4d44-9a0c-c8777f861db7/windows-8-manage-wireless-networks?forum=w8itpronetworking
Open a run box window (or press win+R) then type cmd to open Windows 8 CLI.
To see stored wireless profiles, type:
netsh wlan show profiles
This will show a list of saved profiles of your connected WLAN
devices. Then you'll need to write/save/memorize the profile name
that you want to change.
To see the stored key (WPA/WEP/etc) of a specific profile:
netsh wlan show profiles name=[profile name] key=clear
You'll find the key content under security settings.
To delete a stored profile:
netsh wlan delete profile name=[profile name]
This will delete the stored profile of every WLAN interface. If you
want to delete the profile of a specific WLAN interface, you need to use
the following:
netsh wlan delete profile name=[profile name] interface=[interface name]
This is a good alternative to perform the common actions for "Manage
Wireless Network" avoiding to use third party software under Windows 8.
Wednesday, November 27, 2019
Friday, November 15, 2019
Overwrite Deleted Data
https://support.microsoft.com/en-ca/help/814599/how-to-use-cipher-exe-to-overwrite-deleted-data-in-windows-server-2003
To overwrite deleted data on a volume by using Cipher.exe, use the
/w switch with the cipher command:
How to Use the Cipher Security Tool to Overwrite Deleted Data
Note The cipher /w command does not work for files that are smaller than 1 KB. Therefore, make sure that you check the file size to confirm whether is smaller than 1 KB. This issue is scheduled to be fixed in longhorn.To overwrite deleted data on a volume by using Cipher.exe, use the
/w switch with the cipher command:
- Quit all programs.
- Click Start, click Run, type cmd, and then press ENTER.
- Type cipher /w:folder, and then press ENTER, where folder is any folder in the volume that you want to clean. For example, the cipher /w:c:\test command causes all deallocated space on drive C to be overwritten. If C:\folder is a Mount Point or points to a folder on another volume, all deallocated space on that volume will be cleaned.
Subscribe to:
Comments (Atom)