Protecting the Folder in Windows XP...
I have just told you about CLSID. Its true that microsoft named all its COM objects with a
unique CLSID. This ID is responsible for any behaviorial instinct in your file system. So
the trick is very simple. IF we could somehow apply this trick to change the behaviour of a
folder created by you with some system defined ones, our job will be over.
To do this let us create a folder named "abc" (without quotes). Now, you need to assign
something to this folder so that it could be disallowed to open... Just there is a CLSID to
do that.
open notepad and write
"ren abc abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" without quotes. Save the file with
".bat" extension. Let us save it as protect.bat (This is the extension of batch files) in
the same location where the folder in so that it can be directly be called upon. I mean to
say you need to create the batch file in the parent directory of abc. Double click on the
file and your folder will be locked.
To unprotect it just change the line to this:
"ren abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} abc"
You will have to change the folder name in place of abc. Thats all.
Monday, February 25, 2008
Protecting the Folder in Windows XP
To attach an application with your folder
To attach an application with your folder:
Well, you can attach any application with your folder. Even the System services like My
Computer or Recycle bin. Just you will have to create a batch file and write
"ren abc abc.{FB0C9C8A-6C50-11D1-9F1D-0000F8757FCD}" to make it behave like Scanners and
Faxes. This trick will be applicable to any of the folders or files.
To unprotect, you will need to write
"ren abc.{FB0C9C8A-6C50-11D1-9F1D-0000F8757FCD} abc". Where abc is the folder name. I am
giving some of the CLSID. Try them and get your work done easily....
CLSID
"{85BBD920-42A0-1069-A2E4-08002B30309D}"="Briefcase"
"{BD84B380-8CA2-1069-AB1D-08000948F534}"="Fonts"
"{7007ACC7-3202-11D1-AAD2-00805FC1270E}"="Network Connections"
"{992CFFA0-F557-101A-88EC-00DD010CCC48}"="Network Connections"
"{E211B736-43FD-11D1-9EFB-0000F8757FCD}"="Scanners & Cameras"
"{FB0C9C8A-6C50-11D1-9F1D-0000F8757FCD}"="Scanners & Cameras"
"{905667aa-acd6-11d2-8080-00805f6596d2}"="Scanners & Cameras"
"{3F953603-1008-4f6e-A73A-04AAC7A992F1}"="Scanners & Cameras"
"{83bbcbf3-b28a-4919-a5aa-73027445d672}"="Scanners & Cameras"
"{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"="Scheduled Tasks"
"{0DF44EAA-FF21-4412-828E-260A8728E7F1}"="Taskbar and Start Menu"
"{2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}"="Search"
"{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}"="Help and Support"
"{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"="Help and Support"
"{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}"="Run..."
"{2559a1f4-21d7-11d4-bdaf-00c04f60b9f0}"="Internet"
"{2559a1f5-21d7-11d4-bdaf-00c04f60b9f0}"="E-mail"
"{D20EA4E1-3957-11d2-A40B-0C5020524152}"="Fonts"
"{D20EA4E1-3957-11d2-A40B-0C5020524153}"="Administrative Tools"
"{01E04581-4EEE-11d0-BFE9-00AA005B4383}"="&Address"
"{FF393560-C2A7-11CF-BFF4-444553540000}"="History"
"{7A9D77BD-5403-11d2-8785-2E0420524153}"="User Accounts"
"{32714800-2E5F-11d0-8B85-00AA0044F941}"="For &People..."
"{5464D816-CF16-4784-B9F3-75C0DB52B499}"="Yahoo! Mail"
"{B41DB860-8EE4-11D2-9906-E49FADC173CA}"="WinRAR shell extension"
"{BDEADF00-C265-11D0-BCED-00A0C90AB50F}"="Web Folders"
"{F2CF5485-4E02-4f68-819C-B92DE9277049}"="&Links"
"{416651E4-9C3C-11D9-8BDE-F66BAD1E3F3A}"="PhoneBrowser"
Changing the size of Preview images
Changing the size of Preview images:
Open Registry and navigate to
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer". Click on
"edit->New->DWORD-Value" Name the new entry "ThumbnailSize". Double Click on the entry,
select the "Decimal" radio button and enter the number between 32 and 256. The default
value is 96. Enter larger value to increase the thumbnail size. Confirm the change by
clicking on "OK". Restart windows Explorer for the changes to take effect.
Hide Disk Drives from Hard disk
Hide Disk Drives from Hard disk:
Open Registry and navigate to
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\Explorer". Create a
new entry by clicking on edit-> new->"Dword value". Name the value as 3fffffff.
Now each drive letter has a number. The value of the key will be the sum of the drive
letter numbers. Some of the numbers are :
A:=1, B:=2,C:\4,D:=8,e:=16,f:=32,g:=64,H:=128,I:=256,j:=512,k:=1024,L:=2048 and so on.
..... Now if you want to hide "C:" and "D:" , you just have to enter value as '12'(4+8).
Enter as decimal value in the dword key and restart windows.
To get back your drives just delete the key called "3fffffff".
Repairing the context menu of folders
Repairing the context menu of folders:
Navigate to "HKEY_CLASSES_ROOT\Directory\shell" key. Select the incorrect command and
delete it. Now on the right hand side of the Registry editor double click on the value
named Default. Replace the name of the undesired context menu command with open. This way
you transfer further controls to file type folder. Now open windows explorer. Click on
tools->folder options. Select the entry none folder in the "File types" tab. Click
advanced. Only one action other than "Open" can be defined in the dialog box, which should
be set as default. Confirm the dialog box with "OK" and close.
Now when you open windows explorer, dbl clicking on any folder will open it rather than
exploring.
Protect taskbar from any changes
Protect taskbar from any changes:
Open Registry and navigate to
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\Explorer". Now click
on edit->new->DWORD-Value and create an entry with the name "LockTaskbar". Double click on
it and set the value to "1". This will disable the context menu "Lock the Taskbar". To
enable it, just change the value to "0" again.
Some tricky windows registry options
Some tricky windows registry options:
Well, the total thing is going very long, lets do it in short. Open registry and navigate
to "HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies\explorer". Under this
create a DWORD-Value and name it from the list below to impose restriction. The value of
which will be 1 to restrict and 0 to remove restriction. Lets look at the following list:
NoDeletePrinter: Disables Deletion of already installed Printers
NoAddPrinter: Disables Addition of new Printers
NoRun : Disables or hides the Run Command
NoSetFolders: Removes Folders from the Settings option on Start Menu (Control Panel,
Printers, Taskbar)
NoSetTaskbar: Removes Taskbar system folder from the Settings option on Start Menu
NoFind: Removes the Find Tool (Start >Find)
NoDrives: Hides and does not display any Drives in My Computer
NoNetHood: Hides or removes the Network Neighborhood icon from the desktop
NoDesktop: Hides all items including, file, folders and system folders from the Desktop
NoClose: Disables Shutdown and prevents the user from normally shutting down Windows.
NoSaveSettings: Means to say, 'Don't save settings on exit'
DisableRegistryTools: Disable Registry Editing Tools (If you disable this option, the
Windows Registry Editor(regedit.exe) too will not work.). So be very careful.
NoRecentDocsHistory: Removes Recent Document system folder from the Start Menu (IE 4 and
above)
NoFileMenu _ Hides the Files Menu in Explorer
NoActiveDesktop - No Active Desktop
NoActiveDesktopChanges- No changes allowed
NoInternetIcon - No Internet Explorer Icon on the Desktop
NoFavoritesMenu - Hides the Favorites menu
NoChangeStartMenu _ Disables changes to the Start Menu
NoFolderOptions _ Hides the Folder Options in the Explorer
NoLogoff - Hides the Log Off .... in the Start Menu
NoViewOnDrive – Restrict a drive to open
NoTrayContextMenu - No context menu in tray.
NoStartMenuSubFolders
NoWindowsUpdate
NoViewContextMenu
EnforceShellExtensionSecurity
LinkResolveIgnoreLinkInfo
NoDriveTypeAutoRun
NoStartBanner
NoSetActiveDesktop
NoNetConnectDisconnect
ClearRecentDocsOnExit: Clears the Recent Documents system folder on Exit.
RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey
Under the same key "HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies" you can
create new subkeys other than the already existing Explorer key. Now create a new key and
name it System. Under this new key, system we can create the following new DWORD values(1
for enabling the particular option and 0 for disabling the particular
option):
· NODispCPL: Hides Control Panel
· NoDispBackgroundPage: Hides Background page.
· NoDispScrsavPage: Hides Screen Saver Page
· NoDispAppearancePage: Hides Appearance Page
· NoDispSettingsPage: Hides Settings Page
· NoSecCPL: Disables Password Control Panel
· NoPwdPage: Hides Password Change Page
· NoAdminPaqe: Hides Remote Administration Page
· NoProfilePage: Hides User Profiles Page
· NoDevMgrPage: Hides Device Manager Page
· NoConfigPage: Hides Hardware Profiles Page
· NoFileSysPage: Hides File System Button
· NoVirtMemPage: Hides Virtual Memory Button
Similarly, if we create a new subkey named WinOldApp, we can add the following
DWORD values under it(1 for enabling the particular option and 0 for disabling the
particular option):
Disabled: Disable MS-DOS Prompt
NoRealMode: Disable Single-Mode MS-DOS.
To Lock Desktop using [ctrl]+[Alt]+[Del] key combination
To Lock Desktop using [ctrl]+[Alt]+[Del] key combination:
Just open control panel->User Accounts. Select the action "Change the way users log on or
off". Uncheck the option "Use the Welcome Screen" and click apply. The old security dialog
box will now appear if you click [ctrl]+[Alt]+[Del]. Now press spacebar to lock desktop.
Allow other users to access system services:(Restricting others from access services that
are used by users)
You can curtail the services used on the network
You can curtail the services used on the network. Such tasks are regulated by group
policies. On a local system, in your case, you are however required to define security
template. This way you can apply the desired settings on the machine via the Snap-in
"Security Configuration and analysis".
First load the Microsoft Management Console. Click on Start->Run, type "mmc" and click on
"OK". Open the existing console file or create a new one by clicking on "File->Add/Remove
Snap-in". Then in the Standalone tab click on "Add". Now close all the dialog boxes that
have been opened. In the console, now open the "Security template" by clicking on the
preceding plus sign. Right click on the desired directory and select "New Template". Name
the template, give a description for it and click on "OK". Open the "Security template"
folder and the file with the new template that you created. Go to the entry "System
Service" under "Compatws". Right click on the desired service for e.g. Print Queue" and
select properties. Activate the option "Define this policy setting in the template". The
security setting are opened. Here click on "Add" in the input field of the following dialog
box, type the name of the user who should get the rights to the service. Click on "Verify
name" and on successful colclusion, click ok. The new user is now added to the previous
dialog box and is marked. Under this, you can define the authorizations for him. A user
should at least able to "Read". "Start, pause and suspend" to be able to start and end a
service. Activate the necessary control box in the "Allow" column. Finally, confirm the
settings with "Apply" and "OK". Again, defina the start moder or the service in the
original dialog box. Select Automatic" to do this, and reconfirm with "Apply" And "OK".
To Restrict user timely login
To Restrict user timely login:
Xp offers a possibility of deciding the logon times for each user in the system.Comfortable
access to the settings is howev er only possible with the server version. The quickest way
to do this in XP is by command line.
The "net user" command followed by the appropriate user account and the option "/times"
enabhle the configuration of the logon times. For example to restrict access to the guest
account, enter the follwing command
net user guest /times:Mo Fr,10 18;Sa,9 12
The change is effective immediately. The user can login from Monday to Friday between 10 to
18 and Saturday between 9 to 12. Outside this range will ask for password. And even if you
give correct password, it will reject it being wrong.
To cancel the timely constraing just type
net user guest /times:all
To Prolong timeout for restarting after windows update
To Prolong timeout for restarting after windows update:
Open Registry, Navigate to
"HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\windows\Windowsupdate\AU". If both the
sub-keys "Windowsupdate\AU" are not present, create tjese with "Edit->new->key". Create a
new entry "RebootWarningTimeoutEnabled" in the right side of the Registry editor by
clicking on "Edit->new->DWORD-Value". Open it and set its value to 1. With this you enable
the instruction of an interval. Create another value called "RebootWarning-Timeout". Enter
the desired span in minutes as the value eg. 30. Additionally, the span between the
consistent "Restart later" messages can also be prolonged. This can be done with other
entries in the Registry key used above. Create a DWORD-Value with the name
"Reboot-RelaunchTimeoutEnabled" and set it to 1. Then create the DWORD value,
"RebpptRelaunch-Timeout" and enter the desired duration in minutes after which Windows
should repeat the message.
20 things you didn't know about Windows XP
20 things you didn't know about Windows XP
You've read the reviews and digested the key feature enhancements and operational
changes. Now it's time to delve a bit deeper and uncover some of Windows XP's secrets.
1. It boasts how long it can stay up. Whereas previous versions of Windows were coy
about how long they went between boots, XP is positively proud of its stamina. Go to the
Command Prompt in the Accessories menu from the All Programs start button option,
and then type 'systeminfo'. The computer will produce a lot of useful info, including the
uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called
info.txt you can look at later with Notepad. (Professional Edition only).
2. You can delete files immediately, without having them move to the Recycle Bin first.
Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration,
Administrative Templates, Windows Components, Windows Explorer and find the Do
not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will
reveal a great many interface and system options, but take care -- some may stop your
computer behaving as you wish. (Professional Edition only).
3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut
on your desktop using a right mouse click, and enter 'rundll32.exe
user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like.
That's it -- just double click on it and your computer will be locked. And if that's not
easy
enough, Windows key + L will do the same.
4. XP hides some system software you might want to remove, such as Windows
Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit,
edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You
can
then go to the Add or Remove Programs in the Control Panel, select Add/Remove
Windows Components and there will be your prey, exposed and vulnerable.
5. For those skilled in the art of DOS batch files, XP has a number of interesting new
commands. These include 'eventcreate' and 'eventtriggers' for creating and watching
system events, 'typeperf' for monitoring performance of various subsystems, and
'schtasks' for handling scheduled tasks. As usual, typing the command name followed by
/? will give a list of options -- they're all far too baroque to go into here.
6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more
than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install'
into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the
command line to find out more. If you don't know what IPv6 is, don't worry and don't
bother.
7. You can at last get rid of tasks on the computer from the command line by using
'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out
by
typing 'tasklist', which will also tell you a lot about what's going on in your system.
8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On
slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u
zipfldr.dll' at the command line. If you change your mind later, you can put things back
as they were by typing 'regsvr32 zipfldr.dll'.
9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't
have it enabled by default. It's well worth trying, especially if you were there for DOS
and all those years of staring at a screen have given you the eyes of an astigmatic bat. To
enable ClearType, right click on the desktop, select Properties, Appearance, Effects,
select ClearType from the second drop-down menu and enable the selection. Expect best
results on laptop displays. If you want to use ClearType on the Welcome login screen as
well, set the registry entry HKEY_USERS/.DEFAULT/Control
Panel/Desktop/FontSmoothingType to 2.
10. You can use Remote Assistance to help a friend who's using network address
translation (NAT) on a home network, but not automatically. Get your pal to email you a
Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a
NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they
can find this out by going to www.whatismyip.com -- and get them to make sure that
they've got port 3389 open on their firewall and forwarded to the errant computer.
11. You can run a program as a different user without logging out and back in again.
Right click the icon, select Run As... and enter the user name and password you want to
use. This only applies for that run. The trick is particularly useful if you need to have
administrative permissions to install a program, which many require. Note that you can
have some fun by running programs multiple times on the same system as different users,
but this can have unforeseen effects.
12. Windows XP can be very insistent about you checking for auto updates, registering a
Passport, using Windows Messenger and so on. After a while, the nagging goes away, but
if you feel you might slip the bonds of sanity before that point, run Regedit, go to
HKEY_CURRENT_USER/Software/Microsoft/Windows/Current
Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with
a value of 0.
13. You can start up without needing to enter a user name or password. Select Run...
from the start menu and type 'control userpasswords2', which will open the user accounts
application. On the Users tab, clear the box for Users Must Enter A User Name And
Password To Use This Computer, and click on OK. An Automatically Log On dialog box
will appear; enter the user name and password for the account you want to use.
14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it
to.
Start the browser, select Tools / Internet Options... and Advanced, go down to the
Security area and check the box to Empty Temporary Internet Files folder when browser
is closed.
15. XP comes with a free Network Activity Light, just in case you can't see the LEDs
twinkle on your network card. Right click on My Network Places on the desktop, then
select Properties. Right click on the description for your LAN or dial-up connection,
select Properties, then check the Show icon in notification area when connected box.
You'll now see a tiny network icon on the right of your task bar that glimmers nicely
during network traffic.
16. The Start Menu can be leisurely when it decides to appear, but you can speed things
along by changing the registry entry HKEY_CURRENT_USER/Control
Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like
0.
17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in
a window, then right click on one and rename it. All the other files will be renamed to
that name, with individual numbers in brackets to distinguish them. Also, in a folder you
can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.
18. Windows Media Player will display the cover art for albums as it plays the tracks -- if
it found the picture on the Internet when you copied the tracks from the CD. If it didn't,
or if you have lots of pre-WMP music files, you can put your own copy of the cover art in
the same directory as the tracks. Just call it folder.jpg and Windows Media Player will
pick it up and display it.
19. Windows key + Break brings up the System Properties dialogue box; Windows key +
D brings up the desktop; Windows key + Tab moves through the taskbar buttons.
Replace your STARTUP and SHUTDOWNscreen images (bitmaps) in Windows 95 or Windows 98:
Hidden Programs in XP
Hidden Programs in XP:
Below are the lists of some of the Hidden Programs in the Windows XP operating System. Go
to start and select Run. There typing the command on right side of the list will open the
application in the left side.
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 /scanboot
System File Checker Utility (Return to Default Setting)- sfc /revert
System File Checker Utility (Purge File Cache)- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x
System Information- msinfo32
System Properties - sysdm.cpl
Task Manager - taskmgr
TCP Tester - tcptest
Telnet Client - telnet
Tweak UI (if installed) - tweakui
User Account Management- nusrmgr.cpl
Utility Manager - utilman
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed)- ntbackup
Windows Explorer - explorer
Windows Firewall- firewall.cpl
Windows Magnifier- magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows Picture Import Wizard (need camera connected)- wiaacmgr
Windows System Security Tool - syskey
Windows Update Launches - wupdmgr
Windows Version (to show which version of windows)- winver
Windows XP Tour Wizard - tourstart
Wordpad - write
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor - eudcedit
Quicktime (If Installed)- QuickTime.cpl
Quicktime Player (if installed)- quicktimeplayer
Real Player (if installed)- realplay
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
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
Malicious Software Removal Tool - mrt
Microsoft Access (if installed) - access.cpl
Microsoft Chat - winchat
Microsoft Excel (if installed) - excel
Microsoft Frontpage (if installed)- frontpg
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Powerpoint (if installed)- powerpnt
Microsoft Word (if installed)- winword
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Nero (if installed)- nero
Netmeeting - conf
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
Outlook Express - msimn
Paint - pbrush
IP Configuration (Display Connection Configuration) - ipconfi/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(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns
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.....
Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware - Wizardhdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed)- photoshop
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
Control Panel - control
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
Files and Settings Transfer Tool- migwiz
File Signature Verification Tool- sigverif
Findfast- findfast.cpl
Firefox (if installed)- firefox
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
Help and Support- helpctr
HyperTerminal- hypertrm
Iexpress Wizard- iexpress
Indexing Service- ciadv.msc
Internet Connection Wizard- icwconn1
Internet Explorer- iexplore
Internet Properties- inetcpl.cpl
Internet Setup Wizard- inetwiz
Do you dislike the Windows startup and shutdown screens, and wish to replace them with your
Do you dislike the Windows startup and shutdown screens, and wish to replace them with your
own images? Here's how:
1. On your c:\ drive (root directory), you will find the following files:
LOGO.SYS startup screen LOGOS.SYS shutdown screen
LOGOW.SYS "wait to shutdown" screen
2. COPY these files to a floppy disk before attempting to alter them. You may want to
replace them if you decide or need to use them again.
3. Despite the .sys extensions, these files are standard bitmaps (.bmp files)
Once you've copied them, change the extension on one of your copies to .bmp and view it in
Ms.Paint Check the IMAGE, ATTRIBUTES menu and note that it is 320 pixels (pels) wide and
400 pixels high.
4. Before you replace any of these images, you need to find or create, or crop a bitmap
image to 320 x 400. Choose your image, and set the size in IMAGE, ATTRIBUTES in Ms.Paint.
5. Save your new image to your floppy disk, naming it after the logo file you intend to
replace (using the .sys extension).
6. Now, on the c:\ drive, change the extension of the original logo file (the one you are
replacing) to .bmp. This way, you'll have two originals in case of trouble -one on your c:\
drive and one on your floppy disk.
7. Now, move your new logo file into your root c:\ directory. The next time you start up or
shut down, you'll see your new screen.
8. If you don't like your new image, move it out of your root directory and replace it with
one of your original files (with the .sys extension).
Be sure to do this before you exit and re-enter Windows.
Exiting Windows the Cool and Quick Way
Exiting Windows the Cool and Quick Way
Normally it takes a hell lot of time just Shutting down Windows, you have to move your
mouse to the Start Button, click on it, move it again over Shut Down, click, then move it
over the necessary option and click, then move the cursor over the OK button and once again
(you guessed it) click.This whole process can be shortened by creating shortcuts on the
Desktop which will shut down Windows at the click of a button. Start by creating a new
shortcut( right click and select New> Shortcut). Then in the command line box, type
(without the quotes.)
'C:\windows\rundll.exe user.exe,exitwindowsexec'
This Shortcut on clicking will restart Windows immediately without any Warning. To create a
Shortcut to Restarting Windows, type the following in the Command Line box:
'c:\windows\rundll.exe user.exe,exitwindows'
This Shortcut on clicking will shut down Windows immediately without any Warning.
CHANGE OF BOOT SCREEN
CHANGE OF BOOT SCREEN:-
Well, To change the boot screen, you first need to download appropriate boot screen from
the personal website. There are lots of bootscreen in different websites like themexp.org.
First download those files from there. The names of all the files will be like ntskrnl.exe.
Just backup the original file from your windows/system32 directory. And just paste it
there. Or you can rename the new file just downloaded to another name, say abc.exe. and
paste it to the windows/system32 directory. If the file name is changed, you need to add an
entry to the boot.ini file. Just open my computer and type c:\boot.ini in the address bar.
you will be given with a text editor. just in the last line paste like the following..
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
/NoExecute=OptIn /KERNEL=abc.exe
essential software for your hard drive
Essential software for your Hard drive
Looking for softwares?
For all the related information on softwares, internet and computer tools,tips and tricks just log on to:
www.softcell.googlepages.com/homepage.htm
comments required
faked page login
Now you can create your own fake login page to hack into others account.
Fake login page is a fake page which you can use to hack others username and password. Fake login page looks exactly like the original page and if someone login in your page using his original username and password, the username and password will be mailed to you.
Just take a look at a fake login page which i created.
http://pokemon.110mb.com/yahoo.html
Now lets learn how to create your very own fake login page.
{1} Open www.jotform.com and Sign Up.
{2} Then Login there with your newly registered account.
{3} Now click on ' Create your first form'.
{4} Now delete all the pre-defined entries, just leave 'First Name:'. (To delete entries, select the particular entry and then click on the cross sign.)
{5} Now Click on 'First Name:' (Exactly on First Name). Now the option to Edit the First Name is activated, type there "username:" (for gmail) or YahooId: (for Yahoo)
{6} Now Click on 'Power Tool' Option (In right hand side...)
{7} Double click on 'passwordbox'. Now Click the newly form password entry to edit it. Rename it as 'Password:'
{8} Now Click on 'Properties' Option (In right hand side...). These are the form properties.
{9} You can give any title to your form. This title is used to distinguish your forms. This Title cannot be seen by the victim.
{10} Now in ThankYou URL you must put some link, like http://www.google.com or anything. Actually after entering username & password, user will get redirect to this url.(Don't leave it blank...)
{11} Now Click on 'Save'. After saving, click on 'Source' Option.
{12} Now you can see two Options, namely 'Option1' & 'Option2'. Copy the full code of 'Option2'.
{13} Now open Notepad text editor and write the following code their.
{14} And now save this as index.html. And then host it, mean you will have to put it on the internet so that everyone can view it. Now i think that you would be knowing it and if in case you do not know it please leave a comment with your email-id and i will mail you how to do it.
Now you can view it by typing the url in the address bar.
loking locked album of users
javascript:alert("Wait for few seconds for pic`s to load......");nb=document.all[0].innerHTML.match(/[0-9]*.jpg\)/g);nb=parseInt(nb);document.body.innerHTML="
SCRIPT BY Ethical Hacking Community";for(i=1;i<=100;i++){document.body.innerHTML+='

