Showing posts with label batch programming tricks. Show all posts
Showing posts with label batch programming tricks. Show all posts

Wednesday 25 July 2012

How to Change Windows 7 Logon Screen

HTML Online Editor Sample
Hi Friends, are you bored with the same log screen daily. Here is the trick to change that screen image. Just follow the instructions: 

  • Open run mode (i.e windows key + R)
  • Then type regedit and hit enter
  • Now navigate to    


    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background

     
  • Change value of OEMBackground to 1. ( double click OEMBackground and change the value 0 to 1)
     
change log on screen - gunaseelan

  • Now open the path C:\Windows\System32\oobe\info
     
  • And create a new folder with the name �backgrounds�  (i.e C:\Windows\System32\oobe\info\backgrounds)
     
  • Now copy paste your own image to this folder and rename the image to �backgrounddefault.jpg� and refresh the PC.
     
  • Finally press windows key + L now you can see your own logon screen.

Author Bio: This is Gunaseelan. I am very interesting in ethical hacking i give some tips and tricks in this blog. Hope you are all like those tricks. If you like means please leave a comment here of just like my fb page. And i have another one blog too for tamil kathal kavithaigal Thanks for watching this.

Shaking Your Window or Browser

Hi guys, today I post two tricks. First one is to shack your window or browser. Please do the following step:


javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)






Copy the above code and paste in the address address bar and press enter now you can see the magic




Next one is the magic with MS WORD.


  • Open a empty MS Word document.

  • And type this with =Rand (200, 99) then hit enter see the magic. 

  • Hope you enjoy those trick. Thank You.


Related Post: http://2012-tricks.blogspot.in/2012/07/check-your-computer-is-male-or-female.html

Friday 20 July 2012

Make Your Keyboard LED Dancing


Hi guys, this is a simple trick to blink your keyboard LED�s continuously by a simple batch programming. Steps:

         * Open notepad and copy paste the following code into that notepad



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


         * And then save that file as �led.vbs� (Note: Make sure need must vbs)

         * Now double click that vbs. You can see the dancing of your keyboard LED�s.


 To Stop that blinking go to task manager (control+Alt+Del). And Choose process tab then right click on wscript process and end the process.

Gunaseelan

Thanks to watching this.

___________________________________________________________