Social Icons

Showing posts with label Computer Tricks. Show all posts
Showing posts with label Computer Tricks. Show all posts

Thursday, March 14, 2013

Restart Your PC without Restarting Your PC (HoT Reboot)

using this trick you can restart  windows without restarting the PC.
There are many cases where you need to restart your pc for an action to take place like installing software, Drives Etc. , you can skip all this steps.
  To do this,

When you click SHUTDOWN button, make sure you press SHIFT Button also.
If you hold the Shift key down while clicking on SHUTDOWN button,
windows would restart without restarting the Computer.

This is equivalent to term "HOT REBOOT".

Which means to restart all the services of windows without restarting your machine.

Try it out.

Tuesday, February 19, 2013

Glass Skin Pack for Windows 7


Glass Skin Pack - a tool to automatically install the original beautiful theme, designed for Windows 7. After installation of this topic that you have open windows and other graphics will look more like a transparent glass plate, hence the name of the style - Glass GUI.
To install this feature pack updates only need to start to match your system (x32 or x64) installer and wait for the automatic installation of all components. After rebooting the system, you can immediately see the result of the update.
Before starting the installation you need to disable User Account Control and close all running programs. After installation is complete - reboot.
For quick and correct installation of Glass Skin Pack must be removed (if they were installed previously) or other other versions of packages interface changes (Skin Packs).
Downlaod Links

Monday, February 18, 2013

10 Fast and Free Security Enhancements !!!!


