Renew I.P address with CMD & Batch File
How to do it using cmd
Start >> Run >> cmd.exe
then type
* ipconfig /flushdns
* ipconfig /release
* ipconfig /renew
be warned, any internet stuff you're running will be temporarily turned off because you're refreshing your IP[/hide]
How to do it using batch file
[hide]ipconfig /release
ipconfig /renew
ipconfig /flushdns
Click Save as and for the Save Type As: Click All Files
Next name it IEBooster.bat
If you saved to your desktop, double click the batch file and let it run, be warned, any internet stuff you're running will be temporarily turned off because you're refreshing your IP.
Welcome to tricksvan.blogspot.com, a blog on Computer tips and tricks. I will update new and latest Computer tips here. All Hacking Tips will also be posted.Beware, this blog does not contain any virus or malware, all tips are safe and hacking here is only intended for hacking your own computer for speed and more advanced functionality. All the Computer tips will be helpful for beginners as well as advanced.
Saturday, January 30, 2010
Revert a Disk to Basic Disk
Extended partitions, OEM partitions and type 0x42 for dynamic volumes. However, if MBR contains any invalid partition type, your system might run into an issue. At times, when you observe that disk is appearing as ‘Dynamic Unreadable’, it simply indicates that MBR contains invalid partition type that dynamic disks don’t support. It usually occurs when the MBR is damaged or improperly altered. Thus, to restore the lost information in this way, you require using your recent data backup. However to cope up with the situations that might occur due to data backup unavailability or damage, you should use Disk Recovery tools for recovery purpose.
You might observe following symptoms while using a Windows XP, Server 2003 or 2000 based system:
-You open Disk Management snap-in and disk appears as ‘Dynamic Unreadable’
-You try to use Revert to Basic Disk option and get an error that it will cause data loss. Next, you click yes to the option, but the process fails
-You try to use Diskpart.exe utility for converting the disk to a basic disk. You get a false message stating that it has been successfully converted into basic disk. Next, you rescan the disk, but it still appears ad ‘Dynamic Unreadable’
Cause
Basic causes responsible for this behavior to occur are:
-You are running Windows earlier than Windows 2000 and have deleted or recreated the partition using Fdisk.exe. This causes the disk to appear as damaged dynamic disk and prevent you to convert it back to basic disk
-MBR or EBR is corrupted and is forcing to appear a basic disk as damaged dynamic disk. It can occur if MBR or EBR contains a hexadecimal 0x42 value.
Solution
Follow these steps to solve the existing issue:
-Use Diskmap.exe or Dmdiag.exe utility in verbose mode to output MBR information containing system IDs and partition types in hexadecimal format.
-If this information contains invalid types, you should next use clean command of Dskprobe.exe or alternatively, Diskpart.exe utility to remove all disk partitions.
-The above step will delete all the data from the disk, so use your recent data backup to restore. In case of any backup concerns, scan your disk using Data Recovery tools. These are powerful hard disk recovery tools built to scan and safely recover the lost information.
You might observe following symptoms while using a Windows XP, Server 2003 or 2000 based system:
-You open Disk Management snap-in and disk appears as ‘Dynamic Unreadable’
-You try to use Revert to Basic Disk option and get an error that it will cause data loss. Next, you click yes to the option, but the process fails
-You try to use Diskpart.exe utility for converting the disk to a basic disk. You get a false message stating that it has been successfully converted into basic disk. Next, you rescan the disk, but it still appears ad ‘Dynamic Unreadable’
Cause
Basic causes responsible for this behavior to occur are:
-You are running Windows earlier than Windows 2000 and have deleted or recreated the partition using Fdisk.exe. This causes the disk to appear as damaged dynamic disk and prevent you to convert it back to basic disk
-MBR or EBR is corrupted and is forcing to appear a basic disk as damaged dynamic disk. It can occur if MBR or EBR contains a hexadecimal 0x42 value.
Solution
Follow these steps to solve the existing issue:
-Use Diskmap.exe or Dmdiag.exe utility in verbose mode to output MBR information containing system IDs and partition types in hexadecimal format.
-If this information contains invalid types, you should next use clean command of Dskprobe.exe or alternatively, Diskpart.exe utility to remove all disk partitions.
-The above step will delete all the data from the disk, so use your recent data backup to restore. In case of any backup concerns, scan your disk using Data Recovery tools. These are powerful hard disk recovery tools built to scan and safely recover the lost information.
Delete An "undeletable" File
Delete An "undeletable" File
Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DELwhere is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Or you can try this
Open Notepad.exe
Click File>Save As..>
locate the folder where ur undeletable file is
Choose 'All files' from the file type box
click once on the file u wanna delete so its name appears in the 'filename' box
put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)
click save,
It should ask u to overwrite the existing file, choose yes and u can delete it as normal
Here's a manual way of doing it.
1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.
Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Or you can try this
Open Notepad.exe
Click File>Save As..>
locate the folder where ur undeletable file is
Choose 'All files' from the file type box
click once on the file u wanna delete so its name appears in the 'filename' box
put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)
click save,
It should ask u to overwrite the existing file, choose yes and u can delete it as normal
Here's a manual way of doing it.
1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.
Do you know you can actuallly find your own serial key from the xp setup cd ?
Hi friend ,
Do you know you can actuallly find your own serial key from the xp setup cd ?
wana know how ?
so let me tell you how
step 1:-
When ever you insert xp cd in cd rom it starts auto run. Exit from it.
step 2:-
Right click on the rom drive with xp cd still in it and open the search option.
step 3:-
search for the file with name as unattend inthe xp setup cd.
step 4:-
when you find this file it will show that file on your system drive not on cd drive,dont worry its on the cd only.
step 5:-
And last and final step is to open the file and look for the serial key in it you will find it written in this file only as product key.
Quick reply to this message
Do you know you can actuallly find your own serial key from the xp setup cd ?
wana know how ?
so let me tell you how
step 1:-
When ever you insert xp cd in cd rom it starts auto run. Exit from it.
step 2:-
Right click on the rom drive with xp cd still in it and open the search option.
step 3:-
search for the file with name as unattend inthe xp setup cd.
step 4:-
when you find this file it will show that file on your system drive not on cd drive,dont worry its on the cd only.
step 5:-
And last and final step is to open the file and look for the serial key in it you will find it written in this file only as product key.
Quick reply to this message