Friday, October 30, 2009

How put your picture in My Computer properties?

Step 1: Open Run and type Notepad.It will open notepad.

Step 2: Type the Following in that notepad,

[General]
Manufacturer="Your Name"

[Support Information]
Line1= Your Contact Address
Line2= Your Contact Number

Step 3: Save the file with the name "oeminfo.ini"

Step 4: Save the picture which you want place in My Computer
properties
with the name "oemlogo".Make sure it is ".bmp"
file


step 5: Open Run and type System32.It will open that folder.

step 6: copy these two files(oeminfo.ini & oemlogo.bmp) and place it
in System32
folder.

step 7: Now it is done.you will get your picture and information in
"My Computer"
properties.

Source :
Some Orkut Community

Purpose :
Customization of your computer

Saturday, July 26, 2008

Hide Secret Files in JPG images

Trick to hide secret files inside the jpeg images

Let me Describe the way with an example,
pic.jpeg-------->Picture File(to be used to hide secret file)
movie.wmv------>Secret File
First of all convert the movie file in .rar using winrar
then point to the folder where these are located in command prompt
then type the following command,

copy /b pic.jpg+movie.rar new.jpg

after executing this command you will be getting the reply as 1 file(s) copied.
thats it you are done.

if you double click that new.jpg it will open into a picture
if you open it with a winrar you can see the movie file

Friday, June 27, 2008

Hide Folder From View( Hiding using Dos Promt)

Way To Hide Folder and Add other Attributes

If you want hide your folder say,
in d:\sample then you have to go to command prompt
go to corresponding folder and type

Attrib "folderName"_+r_+a_+s_+h

or

Attrib "folderName"_+h_+s

after executing the above command.The folder will be removed from sight
to see it again,

Attrib "folderName"_-r_-a_-s_-h

or

Attrib "folderName"_+h_+s

after executing the above command you can see the folder.

Note : Folder name should come within quotations and replace "_" with space.

Explanation:

+R - Use the +R option to make a file read-only. Read-only files may be read but they can`t be changed or deleted.

-R - Use the -R option to change the file protection attribute back to normal (so it can be read, changed, or deleted).

+A - Use the +A option to set the ARCHIVE attribute of a file. When the +A option is used, this flags the file as available for archiving when using the BACKUP or XCOPY commands.

-A - Use the -A option to turn off the ARCHIVE attribute.

+H - With DOS Versions 4 through 6, use the +H option to set the HIDDEN attribute of a file so that it will not appear in a directory listing.

-H - Use the -H option to turn off the HIDDEN attribute.

+S - With DOS Versions after Version 4, use the +S option to set the SYSTEM attribute of a file. When the +S option is used, this flags the file as a command file used only by DOS. The file will not appear in a directory listing. This attribute is generally reserved for programmers.

-S - Use the -S option to turn off the SYSTEM attribute.

after executing the above command you can see the folder.



Security Threat:
If the user tries to access from command prompt he can access its contents.

Source:
Other Blogs

Locking Folder Without Using Software(Another Way)

Locking Folder Without Using Software Another Simpler Way

Locking Folders:
Consider you want to lock a folder named XXXX in your E:\, whose path is E:\XXXX.
Now open the Notepad and type the following

ren E:\xxxx xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Where xxxx is your folder name. Save the text file as loc.bat in the same drive.
Open another new notepad text file and type the following

ren
E:\xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D} xxxx

Save the text file as key.bat in the same drive.
Steps to lock the folder:
To lock the xxxx folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.


Explanation:
The actual Process we are actually converting the folder into control panel.
xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D}
this line will convert the folder xxxx to control panel
and vice versa


Security Threat:
If the user tries to open through cmd prompt he will be able to do it, by going to the corresponding folder by using
cd directoryname command
and then open the file name inside it(which you get by pressing tab)
by command open filename
it will go to open with dialog.from there you can open it.
If dont want to secure at a high level you can use this method

Source:
Some Orkut community

Tuesday, June 24, 2008

Folder Lock Without any S/w

Folder Lock Without any Software

1.Open Notepad and copy the below code and save as "locker.bat".
2.At first time start it will create folder with Locker automatically for you.
3.Don’t forget to change your password in the code it’s shown the place where to type your password.
4.After creation of Locker folder again click on the "locker.bat".
5.It will ask.press Y then Locker folder will be disappeared.
6.Again to get it click on locker.bat. and give your password u will get the folder again.


cls
@ECHO OFF
title Folder Locker
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


Explanation:
Actually we are converting the folder to control panel and hiding
it by setting attributes
we are doing password check if it is cleared we are reverting the changes we did to the folder.

Source :

From Collegues in my Company.

Monday, June 16, 2008

Simple Trick to Block the Website

This summary is not available. Please click here to view the post.

Sunday, June 15, 2008

Lock The Work Station

How to Lock a WorkStation Using ShortCut on Desktop,
Lock the Windows 2000 and Windows XP workstation

rundll32 user32.dll,LockWorkStation

create a new shortcut by using the desktop rightclick menu ,
1.A new shortcut will be created in desk top.
2.And it will ask for a location
3.In that location textfield type above given line(line in blue color)
4.Click Next ,It will ask for name give any useful name
5.Thats it you can use it as a shortcut to lock the workstation

Note:
This wont be of much help to normal users,
but it will be helpful for the programmers,
Normal users can use the following simple shortcuts,

Other Short cut keys to lock the workstation are,
1.Windows Key + l(windows key and letter 'l')
2. Press Ctrl+Alt+Delete ,after that press enter key

Source:
Orkut community