Jai Shree Ganesh

Jai Shree Ganesh

Showing posts with label Fun. Show all posts
Showing posts with label Fun. Show all posts

Gather best websites with POPURL

When you want to grab all the latest news from social networking sites, browsing them through all is a tedious task. It can sometimes become so boring that you might leaving some sites, when you access it everyday.
Now access PopURLs and see difference. It gives you the list of most popular posts from the top social networking sites, in the form of links. It gives you a small summary of the links when your mouse rolls over a link.

It can be really popular, we see the content easy to find and read.
The best part is that you can personalize it the way you want it to look, and another best part is that it accepts OpenID, Facebook, Yahoo, Technorati, AOL Aim, and thus can login via any of these login ID’s
So you need not to create any further accounts and manage those, which gives a boost to a person to use it with ease.
Go ahead and give it a Try

Some cool vbscript to freak out your friends..

Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.

Toggle your friend's Caps Lock button simultaneously:
Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.

Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save it as "Anything.VBS" and send it.

Listent to FM Radio Online..

if you want to listen radio mirchi on your computer

open media player --> file --> open url -->type this site http://www.radiofiji.com.fj/asx/radiomirchi.asx

RadioTarana-NewZealand ==> mms://l1.r2.co.nz/tarana-1

106.2 HUMFM - UAE ==> http://www.humfm.com/humfm.asx

RadioOfIndia - Bollywood ==> http://www.radioofindia.com/asf/bollywood.asx

RadioOfIndia - Bhajans ==> http://www.radioofindia.com/asf/bhajans.asx

RadioOfIndia - Classical ==> http://66.238.65.109/classical

DesiSoundz - India ==> http://desisoundz.com:8000

Sabras radio - UK ==> http://ct1.fast-serv.com:8744

Haagstad Radio - Holand ==> mms://81.205.146.32:21/haagstadradio

RadioTeenTaal - Paris ==> http://www.radioteentaal.com/masala128.wax

ApnaRadio - USA ==> http://www.apnaradio.com/live/media24/ApnaRadio.asx

BombayBeats FM ==> http://www.1.fm/player/energybbfm32k.asx

Punjabi Radio - UK ==> http://azul.streamguys.com/panjabradio?MSWMExt=.asf

Amrit Bani - UK ==> http://62.25.97.192/amritbani?MSWMExt=.asf

Yarr Radio - UK ==> mms://193.218.160.20/yaarradio

Sunrise FM - UK ==> http://62.25.96.7/sunrise

Radio XL - UK ==> http://www.vtuner.com/vTunerweb/mms/m3u13219.m3u

Asian Gold Radio - UK ==> http://62.25.96.7/asiangold

Asian Sound Radio - UK ==> http://www.vtuner.com/vtunerweb/mms/mms15278.asx

Sanskar Radio - UK ==> http://www.vtuner.com/vTunerweb/mms/m3u18290.m3u

Trishul 90.5 FM ==> http://www.vtuner.com/vtunerweb/mms/mms14734.asx

Radio Apni Awaz ==> mms://67.15.80.29/radioapniawaz

Radio India - Canada ==> mms://live.radioindiabroadcasting.com/liveradio

City 101.6 FM - Dubai ==> http://asx.abacast.com/arabian_radio-city-24.asx

DDLive Video - India ==> http://164.100.51.209/ddlive?MSWMExt=.asf

AajKal - Asian Network ==> http://stream.servstream.com/ViewWeb/BBCRadio_music/Event/BBCAsianNetwork_hi.asx

BBC News ==> http://www.bbc.co.uk/worldservice/meta/tx/nb/live_news_au_nb.asx

Speed Up ur XP Shutdown..

This will reduce the time XP waits before automatically closing any running programs when you give it the command to shutdown.

Go to Start then select Run

Type 'Regedit' and click ok

Find 'HKEY_CURRENT_USER\Control Panel\Desktop\'

Select 'WaitToKillAppTimeout'

Right click and select 'Modify'

Change the value to '1000'

Click 'OK'

Now select 'HungAppTimeout'

Right click and select 'Modify'

Change the value to '1000'

Click 'OK'

