How to install Active Directory Administration Tools in Windows Server

If you need Active Directory Users and Computers on your Windows Server, you need to install Active Directory Administration Tools.

The walk through below will also install other AD Administration Tools like DNS configuration and optional if you want to install Group Policy Management.

Tutorial below have been tested in Windows Server 2016, Windows Server 2019 and Amazon Workspaces Windows 10.

I learned the steps below when I was configuring Amazon Workspaces Windows 10 to do Active Directory Administration. I was avoiding to RDP to the AD Domain Controller to lessen the impact when I make adjustments that is why I needed the Active Directory Management Tools inside my Amazon Workspace.

Note: It is best if your Windows Server is already joined to an Active Directory Domain.


Step-by-step Instruction to Install Active Directory Administration Tools

Click on Start Menu and click Server Manager.

On Server Manager click Add roles and features.

Continue reading How to install Active Directory Administration Tools in Windows Server

Making an SD Card as Permanent Storage in Windows 10

I am using a laptop which only has 32GB for its main storage. Unfortunately, this becomes full quickly if I will be installing a lot of programs and add some cloud storage to it.

Fortunately, the computer has a microSD Card slot which I can use to expand my storage, but I could not install programs or put my cloud storage directory to it since it is not recognized as a Permanent Storage by Windows.

The microSD Card slot on my laptop

Do not worry, though, there is actually a way to make the Windows see your SD Card as a Permanent Storage. Below are the steps that you need to do.

Note: This tutorial would also work on Windows Tablet who also has the same problems as I have.

1. Make sure that your SD Card is formatted to NTFS

To be able to mount the SD Card as a Permanent Storage it must be formatted to the same file system as your computer’s main storage file system. For Windows 10 case the main file system is NTFS.

Usually SD Cards are formatted in FAT32 but let us check first. Continue reading Making an SD Card as Permanent Storage in Windows 10

Installing Picoscope on a 32-bit Windows 10 and make it work

I have recently acquired a PicoScope 2205A as I wanted to have a portable oscilloscope that can be connected directly to a laptop. Unfortunately, before I could fully enjoy the features of it I had a major road block due to the PicoScope software not being installed properly on 32-bit Windows 10 computers.

Here are the features that the PicoScope 2205A has.

  • 2 channel probes for the
  • 25 MHz Bandwidth
  • Arbitrary Waveform Generator

The Arbitrary Waveform Generator is one of the reasons I loved the PicoScope 2205A because I no longer have to acquire a signal generator for simple waveforms.

Anyways, I am not here to talk about the PicoScope 2205A but about the problem with installing a PicoScope Software on a 32-bit Windows laptop. Below are the steps to install it properly. Continue reading Installing Picoscope on a 32-bit Windows 10 and make it work

Gizduino Patch Installation in Windows 10

There are two ways to install Gizduino in the Arduino IDE. One I have already written here, and the next method is written on this post. Personally, this is my favorite method of installing Gizduino as it shows a better description in selecting the Gizduino Boards in the Boards Menu.

Note: The steps below can also be used for Windows 7 and Windows 8.

If you are wondering how to install Gizduino in Windows then just follow the steps below.

1. Install the latest version of the PL2303 Prolific Driver for Windows

http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41

2. Download and Install the latest Arduino IDE release

Link to the Arduino Software: https://www.arduino.cc/en/Main/Software

Arduino IDE Windows Installer

Author’s Notes:

As of writing the latest Arduino IDE is 1.8.5. I prefer to download the non-install version (160 MB download). Just unzip on your preferred location on your drive, run the arduino.exe and wait for the Arduino IDE to initialize.

When unzipped it occupied around 399 MB of space in your drive. Then you can delete the zip file once unzipping was finished. Continue reading Gizduino Patch Installation in Windows 10

Gizduino Installation in Windows 10

I have my own Arduino Uno but most of the time I use a Gizduino since this is cheaper and easier to source here in the Philippines.

  • Arduino Uno (1,299 Pesos)
  • Gizduino+ mini with ATmega328 (735 Pesos)

If you are looking for a Gizduino you may purchase them in the e-Gizmo website (https://www.e-gizmo.net/)

To use the Gizduino, you will need to install the Arduino IDE to your Operating System and install the Gizduino Boards. Below are the steps for Gizduino Installation.

Author’s Note: The installation method below also works for Windows 7 and Windows 8.

1. Install the latest version of the PL2303 Prolific Driver for Windows

http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41

2. Download and Install the latest Arduino IDE release

Link to the Arduino Software: https://www.arduino.cc/en/Main/Software

Author’s Notes:

As of writing the latest Arduino IDE is 1.8.5. I prefer to download the non-install version (160 MB download). Just unzip on your preferred location on your drive, run the arduino.exe and wait for the Arduino IDE to initialize.

When unzipped it occupied around 399 MB of space in your drive. Then you can delete the zip file once unzipping was finished. Continue reading Gizduino Installation in Windows 10