latest articles

Windows Password Remover Boot USB

Offline Windows Password & Registry Editor, Bootdisk

The password reset and registry edit has now been tested with the following:

NT 3.51, NT 4, Windows 2000, Windows XP, Windows 2003 Server,
Vista, Windows 7, Server 2008, Windows 8, Windows 8.1, Server 2012

As far as I know, it will work with all Service Packs (SP) and
all editions (Professional, Server, Home etc)
Also, 64 bit windows versions should be OK.

How to use?

If you have the USB, all drivers are included.

Overview
    1. Get the machine to boot from the USB drive.
    2. Load drivers (usually automatic, but possible to run manual select)
    3. Disk select, tell which disk contains the Windows system. Optionally you will have to load drivers.
    4. PATH select, where on the disk is the system? (now usually automatic)
    5. File select, which parts of registry to load, based on what you want to do.
    6. Password reset or other registry edit.
    7. Write back to disk (you will be asked)
DON'T PANIC!! - Most questions can usually be answered with the default answer which is given in [brackets]. Just press enter/return to accept the default answer.

To make a bootable USB drive / key:

1. Copy all files from this CD onto the USB drive.
   It cannot be in a subdirectory on the drive.
   You do not need delete files already on the drive.
2. Install the bootloader
   On the USB drive, there should now be a file "syslinux.exe".
   Start a command line window (cmd.exe) with "run as administrator"
   From the command line, run the command like this:

    X:\syslinux.exe -ma X:

replace x with some other letter if your USB drive is on another
drive letter than x:
On some drives, you may have to omit the -ma option if you
get an error.
If it says nothing, it probably did install the bootloader.

Please note that you may have to adjust settings in your computers BIOS
setup to boot from USB.

To Download, Click the download button then wait 5 secs and click SKIP AD.


Windows Password Remover | 16.8 MB
Password Remover


Please leave a comment and Like us on Facebook.
Thank You.
Read more

KMS Activator 9.2.1 Beta

KMS Activator 9.2.1 Beta
(Tested for Windows 8 and 8.1 Pro / MS Office 2013)


Instructions:
Install KMS 9.2.1 Beta.
Find KMSpico.exe on installation folder, Run as administrator
Click Tokken Backup First, the one with arrow going down.
Then click the red button.
It may take few minutes.
Finished.

Restart your computer and check activation status of Windows and Microsoft Office.

 To Download, Click the download button then wait 5 secs and click SKIP AD.

KMS 9.2.1 Beta | 2.8 MB
KMS

For RAR password, kindly send email to: admin.bscpevsa@gmail.com
Please leave a comment and Like us on Facebook.
Thank You.
Read more

Virtual Router

Virtual Router - Wifi Hot Spot for Windows 8, Windows 7 and 2008 R2



Project Description
The original open source Wifi Hotpot for Windows 7, Windows 8 and Windows Server 2012!

What is Virtual Router?
Virtual Router is a free, open source software based router for PCs running Windows 8, Windows 7 or Windows Server 2008 R2. Using Virtual Router, users can wirelessly share any internet connection (Wifi, LAN, Cable Modem, Dial-up, Cellular, etc.) with any Wifi device (Laptop, Smart Phone, iPod Touch, iPhone, Android Phone, Zune, Netbook, wireless printer, etc.) These devices connect to Virtual Router just like any other access point, and the connection is completely secured using WPA2 (the most secure wireless encryption.)

Where can Virtual Router be used?
Anywhere you are!
  •     Home
  •     Office
  •     School
  •     Airport
  •     Bus Station
  •     The Park
  •     Grandmas House
  •     The In-Laws
  •     Absolutely Anywhere!

No Advertising, No Hassle
Unlike similar applications, Virtual Router is not only completely Free, but will not annoy you with any advertisements. Also, since Virtual Router is not ad-supported, it does not track your web traffic the way other ad-supported applications do/can.

The Wireless Network create/shared with Virtual Router uses WPA2 Encryption, and there is not way to turn off that encryption. This is actually a feature of the Wireless Hosted Network API's built into Windows 7 and 2008 R2 to ensure the best security possible.

You can give your "virtual" wireless network any name you want, and also set the password to anything. Just make sure the password is at least 8 characters.

This project is written entirely in C#.

Website: http://virtualrouter.codeplex.com/

Virtual Router | 1.5MB
http://adf.ly/d0yh0
To Download, 
Click Download button then wait for 5 secs then click SKIP AD.
 
Please leave a comment and Like us on Facebook. Thank You!
Read more

Mozilla Firefox 26.0 Offline Installer

Mozilla Firefox 26.0


Bringing together all kinds of awesomeness to make browsing better for you.

Browsing Made Easy

Get to your favorite sites quickly – even if you don’t remember the URLs. Type your term into the location bar (aka the Awesome Bar) and the autocomplete function will include possible matches from your browsing history, bookmarked sites and open tabs.

Improved Interface

We’re always looking for ways to make your browsing easier and more efficient.

Tabs