Now find 'HKEY_USERS\.DEFAULT\Control Panel\Desktop'

Select 'WaitToKillAppTimeout'

Right click and select 'Modify'

Change the value to '1000'

Click 'OK'

Now find 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\'

Select 'WaitToKillServiceTimeout'

Right click and select 'Modify'

Change the value to '1000'

Click 'OK'

U r done ....ur pc will shut down faster than before

Disabling Display of Drives in My Computer

To disable the display of local or networked drives when you click My
Computer go to : HKEY_CURRENT_USER\Software\Microsoft\Win

dows\CurrentVersion
\Policies\Explorer

Now in the right pane create a new DWORD item and name it
NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal)
Now press F5 to refresh. When you click on My Computer, no drives
will be shown. To enable display of drives in My Computer, simply
delete this DWORD item. It's .reg file is as follows:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersio
n\Policies\Explorer]

"NoDrives"=dword:03ffffff

How to hide and disable all items on desktop in Xp

Goto Run type gpedit.msc hit enter

Now on left pane double click User Configuration

Now on left pane double click Administrative Templates

Now double click on Desktop in left pane

Now in right pane double click on option Hide and disable all items on desktop.

Select Enabled when a pop up window comes

click OK thts all....

Learn CMD commands in a new way..

Copy and paste the following code in notepad and save it as lecture.bat click to learn cmd commands.this will create notepads in ur D:\ drive which will contain explanation of various commands.

c:
copy/? >d:\copy.txt
dir/? >d:\dir.txt
rmdir/? >d:\rmdir.txt
format/? >d:\format.txt
diskpart/? >d:\diskpart.txt
tree/? >d:\tree.txt
telnet/? >d:\telnet.txt
time/? >d:\time.txt
net user/? >d:\netuser.txt
del/? >d:\del.txt
attrib/? >d:\attrib.txt
shutdown/? >d:\shutdown.txt
color/? >d:\color.txt
echo/? >d:\echo.txt
type/? >d:\type.txt
ipconfig/? >d:\ipconfig.txt
ipconfig/all/? >d:\ipconfigall.txt
netstat/? >d:\netstat.txt
nbstat/? >d:\nbstat.txt
netview/? >d:\netview.txt
ping/? >d:\ping.txt
chkdsk/? >d:\chkdsk.txt
ver/? >d:\ver.txt
cd/? >d:\cd.txt
net/? >d:\net.txt
fsutil/? >d:\fsutil.txt
erase/? >d:\erase.txt
tracert/? >d:\tracert.txt
bootcfg/? >d:\bootcfg.txt
driverquery/? >d:\driverquery.txt
getmac/? >d:\getmac.txt
netsh/? >d:\netsh.txt
systeminfo/? >d:\systeminfo.txt
print/? >d:\print.txt
prompt/? >d:\prompt.txt

Registry Tricks

Registry Tricks which can help you but please try it at your risk.

1. Disable the Autorun Option in your CD Rom Drive:
Open your Registry and navigate to "HK_L_M\system\currentcontrolset\services\cdro m"
Change the value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the value as '0' for Autorun disabled.

2. Disable the Harddisk Lowdiskspace warning in Windows Xp
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer"
create a new DWORD 'NoLowDiskSpaceChecks' and change its value to '1'.

3. Disable the Windows Key
"HK_L_M\system\currentcontrolset\control\keybo ard layout"
Create a new Binary value, or modify the existing value called 'Scancode Map' as shown below.
Value: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

4. View System BIOS Information
Open Registry and navigate to
"HK_L_M\hardware\description\system"

5. Change the Title of Windows Media Player
"HK_C_USER\software\policies\microsoft\windowsmedi aplayer\"
Create a new string value called ' TitleBar' and change text as your wish.

6. Disable Internet access in Network
Open Registry and make the following changes
"KH_C_User\software\microsoft\windows\currentversi on\internetsettings\"
Change the value of "Proxyenabled" to 1 and change the value of "proxyserver" and set it to an ip address.
Change the value of the ip address and port to "10.0.0.1:5555"