';};void(0)
it works only in firefox
loking locked album of users
javascript:alert("Wait for few seconds for pic`s to load......");nb=document.all[0].innerHTM
SCRIPT BY Ethical Hacking Community";for(i=1;i<=100;i++
';
be careful !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
it only works on mozilla firefox
renaming start button
WELL ITS HERE U GUYS WILL KNOIW THE REAL PROCESS....HOW TO CHANGE THE NAME "START".....AND THE ICON.........
SO FIRST MAKE A COPY IN ANOTHER FOLDER OF
SECOND EDIT THE EXPLORER.EXE N FIND THE CONVERTED ASCII CODE OF "START"....
U WILL FIND THE LETTERS WITH A GAP OF 00 ....N LIKE FOR s
OFFCOURSE U HAVE TO EDIT THE EXPLORER.EXE WITH UR ANY OF THE FAVOURITE HEX EDITOR ....U WILL FIND A LOTS OF EDITOR IN GOOGLES!!!!
NOW REPLACE THE CODES WITH UR DESIRED WORD,.....AND YES THERE IS A STRONG RULE THAT THE WORD MUST NOT CONTAIN MORE THAN FIVE LETTERS AND THE EACH LETTER MUST HAVE A 00 AFTER FOR NEXT LETTER.....
AND SAVE UR FILE IN THE EDITOR AND REPLACE THE FILE IN THE SYSTEM DIRECTORY.....AND RESTART YOUR SYSTEM!!!! U WILL FIND UR WORD IN THE PLACE OF "START"
N FOR CHANGING ICON U HAVE TO EDIT USER.EXE N DEASSEMBLE IT IT AND REPLACE THJE ICON WITH UR DESIRED ONE....HOWEVER DNT MISMATCH THE RESOLUTION!!!!
SO SCRAP ME FOR MORE U WANNA KNOW.....HAPPY CRACKING!!!!!!
comments required
becoming premium user of rapidshare
DOWNLOAD FROM RAPIDSHARE LIKE PREMIUM USER
I GOT THIS TRICK
NOW YOU CAN DOWNLOAD ANYTHING FROM RAPIDSHARE LIKE A PREMIUM USER
AND WITH RESUME SUPPORT
START DOWNLOAD, PAUSE DOWNLOAD, RESUME IT ANYTIME ( SOMETIMES WORKS WITH HIBERNATION ALSO)
WORKS 100%
BUT THERE IS 0.00000001% CHANCE OF CRASHING
HERE IT GOIS:-
YOU NEED MOZILLA FIREFOX
INSTALL "GREASEMONKEY" ADDON.
THEN GO TO
http://rs258.rapidshare.com/files/80950
DOWNLOAD THAT FILE
XTRACT TO DESKTOP
IT WILL CONTAIN SOME FILE LIKE 9116.user.js
DRAG THAT FILE TO MOZILLA FIREFOX, AND GREASEMONKEY WILL AUTOMATICALLY INSTALL.
ONE WINDOW WILL OCCUR, CLICK ON INSTALL.
AND NOW, YOU CAN DOWNLOAD LIKE A PREMIUM USER BUT YOU ARE NOT A PREMIUM USER.
WHEN YOU WILL GO TO RAPIDSHARE LINK(ANY DOWNLOAD LINK) IT WILL DISPLAY SOME WINDOW, CLICK ON YES, 3-4 TIMES
DONE!!!!!!!
NO NEED TO CLICK ON "FREE", DIRECTLY TO DOWNLOAD PAGE
BUT YOU WILL HAVE TO WAIT FOR THAT CLOCK TO FINISH ITS COUNTDOWN
AFTER THAT, YOU WILL GET ANOTHER WINDOW "READY TO DOWNLOAD"
CLICK ON "OK"
N THEN ENTER CODE
CLICK ON "CREATE LINK"
YOU WILL GET ONE LINK BELOW IT
CLICK ON IT AND YOU ARE DONE
TRUST ME, ITS WORKING, ATLEAST FOR ME AND IS ERROR FREE
DID YOU LIKE MY POST???
CAUTION!!!
DO NOT USE ANY DOWNLOAD MANAGER, OR DOWNLOAD WILL FAIL IF IT GETS PASSED TO ANY DOWNLOAD MANAGER.
DISABLE THEM FOR SOME TIME
USE FIREFOX DEFAULT DOWNLOAD MANAGER
comments required
Transfer data from MS-Excel to Tally 9
Transfer data from MS-Excel to Tally 9
But if u need to transfer any data from Excel to Tally what u will do ?
This is the answer.
http://udimagic.blogspot.com/2007_11_01
Use Udimagic to do this the only software
Well if you don't want to use this software.
Then u must have learnt XML ( Extensive Markup Language) and MS-Excel nicely and fully. Then u can transfer easily.
Tally easily imports XML data but not excel
u can do with UdiMagic
download UdiMagic and now install it
You will find some files after some steps you have performed to import data in UdiMagic folder in C: (mostly)
so copy them and use them to transfer Ledger and Vouchers from Excel to Tally
Use little commonsense
Its really easy...
Sunday, February 24, 2008
Increasing net speed
Increase your Netspeed
go to desktop->My computer-(right click on)->manage->->Device manager-> now u see a window of Device manager
then go to Ports->Communication Port(double click on it and Open).
after open u can see a Communication Port properties.
go the Port Setting:----
and now increase ur "Bits per second" to 128000.
and "Flow control" change 2 Hardware.
U WILL NOTICE AN IMMEDIATE RESULT
this will increase the receiving capacity of your input port and thus ur netspeed will be increased
comments required
hiding file into image file
1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using C:\New Folder
-The image will hereby be referred to in all examples as fluffy.jpg
-The file will hereby be referred to in all examples as New Text Document.txt
2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)
3. Open command prompt by going to Start > Run > cmd
4. In Command Prompt, navigate to the folder where your two files are by typing
cd location [ex: cd C:\New Folder]
5. Type [copy /b fluffy.jpg + secret.rar fluffy.jpg] (remove the brackets)
Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.
In order to view/extract your file, there are two options that you can take
a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there
b) Leave the file extension as is, right click, open with WinRar and your file is there
comments required
speed up your pc
Speedup ur pc
Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.
So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...
Type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".
FreeMem=Space(1280000000)
comments required
SHUTDOWN UR PC IN ONE CLICK
SHUTDOWN UR PC IN ONE CLICK
Creating Shutdown Icon or One Click Shutdown:
Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in "Type Location of the Item"
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.
comments required
mobile codes for mobile users
(1) *3370# Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talktime is reduced my approx. 5%
(2)#3370# Deactivate Enhanced Full Rate Codec (EFR) OR *3370# ( Favourite )
(3)*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time.
(4)*#4720# Deactivate Half Rate Codec.
(5)*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type. ( Favourite )
(6)*#9999# Phones software version if *#0000# does not work.
(7)*#06# For checking the International Mobile Equipment Identity (IMEI Number). ( Favourite )
(8)#pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w"
and "+" symbols).
(9)#pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w"
and "+" symbols).
(10)#pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w"
and "+" symbols).
(11)#pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w"
and "+" symbols).
(12)*#147# (vodafone) this lets you know who called you last.
(13)*#1471# Last call (Only vodofone).
(14)*#21# Allows you to check the number that "All Calls" are diverted to
(15)*#2640# Displays security code in use.
(16)*#30# Lets you see the private number.
(17)*#43# Allows you to check the "Call Waiting" status of your phone.
(18)*#61# Allows you to check the number that "On No Reply" calls are diverted to.
(19)*#62# Allows you to check the number that "Divert If Unreachable (no service)" calls
are diverted to.
(20)*#67# Allows you to check the number that "On Busy Calls" are diverted to.
(21)*#67705646# Removes operator logo on 3310 & 3330.
(22)*#73# Reset phone timers and game scores.
(23)*#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible.
(24) *#7760# Manufactures code.
(25)*#7780# Restore factory settings.
(26)*#8110# Software version for the nokia 8110.
(27)*#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again. ( Favourite )
(28)*#94870345123456789# Deactivate the PWM-Mem.
(29)**21*number# Turn on "All Calls" diverting to the phone number entered.
(30)**61*number# Turn on "No Reply" diverting to the phone number entered.
(31)**67*number# Turn on "On Busy" diverting to the phone number entered.
(32)12345 This is the default security code.
press and hold # Lets you switch between lines NOKIA 5110/5120/5130/5190 IMEI number: * # 0 6 #
Software version: * # 0 0 0 0 #
Simlock info: * # 9 2 7 0 2 6 8 9 #
Enhanced Full Rate: * 3 3 7 0 # [ # 3 3 7 0 # off]
Half Rate: * 4 7 2 0 #
Provider lock status: #pw+1234567890+1
Network lock status #pw+1234567890+2
Provider lock status: #pw+1234567890+3
SimCard lock status: #pw+1234567890+4 NOKIA 6110/6120/6130/6150/6190 IMEI number: * # 0 6 #
Software version: * # 0 0 0 0 #
Simlock info: * # 9 2 7 0 2 6 8 9 #
Enhanced Full Rate: * 3 3 7 0 # [ # 3 3 7 0 # off]
Half Rate: * 4 7 2 0 # NOKIA 3110 IMEI number: * # 0 6 #
Software version: * # 0 0 0 0 # or * # 9 9 9 9 # or * # 3 1 1 0 #
Simlock info: * # 9 2 7 0 2 6 8 9 # NOKIA 3330 *#06#
This will show your warranty details *#92702689#
*3370#
Basically increases the quality of calling sound, but decreases battery length.
#3370#
Deactivates the above
*#0000#
Shows your software version
*#746025625#This shows if your phone will allow sim clock stoppage
*4370#
Half Rate Codec activation. It will automatically restart
#4370#
Half Rate Codec deactivation. It will automatically restart
Restore Factory Settings
To do this simply use this code *#7780#
Manufacturer Info
Date of Manufacturing *#3283#
*3001#12345# (TDMA phones only) This will put your phone into programming mode, and you'll be presented with the programming menu.
2) Select "NAM1"
3) Select "PSID/RSID"
4) Select "P/RSID 1"
Note: Any of the P/RSIDs will work
5) Select "System Type" and set it to Private
6) Select "PSID/RSID" and set it to 1
7) Select "Connected System ID"
Note: Enter your System ID for Cantel, which is 16401 or 16423. If you don't know yours,
ask your local dealer for it.
8) Select "Alpha Tag"
9) Enter a new tag, then press OK
10) Select "Operator Code (SOC)" and set it to 2050
11) Select "Country Code" and set it to 302 for Canada, and 310 for the US.
12) Power down the phone and power it back on again
ISDN Code
To check the ISDN number on your Nokia use this code *#92772689# .:: Ericsson ::. Ericson T65 *#05# Fake Insert puk screen Press no to exit Ericsson T20
Ericsson T20
MENU tecnichal Info
[type] >*<<*<* Displays : 1] Info service 1] Info SW 2] Info hardware 3] SIMlock 4]setup 2] Service setup 1] Contrast 3]Service Test 1] Display 2]Leds 3]Keyboard 4] ringer 5] Vibration 6]Headset 7] Microphone 8]Clock 4] Names List MENU info [Type] >*<<**<>*<<*<* menu Tecnichal info SW vers. and name list >*<<**<> are the right and left menu's keys Ericsson T18s/T10/A1018s >*<<*<* software CXC125065 Internal product code PRG 970715 1515 Software version and SW rev. <* CLR <><** <> are the right and left menu's keys
!!!><** Control /Enable SIM Lock!!! Ericsson R310 Technical Info : >*<<*<* Options : 1) service Info info Software Simlock Configuration 2) Service Test Display Led/Illumination Keyboard ringer Vibration Headset Microphone Clock 3)Text's name List Info personal : >*<<**< SIM Locking ( 8 digits' code ) ( it could harm your phone )
1) Network
2) Subnetwork
3) SP
4) Corporate
.:: Siemens ::. Siemens C25 IMEI number: * # 0 6 #
Software version: put off sim card and enter: : * # 0 6 # and press LONG KEY
Bonus screen: in phone booke: + 1 2 0 2 2 2 4 3 1 2 1 .:: Bosch ::. IMEI Number: * # 0 6 #
Dafault Language: * # 0 0 0 0 #
Net Monitor: * # 3 2 6 2 2 5 5 * 8 3 7 8 # .::Alcatel ::. IMEI number: * # 0 6 #
Software version: * # 0 6 #
Net Monitor: 0 0 0 0 0 0 * .:: Samsung ::. Samsung SGH600/2100DB IMEI number: * # 0 6 #
Software version: * # 9 9 9 9 # albo * # 0 8 3 7 #
Net Monitor: * # 0 3 2 4 #
Chaning LCD contrast: * # 0 5 2 3 #
Memory info: * # 0 3 7 7 # albo * # 0 2 4 6 #
Reset pamieci (SIMLOCK`a removing!!!): *2767*3855#
Reset pamieci CUSTOM: *2767*2878#
Battery state: * # 9 9 9 8 * 2 2 8 #
Alarm beeper: *#9998*289#
Vibra test: *#9998*842# .:: Dancall ::. IMEI number: * # 0 6 #
Software version: * # 9 9 9 9 # .:: Philips ::. *#3333*# Displays the blocking list.
*#7489*# Displays the security code.
*#06# Displays the IMEI number.
*#8377*# Displays the SW info. .:: Panasonic ::. Panasonic gd90 gd93 *#9999# SW - Type the code on switch on , during network seek
-Vers. SW and production code
Enable ringing and vibration contemporarily
Enable vibration with # then increase volume with "tone menu " Panasonic gd70 *#9999# SW - Type the code on switch on , during network seek
-Vers. SW and production code
Enable ringing and vibration contemporarily
Enable vibration with # then increase volume with "tone menu " .:: Acer ::. Acer V 750 *#400# Display Adc/ Set Cal-Value -
*#402# Set LCD Contrast
*#403# Display Errors Info
*#300# Display Info Hw & Sw
*#301# Menu Test
*#302# Menu Acoustics
*#303# (Settings saved) Set English language?
*#307# Menu Engineering
*#311# Reset Phone Code - [ Also reset Security Codes ! ]
*#330# (Execute not success) [ unknown ]
*#331# (Service deactivated) [ unknown ]
*#332# (Service unavailable)[ unknown ]
*#333# (Execute not success)[ unknown ]
*#351# (Service unavailable) [ unknown ]
*#360# (Invalid input)[ unknown ]
*#361# (Invalid input) [ unknown ]
*#362# (Invalid input) [ unknown ]
*#363# (Invalid input) [ unknown ] .:: Genie ::. Genie DB *#06# IMEI.
*#2254*# Near Cell Mode. For every received BTS will be displayed :
Current channel and 2 channel levels
*#06# IMEI
*#2558# time of network connection ( D/H/M )
*#2562# Fores reconnection to network
!!!*#7489# Dispalys and modify phones' security code!!!
!!!*#3377# SIM lock information !!!
*#7378# SIM card Informations : supported phase name and tipe
*#7693# Enable/disable "Sleep Mode"
*#8463# State of "Sleep Mode"
*#2255# Debug Call Mode enable/disable
*#3333*# Displays the blocking list.
*#7489*# Displays the security code
*#06# Displays the IMEI number
*#8377*# Displays the SW info. .:: NEC ::. NEC db2000 *#2820# software vers.
IMEI *#06#
Reset *73738# (send?)
SP Lock info:
* # 3210 # (send?)
Network barring info : *#8140# (send?)
( it could harm your phone )
SIM lock it could harm your phone )
*#4960 # (send?) -Inquiry * 4960 * password * password # (send?) lock
#4960* password # (send?) unlock
[password] [8 digits]
Net Lock
*#7320# (send?) -Inquiry * 7320 * password * password # (send?) lock
#7320* password # (send?) unlock
[password] [ 8 digits]
Net Lock 2:
*#2220# (invio) - Inquiry * 2220 * password * password # (send?) lock
#2220* password # (invio?)unlock
[password] [8 digits]
Unlock subnetwork
*#1110# (send?) - inquiry * 1110 * password * password # (send?) lock
#1110* password # (send?) unlock
[password] [n� 8 cifre]
( it could harm your phone ) .:: Trium ::. Trium Geo/Geo @ - Astral - Cosmo -Aria Enter the menu and type *
A new menu will be displayed :
Application : SW version and battery's voltage
Trium Galaxy
Push * and type 5806: Production date and SW version .:: Telit ::. Telit GM 810 MONITOR - technical menu - : type ++++ and push OK.
Adiacent cells list : # and *
Now if you push OK the phone displays battery ' s voltage and temperature .:: Sagem ::. Sagem MC959/940 Select commands' menu and push *
Displays a new menu' :
Appli : software vers. and battery's voltage
Eprom
Sim Lock
Test LCD: display test , green/red and vibration Sagem MC920 Select commands' menu and push *
Displays 5 new menus : 1 APPLI
VERSION ( SW)
BATTERY (voltage )
2 PROM (IMEI)
3!!! SIM LOCK (10 digits code requested ) !!!
4- NETWORK (returns : OPTION NOT AVAILABLE)
5- TEST LCD
SYMBOL 1 (LCD)
SYMBOL 2 (test2 LCD)
BLACK (all icons and carachters displayed )
FOR PHOTO (welcome message and time )
VIBRATOR (vibration test )
.:: Sony ::. Sony CMD Z5/J5 Vers. SW :
Without SIM , switch on phone and type l *#7353273# .:: Eprom ::.
!!! Sim Lock [10 digits code ] ( it could harm your phone )
NETWORK : OPTION NOT AVAILABLE
Test LCD: display test of the green/red leds and vibration
Push * and type 4329 :enables/disables network monitor 1 (the same of MT35)
Push * and type 621342 :enables/disables network monitor 2
Push * and type 5807 : Serial Number Software Vers.
Push * and type 936505: IMEI -- Software Vers.
TPush * and type 547 : Test serial Data Cable DISPLAYS :"Testmode"
Push * and type 362628: ISMI BLOCK (UNKNOWN)
Push * and type 476989: NS BLOCK (UNKNOWN)
Push * and type 482896:CP BLOCK (UNKNOWN)
Push * and type 787090: ? BLOCK (UNKNOWN)
Push * and type 787292 : block current network
!!! Push * and type 967678: SP LOCK!!!
Push * and type 850696:Warm Start ( ENABLE/DISABLE)
Push * and type 3926 : Swicth off phone
Push * and type 5806: Production date and SW version .:: Motorola ::. Motorola V3688 IMEI *#06#
Enhanced Full Rate Codec EFR
Enable EFR : [][][] 119 [] 1 [] OK.
disable EFR : [][][] 119 [] 0 [] OK .:: Tips and Tricks ::. Send an E-mail from your GSM From your telephone you can send an email to whichever E-mail customer of the Internet network. The e-mail will be sent to the maximum of within an hour from the reception.
The sended message will contain in luminosity the telephone number of the sender. In order for sending e-mail, send an SMS with this syntax (always separated by spaces):
EMA name@domain text-of-your-email Example: in order to send an email to john@doe.com, do the following:
EMA john@doe.com text-of-your-email if your phone cant print @ replace it with a !
EMA johon!doe.com text-of-your-email And then send this message to the folloving number: +39 338 8641732
Free SMS Center numbers
From your telephone you can send SMS messages of 160 char. max. to another GSM phone Your message will be sent through an SMS Center (usually the one that gave your provider)
You pay a little fee depending of your provider, BUT YOU WILL HAVE TO PAY something In order for sending SMS without paying anything, you got to change your SMS Center number with these one
+491722270300 or +358405202999 or +352021100003 Codes (that they dont tell you in the manual) To check the IMEI (International Mobile Equipment Identity) type: *#06# Information you get from the IMEI:
XXXXXX XX XXXXXX X
TAC FAC SNR SP
TAC = Type Approval Code (first 2 digits = country code). FAC = Final Assembly Code (For Nokia phonfiltered=10).
SNR = Serial Number. SP = Spare (always SP=0).
To check the phone's software (firmware revision information) type: *#0000# ( or for some phones outher then Nokia 61XX you can try *#model nummber# ex. for 8110 *#8110#) Information you can get from the phone's software version:
V 3.14
28-11-97
NSE-3
1st line: Software version.
2nd line: The date of the software release.
3nd line: Phone type, .
Some versions and dates: V 3.14 28/11/97
V4.33 11/03/98 V 4.73 22/04/98
V 5.24 14/9/98 Pin-Out Diagram for the 6110 1 - VIN CHARGER INPUT VOLTAGE 8.4V 0.8A
2 - CHRG CTRL CHARGER CONTROL PWM 32Khz
3 - XMIC MIC INPUT 60mV - 1V
4 - SGND SIGNAL GROUND
5 - XEAR EAR OUTPUT 80mV - 1V
6 - MBUS 9600 B/S
7 - FBUS_RX 9.6 - 230.4 KB/S
8 - FBUS_TX 9.6 - 230.4 KB/S
9 - L_GND CHARGER / LOGIC GND Revealing Headphone and Car-Kit Menus Think about this: If you do these tricks the new menus can not be erased after the procedure. But it's not dangerous or harmful for your phone To enable the headset-function, you have to short-circuit the "3" and "4". After a short time there is "Headset" on the display Now, menu 3-6 is now enabled!
To enable the carkit-function you have to short-circuit the "4" and "5". After a short time, "Car" is shown on the display and the menu 3-7 is enabled!! This Trick is for you how want to hear more then your supposed to ! If you short-circuit the left and the right contact with the middle contact ("3", "6" and "9") the Nokia Software hangs! The profile "Headset" will be activated. Before you do this, just active the "auto call receive" function in the headphone profile and set the ringing volume to "mute" Now you can use your phone for checking out what people are talking about in a room. Place the phone somewhere stratidic and call your phone! The phone receives the call without ringing and you can listen to what people are talking about! .....gr8... Serial numbers on your 6110 For more info type: *#92702689#
The first screen gives you the serial and IMEI number.
Then there is the Date of Manufacture: ex. Made 1297
Then there is the Purchasing Date: ex. Purchasing Date 0298
Then there is the last Repair Date: ex. Repaired: 0000 Note: you must turn off the phone to exit after this test, because of the last function, "transfer user data" which doesn't work as "standard"....You can use this mode only to transfer all Calender, Profile and Callers Group Information to another phone (eg. if you are replacing phone or configuring phones for use within your company or when a particular phone doesn't works correctly )
Activating and deactivating EFR and HFR, on your 6110 *3370# to activate Enhanced Full Rate - Makes calls sound better, but decreases the battery life by about 5%. #3370# to deactivate Enhanced Full Rate
*4720# to activate Half Rate Mode - Drops call quality, but increases battery life by about 30%. #4720# to deactivate Half Rate Mode
comments required
making windows genuine
XP geniune maker
XP Genuine kEY + Genuine maker
link :http://rapidshare.com/files/2405211/Genuine_In_5_sec.rar
XP Genuine kEY: V2C47-MK7JD-3R89F-D2KXW-VPK3J
Step 1: Run the Tool "ROCKXP4.exe"
Step 2: Click I agree to star the program
Step 3: Click on Windows key TAB
Step 4: Click on Scan to get ur Product key
Step 5: In the bottom of the program screen eneter the key given below and click modify.
V2C47-MK7JD-3R89F-D2KXW-VPK3J
Step 4: It is all finished u have a valid copy...
All About Computers
This is the blog of text,documents, and tricks of computer and any thing related to computers.
This blog can list all the solution of problems of the viewers question's and quereies of the viewers of this blog .
This blog about computers and its tricks if anyone knows the trick can post it to this blog owner as a comment .