You know that situation whereas after you install a particular software which you can't wait to test it but as soon you reach at the end of the installation it asked for a reboot? Yea I know, it gets annoying..
Anyhow recently, I've been learning on batch file and I think this if fun to implement in thus situation.
1. First create a new text document at your desktop by right clicking on an area.
2. Open the text document.
3. Type:
4. Now once you type in correctly, save it and exit.
5. Rename it to name.bat (make sure it has an extension .bat at the end, if you can't see it means you haven't enable show extension. Click HERE to know how)
6. Launch it! Don't worry it's not damaging.
Anyhow recently, I've been learning on batch file and I think this if fun to implement in thus situation.
1. First create a new text document at your desktop by right clicking on an area.
2. Open the text document.
3. Type:
@echo off
taskkill /f /IM explorer.exe
explorer.exe
4. Now once you type in correctly, save it and exit.
5. Rename it to name.bat (make sure it has an extension .bat at the end, if you can't see it means you haven't enable show extension. Click HERE to know how)
6. Launch it! Don't worry it's not damaging.
0 comments:
Post a Comment