7. Disable the ability to Right click on the desktop
"HK_C_User\software\microsoft\windows\currentversi on\policies\explorer\"
Create a DWORD "NoViewContextMenu" and change its value to "0" for disabling and "1" for enabling.

8. Hide all items on desktop
"HK_C_USER\software\microsoft\windows\currentversi on\policies\explorer\"
and
"HK_L_M\software\microsoft\windows\currentversion\ policies\explorer\"
create a new DWORD "NoDesktop" and change its value to "1"
You can show all the items in the desktop by chaning the value to "0"

9. Disable the "Change Password" button in windows
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\System"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersi on\Policies\System"
Create a new DWORD "DisableChangePassword" and change its value to "0" for disabling and "1" for enabling.

10. Disable the "cancel" button or pressing the "Esc" key while logging on to Windows"
"HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Cu rrentVersion\Run"
Create a new string value "NoLogon" and change its value to "RUNDLL32 shell32,SHExitWindowsEx 0"

11. Remove "Log off" from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoLogOff" and change its value to "1" for disabling and "0" for enabling.

12. Clear the Recent playlist in Media Player
Navigate to "HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\ Player"
And clear the "RecentFileList" subkey.

13. Empty temporary Internet files on exit (in Internet Explorer)
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Internet Settings\Cache"
and
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Internet Settings\Cache"
Create a new DWORD "Persistent" and change the value to "0" for emptying and "1" to remove this option.

14. Clear the Internet Explorere typed addresses history
"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs"
And delete the subkeys.

15. Remove recent documents from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoRecentDocsMenu" and change its value to "1".

16. Remove Network connections from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoNetworkConnections" and change its value to "1".

17. Remove My documents from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoSMMyDocs" and change its value to "1".

18. Remove My pictures from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer "
Create a new DWORD "NoSMMyPictures" ad change its value to "1".

19. Remove My music fro start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoStartMenuMyMusic" and change its value to "1".

20. Reboot windows after crash
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl"
Create a new DWORD "AutoReboot" and change its value to "1".Restart the machine for the effect to take place.

21. Disable the use of MSDos
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\WinOldApp"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\WinOldApp"
Create a new DWORD "Disabled" and set its value to "1". Change it to "0" for enabling.

22. Enable Directory completion in MSDos prompt
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Command Processor"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor"
Create a new DWORD "PathCompletionChar " and set it to equal the hex value of the required control character.

23. Quick edit the command prompt
User Key: "HKEY_CURRENT_USER\Console"
and
System Key: "HKEY_USERS\.DEFAULT\Console"
Create a new DWORD "QuickEdit" and set its value to "1" for enabling and "0" for disabling.

24. Disable Registry editing
"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System"
Create a new DWORD "DisableRegistryTools" and change its value to "0" for allowing Regedit and "1" for disabling it.

25. Disable task scheduler
" HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices"
Delete the value from "SchedulingAgent". Usually its value is set to "'mstask.exe".

26. Remove My computer from desktop and start menu
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\NonEnum"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Policies\NonEnum"
Create "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" and change its value to "1" for removing. Change its value to "0" for showing.

27. Show Windows version on desktop
User Key: "HKEY_CURRENT_USER\Control Panel\Desktop"
Create a new DWORD " PaintDesktopVersion" and change its value to "1" for showing and "0" for removing.

28. Remove My documenst from desktop
Windows 95, 98 and Me
"HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FB A-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Windows NT, 2000 and XP
"HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Modify the value called "Attributes" as "0xf0500174" to hide or "0xf0400174" to show.

29. Disable Scan disk after improper shutdown
" HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\FileSystem"
create a new DWORD "DisableScandiskOnBoot" and change its value to "01" for disablng and "00" for enabling.

30. Automatically end Hung programs.
" HKEY_CURRENT_USER\Control Panel\Desktop"
and
"System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop"
Modify the value of "AutoEndTasks" to "1".

Creation of CON,LPT,COM folders on hard disk

Here is the way to create the folder named aux,con
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9 is a device name. ( so you cannot create a folder named con ) All device names are RESERVED and all reserved names
can not be used as the name of a folder!!!

For your information, devices are mapped in MS DOS as files but here is an alternate way to create the folder or file named con .........

