Monday 12 August 2013

System Security For User........

System Security For User........


1. Always use a strong password with a combination of alphabets, numbers and special characters

2. Use Original Antivirus. Dont download Cracks & Keygens which are the main entry point for Viruses and Trojans.

3. Use Original Windows OS ( Paid ) or Use Open source OS such as Linux, Ubuntu, Flavours of Linux. Do not use some programs to patch your system.

4. Regularly Update your Antivirus and OS to remove and/or patch vulnerabilities and keep your system secure.

5. Shutdown / Uninstall unwanted programs or programs which you dont use such as FTP, Telnet or any softwares which use your resource.

6. Use Drive Encryption tools to protect your data from data theft and to protect from data loss.

7. Always create a back-up of your important files to a Hard disk or Online Servers ( like Drop box )

8. Never trust any other network to which you connect( OPen WiFi ). Crackers & hackers can compromise your data and also steal your data transmitted .

9. Have a routine check of your computer for defects and patch immediately.

10. Never leave your computer unattended, even for a short time. It is easy for a cracker to inject a virus or spyware into your system.

Change Logon Screen – How to Change Logon Screen on Window

Hey Guys after the SQL Injection post I’ll going to tell you the trick to change logon screen of your window. You can change logon screen of window to your own pic or your favorite actor or something you like the most.
change-logon-screen-change-logon-screen-windows-7
change-logon-screen
In this method you will require to modify the registry of your computer to change logon screen, and if that complete, you should move to the next step of change logon screen.

Lets Start This Change Logon Screen of Window Trick

Step 1- Open the Windows Start Menu and enter regedit into the search bar.
(OR press window + R key to open Run then type regedit into it and press enter).
change-logon-screen-regedit-change-logon-screen-windows-7
change-logon-screen-regedit

Step 2- Now Right click on HKEY_LOCAL_MACHINE and select Find.

Step 3- Search for OEMBackground, which should be in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsCurrentVersionAuthenticationLogonUIBackground.

If the key does not exist, add a new DWORD value with the name OEMBackground. Because Without it you wouldn’t change logon screen of your pc.

Step 4- Now Double click on the entry OEMBackground, and change the value from 0 to 1.

Step 5- Open Local Disk C:\ and then go to Windows folder.

Now open System32 and search for oobe.
change-logon-screen-oobe-change-logon-screen-windows-7
change-logon-screen-oobe

Step 6- Create a new folder named info and then Create a new folder within info named backgrounds, and open it (If necessary means if it is not found in oobe).

Step 7- Now Rename your desired wallpaper as backgroundDefault.jpg and place it inside the folder backgrounds (The images you selected is must be less than 245KB in size).
Windows-7-change-Logon-Screen-change-logon-screen-windows-7
Windows-7-change-Logon-Screen

That should do the trick of change logon screen, now just log off your PC and See the magic.
Enjoy Have Fun ;)

Download Youtube Videos Without Any Software

How To Download Youtube Videos ?

1. First Go to Youtube by click youtube.
2. Then search the video you want to download in search box, Now select that video, which you want to download. I will demonstrate you with this video url given below.
http://www.youtube.com/watch?v=VwkJo008Ly4
” Now add save or ss or kick before youtube and press enter.
3. After adding any of the above keyword in the link, the above link will look like as.

http://www.saveyoutube.com/watch?v=VwkJo008Ly4
Or
http://www.ssyoutube.com/watch?v=VwkJo008Ly4
Or
http://www.kickyoutube.com/watch?v=VwkJo008Ly4

youtube-videos-download-youtube-videos
youtube-videos
4.Now Press Enter.
you will see a new page open from where you can download youtube videos in any format as you want. You may also download only the soundtrack means the mp3 version of that youtube videos in mp3 format.

Lock your PRIVATE FOLDER



1. Make a folder on the desktop and name it as “folder”
2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
3. In the ‘save as’ name it as l
ock.bat and click save ! (Save it on Desktop)
4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
5. In the ‘save as’ name it as key.bat and click save ! (Save it on Desktop)
6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
8. Lock your folder and hide the key.bat somewhere else on your hard disk !
9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it ! :

 2nd Trick

 

 
password-protect

1. Open Notepad, Now Copy and Paste given code into it.
cls
@ECHO OFF
title roysfan.blogspot.in
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%== cheezfinder 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
2. Now Save this notepad file as lock.bat (or any other name but .batis must)
3. Double click on lock.bat and a new folder will be created with name MyFolder.
4. Copy all your data you want to password protect in that New MyFolder.
5. Double Click on lock.bat and then when command prompt window appears Type Yand press Enter.
6. Now MyFolder will be hidden from your view, to access that Folder, again double click on lock.bat
7. When its open,It will ask for password enter your password and Done. Your Default password of password protect folder is cheezfinder
To change the password password protect folder replace cheezfinderwith your new password as you want in the above code.
How To Further Secure the password protect files ?
I know You might be thinking that anyone can access the password protect folder.
By opening that lock.bat the password protect file in Notepad or any other text editor. And get the password from code.
So, To make it more secure and safe. Hide lock.bat in some secure location after following the above trick.
Now to access the secured file double click on lock.bat. I would suggest you to copying lock.bat file into Pen Drive and your computer both places.
Whenever you need to access to your protected files go to your pen drive or your safe location in your computer and open the lock.bat file and enter the password.
This is the simple trick to password protect folder without any software.