Windows
Microsoft Windows News, tips, tricks, configuration help, and troubleshooting.
-
How to backup and restore MySQL DB using MySQL Workbench
For those database administrators out there who mainly deal with Microsoft SQL Server environments, you may wonder what tool you use to interact with MySQL and perform the necessary functions that most admins are used to performing with Microsoft SQL…
-
How to map a network drive using the IPV6 address in Windows
So in case you were wondering why we haven’t rapidly adopted IP version 6, then you may not have tried to map a network drive to an IPV6 address as of yet. ย All jokes aside, there are many complexities of…
-
How to add an ODBC entry Windows 7
ODBC (Open Database Connectivity) is the mediator between a workstation and server that allows the establishing and “talking” to a database. ย ODBC configuration utility in Windows 7 allows one to easily create a connection with a database server, test the…
-
Quick Steps to install SQL 2008 R2 Client Tools in Windows 7
Most SQL admins or users who need to be able to see DBs on a SQL box or need to run SQL queries from their desktop, will most likely want to have the SQL management tools installed on their workstations.…
-
How to configure and setup Windows 2012 VPN
Windows 2012 continues the iteration of Windows VPN that continues to provided remote access capabilities for network connectivity from the outside. ย There have definitely been improvements with Windows 2012 VPN especially in the Direct Access functionality. ย We want to show…
-
Windows Assessment and Deployment Kit replaces WAIK
For those administrators out there who have been using the Microsoft Automated Installation Kit, there are changes coming down the pipeline with the introduction of Windows 8 and Windows Server 2012 having to do with the automated installation kit. ย There…
-
Local port printers vs network printers windows 7
Many get confused when it comes to printer setup on Windows 7 machines and which type of printer they need to setup to the workstation or which type of port they should choose, as in many cases, multiple options will…
-
How to add a file copy progress indicator to scripts
One of the frustrating things with scripting and copying files is knowing where in the file copy your copy actually is. ย Especially if you are copying a very large file that is several gigs, you can definitely benefit from knowing…
-
How to Delete everything in a directory suppressing errors
Recently in working with a client who was trying to delete old profiles from a directory, they were running into problems with certain folders in the directory. ย After it taking forever to even start the delete process in Windows, when…