Ak CreationZ. Powered by Blogger.

Monday 30 September 2013

C program to shutdown windows7

0 comments

#include <stdio.h>
#include <stdlib.h>
main ()
{
char ch ;
printf ("Do you want to
shutdown your computer
now (y/n) \n ") ;
scanf ( "%c" ,& ch ) ;
if ( ch == 'y' || ch == 'Y' )
system ( "C: \\ WINDOWS\\
System32 \\
shutdown /s" ) ;
return 0 ;
}

Sunday 29 September 2013

Secure Browsing Tips

0 comments
1. Never keep same password for different services you use online like gmail , facebook, bank accounts etc.,
2. Use multiple accounts so that you dont get spams in your personal/ official email address.
3. Install good Antivirus and Two way firewall.
4. Use VPN for hiding identity and secure browsing when using internet out of your home.
5. Update your OS, Antivirus, Firewall and Browsers regularly.
6. Install a good spyware & Adware scanner .
7. Never provide personal information openly in public websites. Share your information carefully.
8. Never click on unwanted or suspiicious links. It may be hacking attempt.
9. Change your passwords regularly to increase the security of your daily actiivities.

Wednesday 25 September 2013

Notepad trick to Display Time and Date

0 comments
  1. Open Notepad Type   .LOG(Case Sensitive)
  2. Save As anyname.txt 
  3. Open it you cant see the time and date