There is no need to buying very expensive tools to wipe your drive clean and securely so the data cannot be recovered. It is a…
View More How to Clean Wipe your hard drive before disposalTag: Windows 10
Compress files or folders with PowerShell
The Compress-Archive cmdlet creates a compressed, or zipped, archive file from one or more specified files or directories. An archive packages multiple files, with optional compression,…
View More Compress files or folders with PowerShellCopying Outlook Signatures From Other Computer
If you have created Outlook email signatures and you migrated to a new system, these signatures can be copied from the old computer so you…
View More Copying Outlook Signatures From Other ComputerHow to close your laptop lid and still use a monitor
Here is how to setup you laptop with a closed lid and external monitor. In my case I got a big external monitor as I…
View More How to close your laptop lid and still use a monitorCheck status of Microsoft AntiMalware
Here is a quick snippet to show current status of Microsoft Antimalware on your Windows 10 computer. Clear-Host Write-Host Write-Host "CURRENT STATUS " -Foregroundcolor yellow…
View More Check status of Microsoft AntiMalwarePowerShell to view BIOS version on Dell computer
Here are few commands that you can use to view info about BIOS on DELL computers: List manufacture and version of BIOS Get-WmiObject -Class Win32_BIOS…
View More PowerShell to view BIOS version on Dell computerGet battery health report on Windows laptop
You can gen easily two reports about your laptop battery under Windows 10. Simply press [Windows]+[R] and type [cmd]. Once in command line window you…
View More Get battery health report on Windows laptopGet list of installed software on machine from command line
This is handy command line if you want pull quickly list of installed software on the machine. You can output it in to terminal or…
View More Get list of installed software on machine from command lineHow to repair corrupted USB storage and reset to defaults
Whenever I connect my USB to PC it says “you need to format the disk in drive before you can use it”. When I try to format, it shows the disk capacity as 662MB which is the Linux image file size and not the original size of 8GB. How do I format the USB drive and start using it like before?
View More How to repair corrupted USB storage and reset to defaultsHow to identify which domain controller authenticated a user
You re running some troubleshooting on your network connected to and have questions like: which Domain Controller authenticated user on the current machine which Domain…
View More How to identify which domain controller authenticated a user
You must be logged in to post a comment.