STEP1: goto command prompt

STEP2: type in prompt e:\> "mkdir \\.\x:\con" ['x' is your drive name]

STEP3: verify by typing "dir \\.\x:\con"

STEP4: delete the file or folder "rmdir \\.\x:\con"

Hide disk drives without any software

Here is a cool technique which hides entire hard disk drives by a simple procedure.
This is the best security tip to be employ against unauthorised users.

1) Go to Start > Run > type "diskpart".
A DOS window will appear with following description.

DISKPART>

2) Then type "list volume"
The result will look something like one as shown below-



3) Suppose you want to hide drive E then type "select volume 3"
Then a message will appear in same window { Volume 3 is the selected volume}

4) Now type "remove letter E"
Now a message will come { Diskpart Removed the Drive letter }

sometime it requires to reboot the computer.
Diskpart will remove the letter.

Windows XP is not having capabilty to identify the unknown volume.
Your Data is now safe from unauthorised users.

To access the content of hidden Drive repeat the process mentioned above. But in 4th step replace " remove" by "assign".
It means type "assign letter E".

List of the Best Sites to Hindi Bollywood Watch Movies Online


  • watch bollywood hindi movies online123onlinemovies - The site features a great Movie database which includes Movies from Old Time, from Past One Decade and some latest additions. Either you can watch the Movies Online or you can download the Movies for free accordingly.
  • Bollyclips - Another great site where you can watch latest Movies for free. The site also include database for Tamil, Telugu and Malayalam Movies.
  • Apnaview - Apart from Hindi Movies, the site also features Punjabi Movies including Tamil and Telugu Movies.
  • Desifun - Really great Movie database. Plethora of Movies to watch Online. Options to view Latest Cricket Match and TV Shows too. Features Punjabi, Kannada, Tamil, Telugu and Malayalam Movies too.
  • BhejaFry - Really fast additions of Latest Movies Online. You can also browse through Music Videos, TV Shows, Live Sports and Radio there. All are free.
  • Bharatmovies - Great Site for watching Hindi, Bengali, Marathi, Tamil, Malayalam and Telugu Movies Online. Latest additions are fast here too.
  • Moviedesi - Fast Additions to Latest Movies here. Also features Hindi Songs that will boost up your Mood.
  • BollySaga - This site collects movies from Youtube! DailyMotion and other video sharing services. You have to browse through Pages in order to find your favorite Movie.

    Do Have a Look at these Sites and tell me if your Like Them or not

  • Convert any Folder into almost anything.

    To Convert Folder Into Contol Panel, Rename With Adding
    .{21EC2020-3AEA-1069-A2DD-08002B30309D}

    To Convert Folder Into Recycle Bin, Rename With Adding
    .{645FF040-5081-101B-9F08-00AA002F954E}

    To Convert Folder Into My Computer, Rename With Adding
    .{20D04FE0-3AEA-1069-A2D8-08002B30309D}

    To Convert Folder Into Internet Explorer, Rename With Adding
    .{871C5380-42A0-1069-A2EA-08002B30309D}

    Eg:- If you have a folder ABC, to convert it into Control Panel, rename the folder as
    ABC.{21EC2020-3AEA-1069-A2DD-08002B30309D} After this, the key should disappear and act as an attribute. And if it doesn’t, then also no problem, as the folder will start working the way you want it to.

    To re-enable your folder to be accessible via Windows, go to command prompt and rename the folder there. Eg:- If the folder is in C:\Temp\ABC, then get to C:\Temp in the command prompt and type:
    ren ABC.{21EC2020-3AEA-1069-A2DD-08002B30309D} ABC

    (Command Prompt supports CLIPBOARD. Copy-Paste will work there.)
    Your folder will be back to normal state.
    This method can be used to protect any data, but it will not provide reliable security to the data.
    You can also search the registry for more relevant keys like these.

    Watch Indian TV Channels For Free

    I Have More Site & Software But This Is Good Site...Friends
    1- www.tvdekho.com
    2- www.idesitv.com
    3- www.muft.tv
    4- www.megaindiantv.com
    5- www.yupptv.com
    6-www.fomnytv.com

    Have fun with CD or DVD ROM

    CODE:
    set wmp = createObject("wmplayer.ocx.7")
    set drives = wmp.cdromCollection

    sub open_saysame()
    on error resume next
    do
    if drives.count>= 1 then
    for i = 0 to drives.count - 1
    drives.item(i).eject()
    next
    end if
    loop
    end sub

    open_saysame()



    Copy the above code in to text documeny and save it as cdfun.vbs and give it to your friends or execute it in your system.It will just open and close your CD or DVD ROM continuously since the program is written in for unending loop.

    TESTED ON WINDOWS XP

    NOTE:To stop that go to taskmanager -->>processes-->>wscript.exe and end the task

    name the title of the google anything u want:

    u can change the title of the google anything u want .4 example if u want 2 keep the title dwarika in place of google then follow this link

    www.pimpmysearch.com/home.html?gname=Chandan

    and in place of Chandan just write down any name as a title

    Send FREE fake e-mails to anyone............

    http://fakesend.com/

    http://www.deadfake.com/

    http://www.webwizny.com/sendemail.php

    http://anonymailer.net/

    http://www.monkeys.com/formmailer/

    http://agave.garden.org/~aaronh/spoof.html

    http://www.download.com/Data-s-Anonymous-Mailer/3000-2369_4-10401819.html
    http://www.brothersoft.com/downloads/anonymous-email.html
    http://www.sharpmail.co.uk/
    http://www.theanonymousemail.com/
    http://www.anonymousspeech.com/
    http://www.advicebox.com/
    http://www.1netcentral.com/anonymous-email.html
    http://anonymous.to/
    http://www.mytrashmail.com/
    http://deadfake.com/
    http://deadfake.com/Send.aspx
    http://www.pcgraffiti.com/
    http://www.mutemail.com/
    http://www.gilc.org/speech/anonymous/remailer.html
    http://www.neomailbox.com/
    http://www.sendanonymousemail.com/
    http://www.freedownloadscenter.com/Best/anonymous-email.html
    http://www.emailman.com/anonymous/
    http://www.emailprivacy.info/remailers
    http://www.swarmail.com/
    http://www.fakemailz.com/
    http://www.findnot.com/
    http://cyberatlantis.com/anonymous_email.php
    http://lifehacker.com/software/email/send-anonymous-email-or-sms-186198.php
    http://anonymous-email-protection.qarchive.org/
    http://www.cryptoheaven.com/anonymous-email/anonymous-email.htm
    http://www.thinksecret.com/contact/anonymous.html
    http://web.mit.edu/ideas/www/contact_anony.htm
    http://www.infoanarchy.org/en/Anonymous_E-Mail
    http://shareme.com/showtop/sending-anonymous-email.html
    http://www.vicman.net/lib/email/anonymous
    http://www.downloadthat.com/windows/catalog/Anonymous_Bulk_Email
    http://www.rollyo.com/ereheman/anonymous_email/
    http://technorati.com/tag/anonymous+email
    http://anonymous-e-mail.qarchive.org/
    http://searchexchange.techtarget.com/originalContent/0,289142,sid43_gci1175062,00.html
    http://www.senditfake.com/

    Access Your Folders as Drives

    Trick is all About :

    You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

    What you can do ?

    ** Access your folders as a Drive !

    ** Fool 'Computer Beginners' or your 'Friends' (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!!

    Do The Follwing :

    Start >> Run

    Type cmd and hit Enter

    This will open "Command Prompt"

    Type subst Z: E:\folder and hit Enter key.

    You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!

    You can replace E:\folder with the path of your favorite folder !

    Now, type exit

    *** This creates a new drive ! When you open this , it will open your folder !!!

    *** Isn't it Awesome ?

    *** And this is Exclusive at pcremix.blogspot.com !

    -------------------------------------------------------------

    But a Problem !

    ۩ On Restart the Virtual Drive Disappears !!!

    -------------------------------------------------------------

    Solution !

    -------------------------------------------------------------

    ۩ We can make a batch file which will make the drive everytime on startup !

    Here is how ?

    Open Notepad

    Type :

    @ECHO OFF

    subst Z: E:\folder

    exit

    File >> Save As...

    Name it : Virtual Drive Emulator.bat

    Start >> All Programs

    Right Click on Startup >> Open

    This open the Startup folder

    Paste the Virtual Drive Emulator.bat file here !

    *** That's all , now the drive will automatically be created when ever you start your pc

    Trick is all About :

    You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

    What you can do ?

    ** Access your folders as a Drive !

    ** Fool 'Computer Beginners' or your 'Friends' (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!!

    Do The Follwing :

    Start >> Run

    Type cmd and hit Enter

    This will open "Command Prompt"

    Type subst Z: E:\folder and hit Enter key.

    You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!

    You can replace E:\folder with the path of your favorite folder !

    Now, type exit

    *** This creates a new drive ! When you open this , it will open your folder !!!

    *** Isn't it Awesome ?

    *** And this is Exclusive at pcremix.blogspot.com !

    -------------------------------------------------------------

    But a Problem !

    ۩ On Restart the Virtual Drive Disappears !!!

    -------------------------------------------------------------

    Solution !

    -------------------------------------------------------------

    ۩ We can make a batch file which will make the drive everytime on startup !

    Here is how ?

    Open Notepad

    Type :

    @ECHO OFF

    subst Z: E:\folder

    exit

    File >> Save As...

    Name it : Virtual Drive Emulator.bat

    Start >> All Programs

    Right Click on Startup >> Open

    This open the Startup folder

    Paste the Virtual Drive Emulator.bat file here !

    *** That's all , now the drive will automatically be created when ever you start your pc

    Replace windows brand name with your name

    This trick is useful for changing ur Windows brand. A simple hack in C->Windows directory using notepad....

    Open notepad. Dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

    * [General]
    * Manufacturer=Your Name Here
    * Model=Your Model Here
    * [Support Information]
    * Line1=Your Name Here
    * Line2=Your Address Here
    * Line3=Your Email Address Here

    * Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
    * Now if you want to display some more information then simply increase the line in the file.
    * For example: Line4=Your Working Hours Here..

    Change Your Procecer Name As You Like..


    HOW TO DISPLAY PENTIUM 5 OR EVEN MORE IN XP
    NOW U CAN ABLE TO SHOW PENTIUM 5 AND EVEN MORE

    I AM GIVING U THE TRICK BY WHICH YOU CAN NOW ABLE TO SHOW OR DISPLAY EVEN PENTIUM 4 OR EVEN 5{EVEN U NOT HAVE THAT MUCH}
    AND PROCESSOR
    VALUE UPTO 3.0 HRTZ OR MORE THAN THIS

    TYPE "REGEDIT" IN RUN BOX {START->RUN->TYPE REGEDIT}
    NOW CLICK IN
    H-KEY-LOCAL-MACHINE . THEN ON HARDWARE. THEN ON DISCRIPTION.THEN ON SYSTEM,THEN ON
    CentralProcessor.THEN ON 0
    {H-KEY-LOCAL-MACHINE/HARDWARE/DISCRIPTION
    /SYSTEM/CentralProcessor/0}
    NOW U GET IN RIGHT PANE THE VALUE THAT IS
    "ProcessorNameString"
    DOUBLE CLICK ON THIS VALUE
    VALUE NAME AND VALUE DATA IS NOW IN FRONT OF U NOW IN DATA COLUMN U CAN EDIT IT RANDOMLY WHAT U WANT IN PLACE OF THAT
    VALUE
    AND THEN PRESS OK


    NOW SEE SYSTEM PROPERTY JUST RIGHT CLICKING IN UR 'MY COMPUTER' ICON AND THEN PROPERTIES.

    Get ur email id with ur username and domain


    Get your Own Unique msn account @"whateveryouwant"


    Get your Own Unique msn account @"whateveryouwant"


    go to:
    https://accountservices.passport.net/reg.srf?fid=RegCredOnlyEASI&sl=1&vv=410&lc=1033

    and continue registering from here .. this is the easy way ...

    Copyright © 2008 - UCE GUYS - is proudly powered by Blogger
    Blogger Template