How to Erase a Recovery Partition in Windows
How to Erase a Recovery Partition in Windows
1. Type Cmd into the Windows search box. Right click on Command Prompt and select "Run as Administrator."
2. Type "diskpart" at the command prompt and hit Enter.
3. Type "list disk" and hit Enter. A list of physical drives appears.
4. Type "select disk" and the number of the disk.
5. Type "list partition." A list of partitions appears.
6. Type "selection partition" and the number of the recovery partition you wish to delete. There may be more than one.
7. Type "delete partition override."
Change network profile from public to private
Change network profile from public to private
Get-NetConnectionProfile
Name : Public
InterfaceAlias : Ethernet 2
InterfaceIndex : 24
NetworkCategory : Public
IPv4Connectivity : Internet
IPv6Connectivity : LocalNetwork
Note the InterfaceIndex number
Change the NetConnectionProfile to private by running:
Set-NetConnectionProfile -InterfaceIndex 24 -NetworkCategory Private
Verify the NetworkCategory is changed to Private by running:
Get-NetConnectionProfile
Clear DHCP leases from CLI on a Fortigate
Clear DHCP leases from CLI on a Fortigate
(Refresh DHCP leasses)
exec dhcp lease-list –> show current list on DHCP lease
execute dhcp lease-clear –> clear the DHCP lease of a specific ip
execute dhcp lease-clear all —> clear all the DHCP leases
Ways to open Print Management in Windows 10
Ways to open Print Management in Windows 10
Open Run by Windows+R, type printmanagement.msc and tap OK or open CMD and type printmanagement.msc