hi guys:
today i will show you How to Fix isdone.dll Error While Installing The Game.
Download isdone.dll online or here
today i will show you How to Fix isdone.dll Error While Installing The Game.
Show good
I hope you all already know what is a run command. But if don't, It is a default function provided by windows OS to jump on any software you want to work on. It is like a shortcut to avoid the step by step procedure . Since it is not possible to keep icons of all the programs on the desktop, windows has equipped this RUN command for ease of use.
To open the RUN window simply press Windows key and then R key on your keyboard. (i.e. Window+R).
Then type any program name that you want to execute and you are done the program will start running. But the drawback is that there are only few inbuilt programs which can be used via this method. But here I am showing you the trick to create commands that are not built in within the windows and you can run any of the software by typing any keyword you wish to assign to that software.

TRICK TO SAVE YOUR TIME WHILE INSTALLING WINDOWS
- Boot through Windows XP CD.
- After all the files are completely loaded, you get the option to select the partition. Select “c”.
- Now Format the partition, whether it is normal or quick with NTFS or FAT
- Once the formatting is completed, All the setup files required for installation are copied.Restart your system by pressing Enter.Now, here begins the Simple trick to save 10-15 minutes.
- After rebooting, you get a screen where it takes 40 minutes to complete or finalize the OSinstallation.
- Now, Press SHIFT + F10 Key -> This opens command prompt.
- Type “Taskmgr” and press enter. This will open Task Manager.
- Click the Process Tab, here we find a process Setup.exe. Right Click on Setup.exe and Set Priority -> Select High or Above Normal. Initially it will be Normal
cls
@ECHO OFF
title computer-tricks-corner.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== computer-tricks-corner.blogspot.com goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
3. Click on the File Menu. Click on Save As.
4. Select All Types (or all files) in the Save As Type dropdown menu. Save the file as *.bat or Locker.bat
After creating the file, double click on the Saved file. A new folder will be created. Enter your data in the folder. Again, double click on the batch file. Type Y and press Enter. The folder will be hidden from view.
To re-view your folder, double click on the saved batch file. Enter password as
" computer-tricks-corner.blogspot.com " without quotes ("") and press Enter key. This is also the default password. Your folder will be visible again.
To change the default password, edit the part of the code given in blue and enter your own password.
The overall usability of this trick can be improved by deleting the batch file after hiding your folder and re-creating it when you wish to access your folder again.
If you face any problem using this trick, you can write a comment and I will do my best to help you.
Note : This works on Windows 7, Windows XP and Vista. First try this on useless data to be sure and then only hide your personal data.