1. Check Windows Update and Office Update regularlyc !!!
2. Install a personal firewall. Both SyGate (_www.sygate.com) and ZoneAlarm (_www.zonelabs.com) offer free versions.
3. Install a free spyware blocker. ("Spyware," ) was SpyBot Search & Destroy (_http://security.kolla.de/). SpyBot is also paranoid and ruthless in hunting out tracking cookies.
4. Use strong passwords and change them periodically. Passwords should have at least seven characters; use letters and numbers and have at least one symbol. A decent example would be f8izKro@l. This will make it much harder for anyone to gain access to your accounts.
5. Use a good antivirus that can protect u AVG is one of the best free security provider for home users
6. If you have a wireless network, turn on the security features: Use MAC filtering, turn off SSID broadcast, and even use WPA with the biggest key you can get.
7. When using any software just make sure its downloaded from trusted website
8. Use a good adblocker
9. when giving ur personal information on internet just make sure is it safe
10. Don't download and use stupid apps Facebook hack in one click or etc thay are just hackers tools for getting u hacked !!!!

Sunday, February 17, 2013

Enable God Mode In Windows 7 And Vista

By enabling GOD  mode you can access all your windows setting from one folder and its really easy to access. This will not work with 64 bit operating system. So lets enable God mode on your computer.

  1. On your desktop right click and create a New Folder.

  2. Rename this folder to the code given below.

    {ED7BA470-8E54-465E-825C-9971204­3E01C}


  3. Done now double click on this folder and you will have access to all your windows operating system settings.

          HAPPY HACKING

Wednesday, February 6, 2013

Folder Lock With Password Without Any Software


Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.


if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Monday, February 4, 2013

Use Multiple Firefox Profiles at the Same Time


Did you know that you can run more than one Firefox profile at once? This can be extremely useful if you want to test out extensions more easily, create a web development profile, run a slimmed down profile just for Gmail, or if you just want to have a clean profile.
The first thing you’ll need to do is create a new profile. You’ll need to run the following from a run dialog or command prompt, adjusting the path if necessary.
C:\Program Files\Mozilla Firefox\firefox.exe -profilemanager

Create an extra profile by using the Create Profile wizard, and make sure that each profile has a distinct name. You’ll also want to leave the “Don’t ask at startup” box checked.
The next thing you’ll want to do is make another shortcut to Firefox. You can just copy/paste the current shortcut if you feel like it, then open up the properties page and go to the Shortcut tab.

Add the following to the end of the Target box. As you can see, my profile was named Geek, so that’s what I used.
-P PROFILENAME -no-remote
Now on the second shortcut, which I suggest you give a relevant name to, go into the same place except use the profile name for the secondary profile. Make sure you use the -no-remote option!

Now you should be able to use either shortcut to open a new Firefox window specific to that profile. Extensions, bookmarks, themes, will all be specific to the profile, and a new profile will start off at default.
Note: This assumes you are using Firefox 2.0. If you aren’t, then you should be.

Monday, January 28, 2013

How To Create a bootable pen drive..

Install Windows 7 Using Pendrive

 

Many times we need to have a bootable pen drive if we are a netbook user or sometimes we don’t have a dvd to use, but to create one bootable usb drive is very easy if you follow the below steps:

1. Insert your formatted USB (4GB+ preferable) stick to the system.

2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator or open RUN ,type cmd and hit enter.

3. When the Command Prompt opens, enter the following command:
DISKPART and hit enter.
LIST DISK and hit enter.
Once you enter the LIST DISK command, it will show the disk number of your USB drive.

4. In this step you need to enter all the below commands one by one and hit enter.
SELECT DISK 1 (Replace DISK 1 with your disk number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(Format process may take few seconds)
ASSIGN
EXIT
Bootable USB
now minimise the command window.

5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I am using “D” as my optical (DVD) drive letter and “H” as my USB drive letter.

6. Go back to command prompt and execute the following commands:
D:CD BOOT and hit enter. Where “D” is your DVD drive letter.
CD BOOT and hit enter to see the below message.
BOOTSECT.EXE/NT60 H:
(Where “H” is your USB drive letter)
USB Bootable

7. Copy Windows DVD contents to USB.
now you have completed making a bootable pen drive , you can preserve it for any no of uses and format it too if u want it back to be used as a data traveller device.


NOTE:In making a pen drive bootable we convert it into NTFS format from FAT 32,this makes USB losses its efficiency,so,i prefer not to make pen drives bootable.

Sunday, January 27, 2013

ByPaSs window 7 login without any CD's

Follow the steps to bypass:
1) Press the power button to turn on your computer.
2) While ur on the screen with the animated microsoft logo press and hold the power button until turn off.
3) Press the power button to turn on again.
4) You should now see the option to bunch Start Up repair.. Select the option and press enter.
5) Run Startup Repair.
6) You should see a blue bar tht moves across the screen repeatedly. Above it should be messages
tht say "searching for problems" or something. The message should change to "Attempting repairs" within a few minutes.
7) Leave the computer running. This message should be there for 10-40 minutes depending on your computer.
A message should pop up tht says "start up repair could not fix the problem". Click the arrow next to "show problem details".
8) Scroll to the bottom and click the lnk to the .txt .
9) Notepad should open up with the file.
10) In notepad click File->Open. You can now use the file browser to perform the sethc.exe hack .
11) Go to C:Windows\system32 and find sethc.exe and rename to random.exe or somethign.
12) Copy the cmd.exe and rename the copied file to sethc.exe
13) Restart the computer and at the login screen press the "shift" key 5 times n quick succession.
14) Type in the cmd window "control userpasswords2" without the quotation marks.
15) You can now make a new admin account and login

Wednesday, January 23, 2013

How to remove or modify the ugly arrows from the shortcut icons?


Arrows from the shortcut icons can be removed by two ways :
-Using an application (Vista Shortcut Manager).
-Another by creating some keys in registry editor(manually).




-----Using an application
-There are various applications using which we can remove and modify the shortcuts.
-Vista Shortcut Manager is one of the application using which we can remove or modify the shortcut arrows.


-This application is easy to use. Just open this application choose what you want to do.
-After selecting the desired option. Click on apply.
-Restart the computer settings will be applied.

http://www.mediafire.com/?dg5v20c56sslv57

It also works on Windows 7



-----Doing Manually
-Click on start button.
-Type regedit. or go to run and type regedit.
-Navigate HKEY_LOCAL_MACHINE>Software>Microsoft>Windows>Current Version>Explorer>Shell icons.
-Create a new string value under this key by right clicking and name it as 29
-Set its value to C:\WINDOWS\system32\shell32.dll,52
-Close the Registry editor, and restart your computer for changes to take effect
How to remove or modify the ugly arrows from the shortcut icons?



  Arrows from the shortcut icons can be removed by two ways :
-Using an application (Vista Shortcut Manager).
-Another by creating some keys in  registry editor(manually).




