Find used IP addresses

posted in: Windows | 0

Open command prompt and try the following: FOR /L %i IN (1,1,254) DO ping -n 1 192.168.0.%i | FIND /i “Reply”>> c:\used-ipaddresses.txt Make sure all devices on the network is powered on.

Format external drive in FAT32

posted in: Windows | 0

Open a command prompt and type this command: format /FS:FAT32 X: Replace X: with the actual drive letter, make sure that it is the drive letter by opening explore and identify the disk and the drive letter.