Thursday, 22 November 2012

How to Change Logon Screen on Window 8

| |
0 comments
Enable or Disable Changing Lock Screen in Local Group Policy Editor NOTE: This option for using group policy is only available in the Windows 8 Pro and Windows 8 Enterprise editions. 1. From the Start screen, start typing gpedit.msc and press Enter when finished. NOTE: You could also press Windows+R to...
Read More

Thursday, 6 September 2012

How To Change & Customize Logon screen on Windows 7

| |
0 comments
Step 1 :  in the Start Menu search box, type regedit, to open up the Registry Editor. Step 2 :  Right click on HKEY_LOCAL_MACHINE and select Find. Step 3 : The search window will appear so perform a search for OEMBackground. Step 4:  Double click on the entry OEMBackground,...
Read More

Wednesday, 5 September 2012

How to Guess Birthday using Java Program

| |
0 comments
Run this program and find your Birthday in given table . If it is there push "YES" button , Otherwise "NO" and continue so on..... in the end, it will give your birthday. import javax.swing.JOptionPane; public class Birthday { public static void main(String arg[]) { String s1="1 3 5 7\n"+"9 11 13 15\n"+"17 19 21 23\n"+"25 27 29 31\n"; String s2="2 3 6 7\n" + "10 11 14 15\n" + "18 19 22 23\n" + "26 27...
Read More
Powered by Blogger.