This site has been created for the benefit of all who have a keen interest in computer, its functionality and its hidden aspects. Here you will find a lot of tricks to make your SYSTEM more friendly to you.I do believe if you have desire you will find new dimensions to approach to a problem so you are requested to please contribute to the knowledge procedure by your experienced Remarks and share your experience to make it a better place Keep Visiting..
Saturday, September 13, 2008
Change The My Documents Root Directory(Target)
All We need to do is:-
Right click on My Documents -->Properties--> Change the target Text Field
In place of C:\ put D:\ (or whatever drive You wish)
Press OK for Create Folder and Move Option
Source:Thanks to
Amrita Das(MCA Final Year , RCM ,BBSR, Orissa )
Open the Command Prompt from the Right-Click Menu
CODE:
.............................................................
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Command Prompt"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Command Prompt"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\
{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
@="Command Prompt"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\
{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
.............................................................
See Behind The Graphical User Inteface in Booting Windows XP
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /SOS. When you're finished. The first part, multi(0)..... may not be the same on your machine. Upon restarting, the splash screen will be gone. It can be re-enabled by removing the new switch.
You may alternatively do the same with msconfig
Go To
Start-->run-->type msconfig-->BOOT.INI tab-->check SOS-->Restart
You can choose other options even if you wish and see diffrent ways of Windows XP startup.To Get back to default startup undo changes in msconfig.
Enjoy
Source:Thanks to
Amrita Das(MCA Final Year , RCM ,BBSR, Orissa )
Thursday, July 24, 2008
Orkut Tricks contd....
javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)
From:http://www.orkut.co.in/Community.aspx?cmm=43587829
Posted By:HANCOCK
want to light ur ORKUT
1.Light Up
javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0;nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);
2.Light up
javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);
From: http://www.orkut.co.in/Community.aspx?cmm=43587829
Posted By:μhдٱ Ł
Monday, June 16, 2008
Create one of the best folder lock.....
All You Need to do is to copy the following code and paste it in a notepad with extension of .bat as : "Pallav.bat"
U sud write ur desired Password at where its written "type your password here" (in red in code) .... Whenever u wanna change ur password u sud open an instance of notepad and open ur "bat" file with it and change ur password and never forget to d -->all files at type of files field ..while reading ur "bat" file otherwise it wont show....
So Copy ur code ......
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
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-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Hey u may get another folder lock also read
www.computerlords.blogspot.com/2008/02/
protecting-folder-in-windows-xp.html
MULTIPLE Gtalk ACCOUNTS
here it is:->
So I am posting a simple trick which will enable you multiple parallel login
to instant mesenger Google’s Gtalk or Gogle talk. You can log in to gtalk with
more than one google user account to gmail at a time. Each instance of gtalk which
will be opened after applying this trick will ask for a username password and in
each instance here you can enter different usernames & passowrds to login as
different users.
The Trick:-
create a shortcut to “C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex
and save it in desktop by naming it to Multiple Login To Gtalk. Here we assume
that path to gtalk is C:\Program Files\Google\Google Talk\googletalk.exe. In your
case it may be different and you need to replace it with path to gtalk’s program
in your computer.
Edit Existing Google Talk Shortcut:-
Right click on existing google talk shortcut and open it’s properties. There open
the shortcut tab on the top. There in the textfield under the label “Target” the
path to google talk in your disk is written either append /nomutex to the end of
it or completely change it to
“C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex and then click ok.
Now we modified the existing shortcut to make possible simultaneous multiple login
to gtalk by opening that short cut each time we want to log in.
Create A New Shortcut:-
Rightclick on desktop and click new->shortcut and then enter “C:\Program
Files\Google\Google Talk\googletalk.exe” /nomutex as location and Google multiple
as name of the shortcut and when ever you want multiple login, open this shortcut.
Please digg this if you like .
Tuesday, May 27, 2008
Shutdown your system by just one click
2. give the value as follows without the square brackets ..
[shutdown -s -t 05 -c "please wait"]
3.Just Enjoy after that...
Saturday, May 24, 2008
CHANGE YOUR PROCESSOR NAME SHOW PENTIUM 5 OR MORE
1. Go to "Start".
2. Go to "Run".
3. Type regedit
4. Go to "HKEY_LOCAL_MACHINE"
5. Go to "HARDWARE"
6. Go to "DESCRIPTION"
7. Go to "System"
8. Go to "CentralProcessor"
9. Click on 0 [i.e. Zero]
On right hand side, right click on "ProcessorNameString" and then click on Modify and write whatever you want.
Monday, March 17, 2008
Create Send To option for your favorite Folder
Now the solution 4 ur problem
Step 1
Copy the Address of your desired folder from address bar for example if it is D:\Pallav copy it(its location on ur hard drive)
Step 2
goto c:\ drive
Step 3
goto Tools-->Folder Option-->View-->Hidden Files and Folders-->Hide protected operating system files(Recommended)
Step 4
Unhide Hide protected operating system files(Recommended)
#it will give warning don't worry
Step 5
goto C:\Documents and Settings\Administrator\SendTo
#In place of Administrator its your User name
Step 6
Right Click --> New--> Shortcut(As In Figure) Paste The name od ur desired folder in "Type the location of the Item" Text Field for Example D:\Pallav -->Next-->Finish
U may browse ur desired folder also.....
Step 7
Done Right click on Whatever u want to send to ur desired Folder..... (See the Picture)
DO YOU NOW THIS ABOUT WTC ATTACK ON 9/11
Tuesday, March 11, 2008
Removing Restriction from Hidden Files, Task Manager, regedit, cmd
Here are some removal tips.
First type "msconfig" in run command(ctrl+R)
then check the startup there will be your amvo.exe
Just uncheck it!
Then open cmd
for each drive do
c:\>attrib -h -s autorun.inf
c:\>attrib -r autorun.inf
c:\>del autorun.inf
c:\>attrib -h -s u.bat
c:\>attrib -r u.bat
c:\>del u.bat
If you have inserted a usb thumb drive then do the above steps for it too
The amvo.exe will be in system32 i think or check in windows folder using command prompt
by typing c:\>Windows>attrib -h -s amvo.exe
Now You can see that virus file in the explorer
c:\>Windows>attrib -r amvo.exe
c:\>Windows> del amvo.exe
restart your computer!
(IF YOUR CMD IS DISABLED DOWNLOAD RRT FROM THE LINK BELOW IN GREEN)
ALSO DOWNLOAD RRT FROM THE FOLLOWING LINK
http://www.download.com/3001-2239_4-10715552.html?
spi=11a34d27b91e2382abcd8ee87dd73925
(Please Write this whole link in your Address bar)
Then check the problems you are facing and remove the problem.
Many times the above cmd commands may show you file not found dont worry do hte next steps
For RRT you may keep Auto Remove option Enabled
Friday, March 7, 2008
Block websites without any software
block webSites without any Softwares !!__________________________________________________________
Steps
1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.orkut.com , and that site will no longer be accessable.
5] Done!
example :
127.0.0.1 localhost
127.0.0.2 www.orkut.com
- www.orkut.com is now unaccessable
For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the addy like before.
IE:
127.0.0.3 www.yahoo.com
127.0.0.4 www.msn.com
127.0.0.5 www.google.com
This also works with banner sites, just find the host name of the server with the banners and do the same thing with that addy.
Hope this small tutorial could keep you going in simple way of blocking websites
To Hide Disk Drives
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 :
To get back your drives just delete the key called "3fffffff".
sujin.com.np
He did a extensive research on this very virus which you can easily find on his blogspot
http://www.computerethics4all.blogspot.com/
There also you will find a way to remove this virus........
But you may even try one more way which is a easier version i.e. by downloading one tool called Scanner.exe from
http://worldlink.com.np/support/download/software/Scanner.exe
(IT HAS BEEN FOUND BY GOOGLE SEARCH)
Scan your system with it , hopefully it will remove 'sujin.com.np' virus
Friday, February 29, 2008
Protecting A folder in Windows XP
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.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} abc"
Protect taskbar from changes
PLAY WITH regedit
NoDeletePrinter: Disables Deletion of already installed Printers
NoWindowsUpdate
NoViewContextMenu
EnforceShellExtensionSecurity
LinkResolveIgnoreLinkInfo
NoDriveTypeAutoRun
NoStartBanner
NoSetActiveDesktop
NoNetConnectDisconnect
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
Hidden programs in window XP
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
Changing the Boot Screen of Windows XP
Create a undeletable Folder in XP
You cant able to do it...
Its just because of some system calls of this services already been there for those names. So If you try to create or delete those system calls, It will restrict you in doing them... But I have a solution to this..
Try the following steps.. :
STEP1: goto command prompt
STEP2: type in prompt c:\> "md \\.\c:\con"
STEP3: verify by typing "dir \\.\c:\con"
STEP4: delete the file or folder "rd \\.\c:\con"
Now you can see a folder named con in your c drive... Give replies...