Defend Your Business with a Firewall
A firewall is a piece of hardware or software that places a barrier between your network and the internet. It prevents outsiders from accessing your network and systems and delving into your confidential information or performing malicious acts. More ...
Script to Display the Processes Running on a Computer
Processes are the programs or tasks running on a computer. The most common way to view the processes is with Task Manager. To get a quick list you could use a script. Below is a script that displays the processes running on a computer. More ...
What is the difference between MSI and EXE Installations?
There is no standard for EXE installations, various vendors of setup authoring tools like InstallShield and Wise Studio have created their own rules and guidelines. MSI packages are created in compliance with the standard defined by the Microsoft Windows Installer technology. More ...
Use PowerShell and WMI to Get CPU Information
Suppose you want to get some information about the CPU in your computer. Can you remember which Control Panel utility will provide that information? If you use a PowerShell script to access WMI you can always get the information you want no mater how they rearrange Control Panel. More ...
Disable Automatic Wireless Configuration in Windows 7
Windows provides two services that configure your PC to connect to a wireless network. WLAN AutoConfig and WWAN AutoConfig. Both services are started automatically when you start your PC. If you don't use a wireless network or mobile broadband, for security reasons you may want to disable these services. More ...
How to Audit Security Permissions and Access Rights in Active Directory
Active Directory is the foundation of security and IT management in Windows Server based IT infrastructures. It stores and protects the user accounts, the security groups, and auditing of all access management tasks. It is the focal point of administrative delegation in Windows based environments. More ...
Search for Text in Text Files
Getting Windows Folder Search function to reliably find text within a file is a real trick. There are several places within windows where you can configure search, but it never seems to do a reliable job. The solution is to use the simple batch file. More ...
How to Disable Windows 10 OneDrive
Microsoft claims OneDrive is built in to Windows 10, and can't be uninstalled. But they do provide instructions to stop the sync process, so it doesn't send your files to OneDrive. More ...
Planning a Backup and Restoration of Files for Disaster Recovery
Planning a backup and restoration of files is the most important step to protect data from accidental loss in the event of data deletion or a hard disk failure. The backup copy can be used to restore lost or damaged data. More ...
How to Manually Register DLL in Microsoft Windows
A DLL (Dynamic link library) is a file that contains code that can be used by more than one program. A DLL is executed by the calling program. They are not directly executable. In order for the calling program to locate the DLL, it must be registered in windows registry database. More ...
How to Reset Windows 7 Password
I would like to think you're reading this article because you've forgotten your Windows 7 password, but we both know it's really because you want access to a computer you're not authorized to use. If the authorized user didn't bother to create a password reset disk, or if they hid it where you can't find it, you'll need to use a windows 7 password cracker tool. More ...
DOS Tasklist and Taskkill Commands
The Windows operating system is actually just a bunch of co-operating programs called tasks or processes. Using the DOS tasklist and taskkill commands, we can explore and control processes running on the system. More ...
How to Map a Network Folder in Windows 7
If you regularly access files stored on a network share, you can make that folder easier to navigate to by maping it to a letter so that it appears in Windows Explorer on your computer. More ...
Free Tool to Uninstall Windows 10 Store Apps
Windows 10 is not primarily an operating system, but instead it's a marketing device. Fortunately, there is a fee tool that will help you uninstall Microsoft Store apps on Windows 10. More ...
