Ever inserted your USB in a different computer and find out it has nothing but shortcuts afterwards.Here is how you can fix that. Open cmd.exe assuming your usb is Drive E: Type del E:\*.lnk to remove all short cuts from your flash drive. press the 'Enter' key Type attrib -s -a -h E:\*.* /s /d /l . press the 'Enter' key
Lets say you need to stop a PC from requiring a password. Start cmd, if you are not sure how, use other tutorials i have done. Type wmic useraccount set passwordrequired=false Press the 'ENTER' key
Lets say you have a frozen application affecting the performance of your computer and other applications you may be running.There is a way to stop it and any other associated applications that may also be frozen. 1.Start cmd 2.Type taskkill /f /fi "status eq not responding" 3.Press the 'enter' key