Hidden Programs In Windows XP !
Is it strange to hear , but true that some good programs are hidden in Windows XP !!!
Programs :
1. Private Character Editor :
Used for editing fonts,etc.
** start>>Run
** Now, type eudcedit
2. Dr. Watson :
This an inbuilt windows repairing software !
** start>>Run
** Now, type drwtsn32
3. Media Player 5.1 :
Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
** start>>Run
** Now, type mplay32
4. iExpress :
Used to create SetupsYou can create your own installers !
** start>>Run
** Now, type iexpress
Programs :
1. Private Character Editor :
Used for editing fonts,etc.
** start>>Run
** Now, type eudcedit
2. Dr. Watson :
This an inbuilt windows repairing software !
** start>>Run
** Now, type drwtsn32
3. Media Player 5.1 :
Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
** start>>Run
** Now, type mplay32
4. iExpress :
Used to create SetupsYou can create your own installers !
** start>>Run
** Now, type iexpress
Updated trick for enabling Folder option
Many times Windows users face a common problem. The “Folder Options” in “Tools” menu is not visible. Even It can’t be accessed from Control Panel. Also “Registry Editor” is disabled.
Follow the simple steps mentioned in this tutorial and your problem will be solved:
1. If Folder Options is disabled but Registry Editor is still working in your system, then you can enable Folder Options by editing Windows Registry.
Type regedit in RUN dialog box and press Enter.
it’ll open Registry Editor, now go to following keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\ExplorerHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.
2. If you are not familiar with editing the registry, then you can simply download following file, extract it and then run the .REG file:
Folder_option.zip
................................................................................................................
If u cant run regedit ....
Seems like your system is infected with a virus. Pls follow following link:
http://www.askvg.com/is-your-system-infected-with-a-virus-spyware-adware-trojan/
..................................................................................................................
Some ppl find that "show hidden files and folders" option ll not b enabled..
though enabled they cant c the hidden folders...
for that dont worry
--open RUN
--type regedit
--HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced
And in right-side pane, change value of “Hidden” to 1 and refresh My Computer window and you’ll be able to see hidden files again
Follow the simple steps mentioned in this tutorial and your problem will be solved:
1. If Folder Options is disabled but Registry Editor is still working in your system, then you can enable Folder Options by editing Windows Registry.
Type regedit in RUN dialog box and press Enter.
it’ll open Registry Editor, now go to following keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\ExplorerHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.
2. If you are not familiar with editing the registry, then you can simply download following file, extract it and then run the .REG file:
Folder_option.zip
................................................................................................................
If u cant run regedit ....
Seems like your system is infected with a virus. Pls follow following link:
http://www.askvg.com/is-your-system-infected-with-a-virus-spyware-adware-trojan/
..................................................................................................................
Some ppl find that "show hidden files and folders" option ll not b enabled..
though enabled they cant c the hidden folders...
for that dont worry
--open RUN
--type regedit
--HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced
And in right-side pane, change value of “Hidden” to 1 and refresh My Computer window and you’ll be able to see hidden files again
Tag :
Tips and Tricks
Add Your Name (or) Application to right click Of My Computer
Caution ..
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk
To write your name on right click application
please follow the steps.
1.Copy/Paste the following code in Notepad And then Save it as .reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
2.Now edit it and then Type your name In
Eg:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"
3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .
------------------------------------------------------------
To add Application Control Panel
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"
To add Application Add/Remove
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"
To add Application Reboot
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"
To add Application Shutdown
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk
To write your name on right click application
please follow the steps.
1.Copy/Paste the following code in Notepad And then Save it as .reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
2.Now edit it and then Type your name In
Eg:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"
3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .
------------------------------------------------------------
To add Application Control Panel
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"
To add Application Add/Remove
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"
To add Application Reboot
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"
To add Application Shutdown
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"
Tag :
Tips and Tricks
How to "Delete administrator Password" without any software
Method 1
Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.
Method 2
Step 1. Put your hard disk of your computer in any other pc .
Step 2. Boot that computer and use your hard disk as a secondary hard disk (D'nt boot as primary hard disk ).
Step 3. Then open that drive in which the victim’s window(or your window) is installed.
Step 4. Go to location windows->system32->config
Step 5. And delete SAM.exe and SAM.log
Step 6. Now remove hard disk and put in your computer.
Step 7. And boot your computer
Tag :
Tips and Tricks
CHFI Training CBT Boot Camp: EC-Council Computer Hacking Forensic Investigator
CHFI Training CBT Boot Camp: EC-Council Computer Hacking Forensic Investigator $1,395.00 || 16.95 GB
Computer crime in today’s cyber world is on the rise. Computer Investigation techniques are being used by police, government and corporate entities globally and many of them turn to EC-Council for our Computer Hacking Forensic Investigator CHFI Training and Certification Program. Computer Security and Computer investigations are changing terms. More tools are invented daily for conducting Computer Investigations, be it computer crime, digital forensics, computer investigations, or even standard computer data recovery, The tools and techniques covered in EC-Council’sCHFI program will prepare the student to conduct computer investigations using groundbreaking digital forensics technologies.
Computer Investigation
Computer hacking forensic investigation is the process of detecting hacking attacks and properly extracting evidence to report the crime and conduct audits to prevent future attacks.
Computer forensics is simply the application of computer investigation and analysis techniques in the interests of determining potential legal evidence. Evidence might be sought in a wide range of computer crime or misuse, including but not limited to theft of trade secrets, theft of or destruction of intellectual property, and fraud. CHFI investigators can draw on an array of methods for discovering data that resides in a computer system, or recovering deleted, encrypted, or damaged file information known as computer data recovery.
Electronic evidence is critical in the following situations
• Disloyal employees
• Computer break-ins
• Possession of pornography
• Breach of contract
• Industrial espionage
• E-mail Fraud
• Bankruptcy
• Disputed dismissals
• Web page defacements
• Theft of company documents
This EC Council: Computer Hacking Forensic Investigator (CHFI) v4 training course will prepare you to pass the EC0 312-49 exam and achieve Computer Hacking Forensics Investigator (CHFI) certification. Computer hacking forensic investigation is the process of detecting hacking attacks and properly extracting evidence to report the crime and conduct audits to prevent future attacks. Computer forensics is simply the application of computer investigation and analysis techniques in the interests of determining potential legal evidence. Evidence might be sought in a wide range of computer crime or misuse, including but not limited to theft of trade secrets, theft of or destruction of intellectual property, and fraud. CHFI investigators can draw on an array of methods for discovering data that resides in a computer system, or recovering deleted, encrypted, or damaged file information.
Career Academy is an EC-Council endorsed training provider. We have invited the best security trainers in the industry to help us develop the ultimate training and certification program which includes everything you will need to fully prepare for and pass your certification exams.
This officially endorsed product gives our students access to the exam by providing you with a Voucher Number. The EC-Council Voucher Number can be used at any Prometric center, this voucher number is required and mandatory for you to schedule and pay for your exam. Without this voucher number Prometric will not entertain any of your requests to schedule and take the exam.
PACKAGE INCLUDES
• 6 training DVDs featuring live instructor-led classroom sessions with full audio, video and demonstration components
• Official EC-Council CHFI Courseware Kit
* 4 discs containing Labs, Guides, and 1 Helix bootable CD
* Intensive Hacking & Counter-Hacking Hands-On demonstration components
* Official EC-Council CHFI Curriculum Courseware Volumes 1, 2 & 3
* Official EC-Council CHFI Lab Guide
• Exclusive LearningZone Live Mentor Click for Details
Help whenever you need it! - Why wait for email support?
Chat Live with our Certified Instructors anytime around the clock (24x7)
• Proven technique - Actual Exam Secrets Review
• Free 1 Year Upgrade Policy
• Certificate of Completionhttp://www.blogger.com/img/blank.gif
Download Here:

Certified Ethical Hacker Training Version6
Certified Ethical Hacker Training Version6 | 12GB
If you want to stop hackers from invading your network, first you've got to invade their minds.
Computers around the world are systematically being victimized by rampant hacking. This hacking is not only widespread, but is being executed so flawlessly that the attackers compromise a system, steal everything of value and completely erase their tracks within 20 minutes.
The goal of the ethical hacker is to help the organization take preemptive measures against malicious attacks by attacking the system himself; all the while staying within legal limits. This philosophy stems from the proven practice of trying to catch a thief, by thinking like a thief. As technology advances and organization depend on technology increasingly, information assets have evolved into critical components of survival.
If hacking involves creativity and thinking 'out-of-the-box', then vulnerability testing and security audits will not ensure the security proofing of an organization. To ensure that organizations have adequately protected their information assets, they must adopt the approach of 'defense in depth'. In other words, they must penetrate their networks and assess the security posture for vulnerabilities and exposure.
The definition of an Ethical Hacker is very similar to a Penetration Tester. The Ethical Hacker is an individual who is usually employed with the organization and who can be trusted to undertake an attempt to penetrate networks and/or computer systems using the same methods as a Hacker. Hacking is a felony in the United States and most other countries. When it is done by request and under a contract between an Ethical Hacker and an organization, it is legal. The most important point is that an Ethical Hacker has authorization to probe the target.
The CEH Program certifies individuals in the specific network security discipline of Ethical Hacking from a vendor-neutral perspective. The Certified Ethical Hacker certification will fortify the application knowledge of security officers, auditors, security professionals, site administrators, and anyone who is concerned about the integrity of the network infrastructure. A Certified Ethical Hacker is a skilled professional who understands and knows how to look for the weaknesses and vulnerabilities in target systems and uses the same knowledge and tools as a malicious hacker.
To achieve the Certified Ethical Hacker Certification, you must pass the CEH exam 312-50
WARNING: Students are warned against attending CEH training at unauthorized training centers. Only those who attend CEH training at EC-Council ATCs are eligible for CEH certification. Also you will be required to show proof of official CEH training attendance when you apply for EC-Council's LPT certification and Master of Security Science (MSS) degree program.
EC-Council has certified IT professionals from the following organizations as CEH:
* Cisco Corporation
* Novell
* Canon
* Hewlett Packard
* US Air Force Reserve
* US Embassy
* Verizon
* Pfizer
* HDFC Bank
* University of Memphis
* Microsoft Corporation
* Worldcom
* Trusecure
* US Department of Defense
* Fedex
* Dunlop
* British Telecom
* Supreme Court of the Philippines
* United Nations
* Ministry of Defense, UK
* Nortel Networks
* MCI
* Check Point Software
* KPMG
* Fleet International
* Cingular Wireless
* Columbia Daily Tribune
* Johnson & Johnson
* Marriott Hotel
* Tucson Electric Power Company
* Singapore Police Force
* PriceWaterhouseCoopers
* SAP
* Coca-Cola Corporation
* Quantum Research
* US Military
* IBM Global Services
* UPS
* American Express
* FBI
* Citibank Corporation
* Boehringer Ingelheim
* Wipro
* New York City Dept of IT & Telecom - DoITT
* United States Marine Corps
* Reserve Bank of India
* US Air Force
* EDS
* Bell Canada
* Sony
* Kodak
* Ontario Provincial Police
* Harris Corporation
* Xerox
* Philips Electronics
* US Army
* Schering
* Accenture
* Bank One
* SAIC
* Fujitsu
* Deutsche Bank
* Symantec
* Sun Microsystems
* Google Corporation
* McAfee
* Dell Corporation
* Verizon
* Motorola
* Singapore Airlines
* Infosys
* TATA Consultancy
* Deloitte
* Oracle
Download Here:
FILESERVE
6 DVDs featuring live instructor-led classroom sessions with full audio, video and demonstration components (Aprox. 10.3 GiB)
http://www.fileserve.com/file/tSqyeHg/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part01.rar
http://www.fileserve.com/file/u7EJV8K/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part02.rar
http://www.fileserve.com/file/HGQWjPs/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part03.rar
http://www.fileserve.com/file/UTJ7qvC/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part04.rar
http://www.fileserve.com/file/upfE9wb/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part05.rar
http://www.fileserve.com/file/rzzyY3B/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part06.rar
http://www.fileserve.com/file/vjs5668/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part07.rar
http://www.fileserve.com/file/GXbS2XN/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part08.rar
http://www.fileserve.com/file/4fMZz5X/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part09.rar
http://www.fileserve.com/file/68R2BP9/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part10.rar
http://www.fileserve.com/file/K7bMrW9/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part11.rar
http://www.fileserve.com/file/bkhZUUv/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part12.rar
http://www.fileserve.com/file/2k75Nh5/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part13.rar
http://www.fileserve.com/file/kcfjh7t/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part14.rar
http://www.fileserve.com/file/Yzsweea/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part15.rar
http://www.fileserve.com/file/UyYCxza/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part16.rar
http://www.fileserve.com/file/tqxGERV/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part17.rar
http://www.fileserve.com/file/SCMAQav/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part18.rar
http://www.fileserve.com/file/FVCs9Zk/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part19.rar
http://www.fileserve.com/file/m8JXkz3/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part20.rar
http://www.fileserve.com/file/dqXentR/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part21.rar
http://www.fileserve.com/file/dYTx6AA/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part22.rar
http://www.fileserve.com/file/SQFrmkU/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part23.rar
http://www.fileserve.com/file/WHBbetc/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part24.rar
http://www.fileserve.com/file/Ttw37Jw/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part25.rar
http://www.fileserve.com/file/XgSs2dd/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part26.rar
http://www.fileserve.com/file/pYeVYW3/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part27.rar
http://www.fileserve.com/file/muCAtDb/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part28.rar
http://www.fileserve.com/file/EFTBKrG/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part29.rar
http://www.fileserve.com/file/FFqT8tm/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part30.rar
http://www.fileserve.com/file/PNJY4je/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part31.rar
http://www.fileserve.com/file/HgGwyRT/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part32.rar
http://www.fileserve.com/file/yBAQSt8/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part33.rar
http://www.fileserve.com/file/RTxFfFN/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part34.rar
http://www.fileserve.com/file/chyppkk/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part35.rar
http://www.fileserve.com/file/cxhEBNK/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part36.rar
http://www.fileserve.com/file/VbtYRCc/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part37.rar
http://www.fileserve.com/file/yu4T7aa/Career_Academy_CEHv6_CBT_6_DVD.7z-BFU.part38.rar
Tag :
CEH
Extract RAR Files Without Password Free – Open Locked RAR Files
If you are looking for free softwares to extract rar files without password then here are two simple tools to open locked rar file archives. Simply download them you might jut be able to extract files from password protected Rar files.
Extract Files from Password Protected RAR Files
Winrar Unlock
Unlock locked winrar archive (including SFX) allowing you to modify the content freely. With Winrar archive lock to prevent modification, people cannot change the content/comment in it. Through some patching of few bytes, you are able to modify your archive with ease.
Download Winrar Unlock: http://www.megaupload.com/?d=FET7W6N2
RAR Password Cracker
This program is intended to recover lost passwords for RAR/WinRAR archives of versions 2.xx and 3.xx. The program finds by the method of exhaustive search all possible combinations of characters (“bruteforce” method), or using passwords from lists (“wordlist” or “dictionary” method). Self-extracting archives and multivolume archives are supported.
Download RAR Password Cracker: http://www.megaupload.com/?d=WOBWCUTDLink
The program is able to save a current state (you can interrupt the program at any time, and restart from the same state later).
Note: Most of the time for password protected RAR files For eg. Heroes.S02.E10.www.Free-Offline.com.rar the password is in the name it self. In this case the password, it is www.free-offline.com
Extract Files from Password Protected RAR Files
Winrar Unlock
Unlock locked winrar archive (including SFX) allowing you to modify the content freely. With Winrar archive lock to prevent modification, people cannot change the content/comment in it. Through some patching of few bytes, you are able to modify your archive with ease.
Download Winrar Unlock: http://www.megaupload.com/?d=FET7W6N2
RAR Password Cracker
This program is intended to recover lost passwords for RAR/WinRAR archives of versions 2.xx and 3.xx. The program finds by the method of exhaustive search all possible combinations of characters (“bruteforce” method), or using passwords from lists (“wordlist” or “dictionary” method). Self-extracting archives and multivolume archives are supported.
Download RAR Password Cracker: http://www.megaupload.com/?d=WOBWCUTDLink
The program is able to save a current state (you can interrupt the program at any time, and restart from the same state later).
Note: Most of the time for password protected RAR files For eg. Heroes.S02.E10.www.Free-Offline.com.rar the password is in the name it self. In this case the password, it is www.free-offline.com
Tag :
Tips and Tricks
Protect USB Flash Drive with Password Lock
USB Safeguard enables you to encrypt and password protect sensitive data on your USB drive. You can selected one or more folders to be encrypted and choose to securely delete the original (unencrypted) files with the built-in file shredder.
Lock your USB Pen Drive with Password : USB Safeguard
Simply drag and drop files and folders to quickly protect your sensitive documents, and then enter an password to encrypt and decrypt the files that you want to protect from prying eyes.
The program also includes a handy Safe Browsing feature that allows you to launch Internet Explorer without leaving any Internet traces on the host computer. Other features include an on-screen keyboard for secure password input and free space wiping.
Download USB Safeguard :
USB Safeguard uses 256-bit AES encryption to protect your date. The program is not installed on your PC, it runs directly from your USB pen drive.
Lock your USB Pen Drive with Password : USB Safeguard
Simply drag and drop files and folders to quickly protect your sensitive documents, and then enter an password to encrypt and decrypt the files that you want to protect from prying eyes.
The program also includes a handy Safe Browsing feature that allows you to launch Internet Explorer without leaving any Internet traces on the host computer. Other features include an on-screen keyboard for secure password input and free space wiping.
Download USB Safeguard :
USB Safeguard uses 256-bit AES encryption to protect your date. The program is not installed on your PC, it runs directly from your USB pen drive.
Tag :
Tips and Tricks
Delete Locked Files Which Can’t be Deleted
If you have been using a computer, you have ran into one or more of the following messages:
* Cannot delete file: Access is denied.
* Make sure the disk is not full or write-protected and that the file is not currently in use.
* The source or destination file may be in use.
* The file is in use by another program or user.
These are very common messages that occur when attempting to delete files that a particular malware infection put onto your system.
Remove, Move & Delete Locked Files in Windows
FileASSASSIN is an application that can delete any type of locked files that are on your computer. Whether the files are from a malware infection or just a particular file that will not delete – FileASSASSIN can remove it.
Simply
download FileASSASSIN from one of the links below. If you selected the portable build, simply unzip and run the application, otherwise run the installer provided.
Start FileASSASSIN and select a file by dragging it onto the text area or select it using the (…) button. Next, select a removal method from the list. Finally, click Execute and the removal process will commence.
Download FileASSASSIN : http://www.megaupload.com/?d=C7UVL2R0
The program uses advanced programming techniques to unload modules, close remote handles, and terminate processes to remove the particular locked file. Please use with caution as deleting critical system files may cause system errors.
* Cannot delete file: Access is denied.
* Make sure the disk is not full or write-protected and that the file is not currently in use.
* The source or destination file may be in use.
* The file is in use by another program or user.
These are very common messages that occur when attempting to delete files that a particular malware infection put onto your system.
Remove, Move & Delete Locked Files in Windows
FileASSASSIN is an application that can delete any type of locked files that are on your computer. Whether the files are from a malware infection or just a particular file that will not delete – FileASSASSIN can remove it.
Simply
download FileASSASSIN from one of the links below. If you selected the portable build, simply unzip and run the application, otherwise run the installer provided.
Start FileASSASSIN and select a file by dragging it onto the text area or select it using the (…) button. Next, select a removal method from the list. Finally, click Execute and the removal process will commence.
Download FileASSASSIN : http://www.megaupload.com/?d=C7UVL2R0
The program uses advanced programming techniques to unload modules, close remote handles, and terminate processes to remove the particular locked file. Please use with caution as deleting critical system files may cause system errors.
Tag :
Tips and Tricks
Play all Broken/Not Working AVI files
Generally most of the times you may notice that if you are downloading a movie etc in avi format, they show up errors due to download errors.
This are minor index and similar problem show up in files which are downloaded from ed2k (emule), torrent, gnutella, etc. Here are few softwares or players that can play these corrupted avi files.
How to Fix, Repair and Play Broken AVI Files with Index Errors etc.
Divfix++ (link)
This less than 1 MB program repairs broken AVI file streams by rebuilding index part of file. This is very useful when trying to preview movies which has no index part, like some files are currently downloading.
To fix the file click on ‘Fix’. Make sure the option ‘Keep original file’ is checked or else the file will get replaced by the edited one. DivFix++ specialy designed for previewing video being downloaded files from P2P networks.
GOM Player (link)
AVI files can’t be played if the index is broken, or if the file isn’t completely downloaded. This is because the index is located at the end of the file. But, GOM Player’s patented technology enables users to view files with broken indexes or that are still being downloaded.
VLC Player (link)
The best of all VLC Player also allows you to fix broken AVI files and play them. But, sometimes you won’t be able to forward or rewind them.
Fix Player (link)
Fix Player is a simple and useful free AVI player which helps you to repair and to watch AVI video files on your PC. It’s easy and simple to use. Fix Player is AVI media player with some useful features:
* Repair broken AVI files.
* View partly download files. It may be files your get while connection aborted or file you get with the help of some bit torrent application.
* Download part of the file from internet, and preview it to decide if you want download file completely.
* Repair file from the broken CD or DVD disk.
Using these you can repair AVI, if your AVI file have not completely downloaded from the Internet.
This are minor index and similar problem show up in files which are downloaded from ed2k (emule), torrent, gnutella, etc. Here are few softwares or players that can play these corrupted avi files.
How to Fix, Repair and Play Broken AVI Files with Index Errors etc.
Divfix++ (link)
This less than 1 MB program repairs broken AVI file streams by rebuilding index part of file. This is very useful when trying to preview movies which has no index part, like some files are currently downloading.
To fix the file click on ‘Fix’. Make sure the option ‘Keep original file’ is checked or else the file will get replaced by the edited one. DivFix++ specialy designed for previewing video being downloaded files from P2P networks.
GOM Player (link)
AVI files can’t be played if the index is broken, or if the file isn’t completely downloaded. This is because the index is located at the end of the file. But, GOM Player’s patented technology enables users to view files with broken indexes or that are still being downloaded.
VLC Player (link)
The best of all VLC Player also allows you to fix broken AVI files and play them. But, sometimes you won’t be able to forward or rewind them.
Fix Player (link)
Fix Player is a simple and useful free AVI player which helps you to repair and to watch AVI video files on your PC. It’s easy and simple to use. Fix Player is AVI media player with some useful features:
* Repair broken AVI files.
* View partly download files. It may be files your get while connection aborted or file you get with the help of some bit torrent application.
* Download part of the file from internet, and preview it to decide if you want download file completely.
* Repair file from the broken CD or DVD disk.
Using these you can repair AVI, if your AVI file have not completely downloaded from the Internet.
Tag :
Tips and Tricks










