Windows 8
How to Read a Text File Using PowerShell
You can read a text file and display its content using get-content cmdlet in PowerShell. Read textfile example Execute the…
How to Generate Random Numbers Using PowerShell
When you have to generate random passwords for users, you can execute the get-random command let on PowerShell to create it.…
How to Keep Installed Drivers After Running SYSPREP
Sometime it is necessary to keep installed drivers on windows even after running sysprep. You can do so by following…
How to Create an ISO Image File from DVD on Windows 10
Creating an ISO image file from DVD is straight forward when you have chosen the right tool. In this tutorial, I'll…
Windows Returnvalue: 2147786788 in wmi EnableStatic method
Successfully using the EnableStatic method for example in powershell always gives the Returnvalue 0. If that is not the case,…
How to disable network file-sharing on Windows
By default Windows computers participate in file-sharing of local networks - it recognizes other devices in that network such as…
How to fix error 0X80070052
Error 0x80070052 is one that appears upon copying stuff onto removable drives - at some point, no new files and…
Remove services from auto-startup on Windows
Every service you install is usually run on system startup. Sometimes these services do so without asking you before and…
Make Winamp louder
It can be annoying if your audio player has an over-all quieter sound than Windows and other applications, so their…
Remove a bluetooth (or other) device from My Computer
After establishing a bluetooth connection with another device from your computer the other device will propably stay in the Devices…