Find used IP addresses
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.
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.
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.
You are trying to install something on your Windows XP / Vista and the istallation stops with the messages Another installation is already in progress… If you do not have any installation in progress you cold try to run regedit … Continued