-----Using an application 
-There are various applications using which we can remove and modify the shortcuts. 
-Vista Shortcut Manager is one of the application  using which we can remove or modify the shortcut arrows.
 

-This application is easy to use. Just open this application choose what you want to do.
-After selecting the desired option. Click on apply.
-Restart the computer settings will be applied.

http://www.mediafire.com/?dg5v20c56sslv57

It also works on Windows 7



-----Doing Manually
-Click on start button.
-Type regedit. or  go to run and type regedit.
-Navigate HKEY_LOCAL_MACHINE>Software>Microsoft>Windows>Current Version>Explorer>Shell icons.
-Create a new string value under this key by right clicking and name it as 29
-Set its value to C:\WINDOWS\system32\shell32.dll,52
-Close the Registry editor, and restart your computer for changes to take effect

#pVn

Wednesday, January 16, 2013

How To Hide Message Under Images.....

It may seem known to many of you....

We can hide messages under pictures or combine any extensions files with other

extensions.

follow these steps :
1. Go to command prompt  


2. go to the location of files (files
should be located in the same
place eg. desktop)


3. use copy keyword
eg. i have to combine
Tajmahal.jpg and passwords.txt to
taj.jpg located at desktop 

>>run >>cmd >>c:......desktop>>
....desktop>copy /b tajmahal.jpg + passwords.txt taj.jpg

@hackingtricksmaster

Tuesday, January 8, 2013

HOW TO: Make your computer talk like Iron man's Jarvis


You Must have Watched The Movie "IRON MAN","The Avengers" and Tony Stark's Talking Computer "jarvis". Despite being busy, i saw the movie "iron" few months ago and since then I was thinking to make something like "Jarvis"
The project development on "human computer interface" and "Gestural interface" has already been started by my side, which are capable of having feature like voice recognition,gestural interfaces. Some of those projects have been partially developed and working in desired manner, but few features and modules are yet to implement and on their way of completion in very short span of time.

So lets come to the body of this article.The reason of writing this post for my readers is to share what I've achieved till yet in this journey of Artificial Intelligence. Here is one gift GIFT for my readers in the form of a PROJECT with the topic "how make your computer talk like Jarvis".Jarvis is totally based on Artificial intelligence aka Artificial Brain. Eventually, we can't such a huge artificial brain by using these following steps because of the simplicity and efficiency of this project. But I can make you assure that after this you make your computer talk, and this will be your first interestingly step in the world of Artificial intelligence. And later, you can go in more deeper as soon as you'll come to know its depth.So Lets start with your first step in this world with this example :

