I have a laptop that was donated to our school and it has an “unknown” cmos password. Does anyone know how to reset/remove the existing password. This laptop has a finger swipe too that is turned off. I cannot boot ...
Computing.net: Question & Answers Forum Latest Questions
my brand new Toshiba hard drive fell off of the ottoman it was on because the stupid cord is short, but it only fell two feet on to a fairly soft carpet floor. when it fell it became disconnected from ...
Dell Latitude E7240…have tried a number of diagnostic steps but nothing. Anybody have some thoughts?
Hi I had a situation where five windows 3.11 wkg pc’s were somewhere 500-600 meters away from main office and was located in the manufacturing dept. Everytime i needed to update or input any data i had to physically move ...
I have multiple duplicates of devices in Bluetooth & Other Devices, under Other Devices to be specific. Duplicated about 130 times, roughly counted, on 2 different devices, 2 smart TV’s i think. Why is this so? https://imgur.com/0VHB32H
Just installed Windows 10 on new HP laptop. The install included some bloatware which I’m removing. Priceline.com has a tile on the Start Menu. When I right-click on it I get the option to Uninstall, but clicking on that takes ...
I keep getting this pop up when trying to access my mail. I can access my AOL home page but not my mail.
I’m using “choice /d y /t 1 >nul” in this example echo Hello world choice /d y /t 1 >nul echo Hello world 2 and the “choice /d y /t 1 >nul” is there to wait for 1 second but ...
I have a .txt file and i want to convert it into .xml file using c#. The txt file looks like SCRIPT=01 Mainversion=1.00.00.00:01 This is my C# code String[] data = File.ReadAllLines(“TextFile.txt”); XElement root = new XElement(“root”, from item in data select new XElement(“Line”,item));
Hello all hope you can help. Using a batch file, I have recently been asked to compare two file dates in a particular folder. Lets say the files names are F1.txt and mail.log. If mail.log date is prior to F1.txt date then I ...