Top Menu

Powered by Blogger.

Tuesday 12 August 2014

INSTALL A CUSTOM CURSOR SCHEME FOR WINDOWS


I know that every computer user loves to use many type of cursors & pointers. You can download cursors from many platforms and you can use them but you can't use them permenently. After installing windows, your curosrs will be vanished and you will have to select your favourite cursors from start and it is very irritating. You have to browse each cursor. Now it is the world of ease and we are making it more easy. I will tell you now that how can you make your custom cursor scheme. You can save all of your favourite cursors to this scheme and then you will Apply this scheme on your Windows and all of your cursors will be ready to use.



How To Install A Custom Cursor Scheme Without Browisng 

1. First of all,open your Notepad and paste the following code in it.


[Version]
signature="$Chicago$"

[DefaultInstall]
CopyFiles = Scheme.Cur, Scheme.Txt
AddReg    = Scheme.Reg

[DestinationDirs]
Scheme.Cur = 10,"%CUR_DIR%"
Scheme.Txt = 10,"%CUR_DIR%"

[Scheme.Reg]
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"

[Scheme.Cur]
Normal.cur
Help.cur
thinking.ani
Busy.ani
Text.cur
Unavailable.cur
Vertical Resize.cur
Horizontal Resize.cur
Diagonal Resize 1.cur
Diagonal Resize 2.cur
Move.cur
Link.cur
Precision.cur
Handwriting.cur
Alternate.cur

[Scheme.Txt]

[Strings]
CUR_DIR       = "Cursors"
SCHEME_NAME   = "Linux Cursors"
pointer       = "Normal.cur"
help          = "Help.cur"
work          = "thinking.ani"
busy          = "Busy.ani"
text          = "Text.cur"
unavailiable  = "Unavailable.cur"
vert          = "Vertical Resize.cur"
horz          = "Horizontal Resize.cur"
dgn1          = "Diagonal Resize 1.cur"
dgn2          = "Diagonal Resize 2.cur"
move          = "Move.cur"
link          = "Link.cur"
cross         = "Precision.cur"
hand          = "Handwriting.cur"
alternate     = "Alternate.cur"
2. Now save your Notepad file as Install.inf
3. Download the Linux Cursor Package from Below Link 
  

4. After downloading, copy the Install.inf file and paste it to the folder where all cursors are located. For example, when you will download the Linux Cursor Package then you see that all cursors are located in Zip folder. So first Extract this Zip Folder and then paste the Install.inf file in your Cursor Folder. I have pasted the Install.inf in Cursors folder.
5.  After pasting, open your Install.inf file and Replace all Cursor names inside Inverted Commas according to the names of Cursors which are present in Folder. For example, you will have to write the name inside Inverted Commas which is the name of your desired Cursor. I have coloured the names of curosrs inside inverted commas in above code. You can also change the scheme name by changing Blue Color Code Inside Inverted Commas.




6. After changing all of your names, save your Install.inf file. After saving, Right Click on your Intsall.inf file and Click on Install.


7. When you will click on Install, your Cursor Scheme will automatically install and you can use your cursor scheme by going to Control Panel-----> Mouse------>Pointers------->Scheme-------->Linux Cursors.

8. I have tried my best to explain each & everything to you. If you still have any hesistation about above topic the you can freely ask.

No comments:

Post a Comment

Contact Form

Name

Email *

Message *