Windows

Microsoft Windows News, tips, tricks, configuration help, and troubleshooting.

  • msql_backuprestore_feat

    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…

  • ipv61

    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…

  • odbc4

    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…

  • clitools1

    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.…

  • rras14

    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…

  • noshare3

    Windows Server 2012 still missing the shared folder icon

    One of theย misnomers of Windows Server 2008 R2 that gave admins fits is the lack of any type of shared folder designation. ย If you have a folder with several hundred subfolders in which some are shared and others are not,…

  • wadk1

    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…

  • localnet1

    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…

  • robofeat

    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…

  • rmdir1

    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…