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

Wednesday, March 26, 2008

Hide Files Within a Image File

All of us have some private data that we wish shouldn't be viewed by others.Even though we protect by making data invisible or locking with some softwares(we can lock without softwares too), our data is not entirely secure. Reason is, there are also softwares for cracking the passwords and some tricks by using which we can view the hidden data.
So what we need is some sought of a technique where only the author of the data knows how to view the data and for others some thing else sholud be displayed.This is known as Steganography.

STEGANOGRAPHY is the art and science of writing hidden messages in such a way that no one apart from the sender and intended recipient even realizes there is a hidden message.Want more then Click Here.

Here is an example.I'm going to show how we can hide files within a image file.

1)First,make an archieve of the files you want to hide.(you require file compression softwares like Winrar or Winzip)

2)Let the name of the archieve be "hidefiles.rar".

3)Select an image file say "img. jpg".

4)Make sure that both the files("hidefiles.rar" and "img.jpg") are in same directory.Say in C:\ Drive.

5)Now,go to Start>Run>cmd and in command prompt go to "C:\" drive.
(for this just type "cd \" and hit enter).

6)Type "copy /b img.ipg+hidefiles.rar new.jpg" (without quotes).

That's it,now go to C:\ drive in Mycomputer and you will see a image file named "new.img".If you open it img.jpg will be opened but with increased size.

To View the files, right-click on "new.jpg">>open with>>choose program>>select Winrar Archieve.

Explanation:Here the copy command merges the 2files in binary mode.It doesn't even corrupt the encoded image file.

Wednesday, January 2, 2008

Useful Run Commands

Here are some Useful Run Commands..

Run Commands

To Access?. - Run Command
Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)* - directx.cpl
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Display Properties (w/Appearance Tab Preselected) - control color
Dr. Watson System Troubleshooting Utility - drwtsn32
Driver Verifier Utility - verifier
Event Viewer - eventvwr.msc
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Folders Properties - control folders
Fonts - control fonts
Fonts Folder - fonts
Free Cell Card Game - freecell
Game Controllers - joy.cpl
Group Policy Editor (XP Prof) - gpedit.msc
Hearts Card Game - mshearts
Iexpress Wizard - iexpress
Indexing Service - ciadv.msc
Internet Properties - inetcpl.cpl
IP Configuration (Display Connection Configuration) - ipconfig /all
IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns
IP Configuration (Release All Connections) - ipconfig /release
IP Configuration (Renew All Connections) - ipconfig /renew
IP Configuration (Refreshes DHCP & Re - Registers DNS) -
ipconfig /registerdns
IP Configuration (Display DHCP Class ID) - ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)
IP Configuration (Display DHCP Class ID) - ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID) - ipconfig /setclassid
Java Control Panel (If Installed) - jpicpl32.cpl
Java Control Panel (If Installed) - javaws
Keyboard Properties - control keyboard
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff
Microsoft Chat - winchat
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed) - nvtuicpl.cpl
Object Packager - packager
ODBC Data Source Administrator - odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed) - ac3filter.cpl
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Performance Monitor - perfmon
Phone and Modem Options - telephon.cpl
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor - eudcedit
Quicktime (If Installed) - QuickTime.cpl
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately) - sfc /scannow
System File Checker Utility (Scan Once At Next Boot) - sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanbo

Wednesday, December 19, 2007

Folder Lock

Hiding your data and using softwares for locking folders are obsolete now..and after all you need to remember the password set to lock the folder while unlocking.

By using a simple trick we can lock and unlock folders without using any so called "Folder Lock" softwares.The trick is as follows

1)Make a folder on the desktop and name it as "folder" or any other desired name.

2)Now, open notepad and copy paste the following
ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D}
and save the file as "lock.bat"(here .bat means batch file).
This file act as lock for the folder created.

3)Now again,open the notepad and copy paste the following
ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder
and save the file as "key.bat".
This file act as key for the locked folder.
4)
Now, double click lock.bat to lock the folder and if you open your folder, control panel will
open up !(you can also see the change in folder icon)

5) 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 !

6)Lock your folder and hide the key.bat somwehre else in hard disk.

7)If you want to unlock,just cut paste the key on desktop and double click it.



Saturday, December 15, 2007

Show your name after time in taskbar

Ever thought of changing the display format of time in the taskbar of ur windows??Then here is a trick to display ur name in place of AM r PM.

1)Click Start

2)Go to Control Panel->Regional and Language Option

3)Click Customize(beside English US)->Go to Time tab

4)Change AM symbol and PM symbol from AM and PM to ur name(or anyother name)->Click Ok

5)Now go to time in taskbar and Double Click it to open "Date and time property"

6)Look place where time changes in digital form i.e. 12:42:52 AM , click to arrow to change the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK

Friday, December 14, 2007

Disabling The Send Error Report to Microsoft

Often the systems with Winxp prompts asking us to Send the Error report to Microsoft whenever system is encountered with an error..Below is a way to disable this feature


1. Open Control Panel

2. Click on Preformance and Maintenance.

3. Click on System.

4. Then click on the Advanced tab

5. Click on the error reporting button on the bottom of the windows.

6. Select Disable error reporting.

7. Click OK

8. Click OK

See Hidden Files Using Dos

Generally we see the hidden files in our computer using Tools>Folder options>View>Show hidden files and folders.

Instead,we can use Dos as shown

at command prompt just type
C:\>dir /ah this command displays all the hidden folders in C drive

Tuesday, November 27, 2007

MS Word Fact

Open Microsoft Word and type

=rand (200, 99)

And then press ENTER

and see the Magic

Funny Trick

A funny trick You can do using Notepad in Windows XP.

Open Notepad.
Type the words as follows:

Bush hid the facts

Now save the file (give it any name you like), close the notepad.
open it again.yuu will see Square characters (or) Chinese letters instead of the words you had written.
It Works Only with XP.

Creating Icons With No Name

To create an icon with no name attached:

Make sure that Num Lock is on
Highlight the Icon you want to change
Right-Mouse click and select Rename
While holding down the Alt key, type 0160
Now the icon will have no name below it.