Example 1 :Give a Name to your Computer  Like "Jarvis" and when you'll say "Jarvis" it will reply "Hello sir" or "Hello Mr. (Your Name)". orYou : Who are you ??Computer : I'm chitti The robo Speed, 1 terahertz, memory, one  zettabyte(Just Like Rajnikanth's Moive "robot", (Enthiran) in Tamil.)

Example 2 :YOU:  Good Morning Jarvis !COMPUTER : Good Morning Mr. Stark ! how are you Today !

So, Little wondering how these things going to work out ? Here you can transform your wondering into reality. Follow these codes :

Example 1 : <listenFor>Jarvis</listenFor><speak>Hello Mr. STark</speak></command></speechMacros>

Example 2 :<listenFor>Good Morning Jarvis</listenFor><speak>Good Morning Sir. how are you today</speak></command></speechMacros>

Further, more you can use these lines of codes for Shutting down Computer :<speechMacros><command><listenFor>Nuke it</listenFor><speak>Restarting Windows</speak><run command="C:\Windows\System32\shutdown.exe"/></command></speechMacros>

To make it more intresting and realastic you need a bit knwoledge of VB.NEThere is one example

<speechMacros><command><listenFor>Time</listenFor><listenFor>Give me the Time</listenFor><listenFor>What is the time</listenFor><listenFor>Tell me the time</listenFor><listenFor>What time is it</listenFor><script language="vbscript"><![CDATA[dim currentTimecurrentTime = FormatDateTime(Time(), 1)Application.Speak TimeApplication.SetTextFeedback Time]]></script></command>

now i have ms exel work then..

<command priority="100">  <listenFor>insert row above</listenFor>  <sendKeys>{ALT}jla</sendKeys></command><command priority="100">  <listenFor>insert row below</listenFor>  <sendKeys>{ALT}jle</sendKeys></command><command priority="100">  <listenFor>insert column before</listenFor>  <sendKeys>{ALT}jll</sendKeys></command><command priority="100">  <listenFor>insert column after</listenFor>  <sendKeys>{ALT}jlr</sendKeys></command><command priority="100">  <listenFor>merge cells</listenFor>  <sendKeys>{ALT}jlm</sendKeys></command><command priority="100">  <listenFor>split table</listenFor>  <sendKeys>{ALT}jlq</sendKeys></command><command priority="100">  <listenFor>delte row</listenFor>  <listenFor>delte rows</listenFor>  <sendKeys>{ALT}jdr</sendKeys></command><command priority="100">  <listenFor>delete column</listenFor>  <listenFor>delete columns</listenFor>  <sendKeys>{ALT}jdc</sendKeys></command><command priority="100">  <listenFor>?show table properties</listenFor>  <sendKeys>{ALT}jdo</sendKeys></command><command priority="100">  <listenFor>?show ?hide table gridlines</listenFor>  <sendKeys>{ALT}jltg</sendKeys></command>

Track chnages in Music
<command priority="100">
  <listenFor>next change</listenFor>
  <sendKeys>{ALT}rh</sendKeys>
</command>
<command priority="100">
  <listenFor>accept change</listenFor>
  <sendKeys>{ALT}rac</sendKeys>
</command>

To click
<command priority="100">
 <listenFor>?mouse click</listenFor>   <mouse button="left" command="click" />
</command>if you need codes of any command leave comment below, and i will try to give you source codes.

How to Get Started  ??Things you need -A microphone or internal Microphonewindows 7 and windows speech macros, download it from here
install it then make Macros to start work
Now open notepad and paste code in notepad
for example
<listenFor>Jarvis</listenFor><speak>Hello Mr. STark</speak></command></speechMacros>paste it and save as filename.WSRMac.WSRMac extention is must for it,then Goto your WSRMac file and click onNow click on "import signing Cerificate" and automaticly it will save a digital signature for it.



Now open Speech recognition

Now Give Your Instructions, you can minizmise to hide this window

Enjoy Talking to your Computer ! :D

@hackingtricksmaster

Saturday, January 5, 2013

How to Hide a folder without any third party Software !

Step 1 :

 Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}
For eg,-
If u’ve a folder with name “Anything”
press F2,
then type, “Anything.{645FF040-5081-101B-9F08-00AA002F954E}”
and Press Enter.


Step 2 :
 
 To get back to its original form,
Make a new batch file with any name and type
“ren Anything.{645FF040-5081-101B-9F08-00AA002F954E} Anything”.

Friday, January 4, 2013

How to recover hidden Files from Virus infected USB Pendrive

You can Read below to know how to do it Manually recover Hidden Files By Virus .
Now a days all the people use USB Flash drives like Pendrive, External Hard Disk and Many more. They all skipped DVD, CD and all optical Disc because it takes time to copy and it cannot be reused. So USB Pendrives are now with all people. I used to see all over my college, they hang USB pendrive in their necks. They carry Music, Movies, Datas in that. How USB flash drives improves as the mean while USB virus also increases along with that.
USB PENDRIVE VIRUS
If you have some nasty virus on USB drive that hide all your file in the drive? ie; hides your files and folders, creates exe file extensions of your folders and even corrupt your files. You can view these files by going to Tools>>Folder Options ..But the attributes of these files often stay unchanged even if you uncheck hidden attribute on file/folder properties.
Here i going to tell the Permanent Solution for recovering hidden files by Command prompt in windows operating system.

Step One:

Plug your USB Pendrive or External HDD or Memory Card which is Affected.

Step Two:

Go to Start -> Run-> Type CMD and Enter

Step Three:

Find the drive letter for the connected USB drive. For Example, I:
In command prompt, type I:
and Hit enter. Command Prompt will show I:/

Step Four:

Then type
attrib -s -h /s /d *.*

  And Hit Enter

Make sure that you put space between each elements in the code.
and hit enter and wait for few seconds.
Check the Screen Shot of Above Steps:

Now check your USB pendrive you can see your files are back in their locations.