Browse multiple sites at once, simply and easily. Each new site appears as a new tab
(not a new window) and can be accessed in one click. 

Stay in Sync

Sync seamlessly connects your desktop and mobile Firefoxes, so you can access your browsing history, passwords, bookmarks and even open tabs no matter which device you use. Access years of desktop browsing the first day you fire up your mobile, and use saved passwords from your desktop to fill out forms on your phone. 

Easy Search

The Web is a big place, but Firefox is ready to help you find whatever you’re looking for.

Session Restore

Session Restore instantly brings back your windows and tabs, restoring text you entered and any in-progress downloads. You can restart the browser without losing your place after you install an add-on or software update. And, if Firefox or your computer unexpectedly closes, you don’t have to spend time recovering data or retracing your steps through the Web. If you’re in the middle of typing an email, you’ll pick up where you left off, even down to the last word you typed.

Get Organized

There’s a lot of great stuff on the Web, Firefox is full of ways to help you keep track.

More Mozilla Firefox Features at https://www.mozilla.org/en-US/firefox/features/

Firefox Browser 26.0 | 22.92 MB
http://adf.ly/cvk6s

Download Firefox in your language

https://www.mozilla.org/en-US/firefox/all/

Please Like us on Facebook!


Read more

Protect your Private Files

Hey Volunteers,

I just want to share to you how to protect your Private Files using this trick. This trick is use a Batch File Programming. Work on windows platform (winxp, win7).

Follow the tutorial below:

How to Protect your Private Files?

1. Open Notepad on your computer.

2. Copy - paste this code in Notepad :

cls
@ECHO OFF
title bscpevsa.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST PrivateFolder goto MDPrivateFolder
: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 PrivateFolder "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%== volunteer goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" PrivateFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivateFolder
md PrivateFolder
echo PrivateFolder created successfully
goto End
:End - See more at: http://www.bscpevsa.blogspot.com/ and like our facebook page @ https://www.facebook.com/bscpevsa

2. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)
  • To change the password replace coolhacks with  new password in the above code
- See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nSJfd7jB.dpuf
3. Save the file as protect.bat (extension name .bat is needed).

4. Double Click on protect.bat and a new folder will be created with name PrivateFolder.

5. Copy all your Private Files in PrivateFolder.

6. After Copying your files, Double Click Again on protect.bat and when cmd prompt appears type Y and press ENTER

7. Now PrivateFolder was protected, to access to your Private Files. Just Double Click the protect.bat

8. For protection it will ask for your password and that's all. (Default Password is volunteer)


*To change your default password, just replace the volunteer in the code above with your new Password and save it.

To make it more secure hide protect.bat in some secure location after following the above tutorial To access the secured file double click on protect.bat. I would suggest copying protect.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.

Now double click on lock.bat and a new folder will be created with name MyFolder - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nSJfd7jB.dpuf
2. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)
  • To change the password replace coolhacks with  new password in the above code
- See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nSJfd7jB.dpuf
Read more

Revo Uninstaller Pro 3.0.2 + Patch

Revo Uninstaller Pro 3.0.2 + Patch.rar




Revo Uninstaller Pro helps you to uninstall software and remove unwanted programs installed on your computer easily! Even if you have problems uninstalling and cannot uninstall them from "Windows Programs and Features (Add or Remove Programs)" control panel applet.

Revo Uninstaller is a much faster and more powerful alternative to "Windows Programs and Features (Add or Remove Programs)" applet! It has very powerful features to uninstall and remove programs. 
Why to use Revo Uninstaller Pro?
  1. Remove programs easily
  2. Uninstall stubborn programs
  3. Delete leftover data after regular uninstall
  4. Avoid installation errors
  5. No more update problems
  6. Learn what changes programs make on your computer during their installation
  7. Achive best uninstall results and experience
With its advanced and fast algorithms, Revo Uninstaller Pro analyzes an application's data before uninstall and scans for remnants after the uninstall of a program. After the program's regular uninstaller runs, you can remove additional unnecessary files, folders, registry keys and values that are usually left over on your computer. Using the Quick\Multiple Uninstall command you can automate the uninstall process and uninstall few programs in a row

Revo Uninstaller Pro has a very powerful feature called Forced Uninstall. Forced Uninstall is the best solution when you have to remove stubborn programs, partially installed programs, partially uninstalled programs, and programs not listed as installed at all!

Revo Uninstaller Pro offers you some simple, easy to use, but effective and powerful methods for uninstalling software like tracing the program during its installation. To remove a program completely, and without leaving a trace, you can monitor all system changes made during its installation, and then use that information to uninstall it with one click only - simple and easy!
Even if you haven't traced the installation of a program, it is still possible to uninstall it through an installation log. That can happen using the logs from the Logs Database. That module of Revo Uninstaller Pro contains logs made by our team. You can use them to uninstall your programs with one click just as if you have made the log, thus achieving the best uninstall results and experience.

  
To Download, Click the download button then wait 5 secs and click SKIP AD.

Revo Uninstaller Pro | 9 MB
Please leave a comment and Like us on Facebook.
Thank You.
Read more