Posts

Showing posts from September, 2012
Command Prompt Command Part - 2 1. COLOR : Set the default consol colors. 2. HELP  : Provides help information for windows commands. 3. DATE  : Display or sets the date. 4. ERASE : Delete one or more files. 5. IPCONFIG : Display all current TCP/IP network. 6. MORE  : Display output one screen at a time. 7. ROBOCOPY : Advanced utility to copy files and directory trees. 8. SHUTDOWN : Allows proper Local or Remote shutdown of machine. 9. VOL   : Display a disk volume label and serial number. 10. WMIC : Display WMI Information inside command shell. Try this command in command prompt... Thanks...
Android Mobiles Secret Codes • *#*#4636#*#* phone information • *2767*3855# hard reset • *#*#7780#*#* factory reset • *#*#7594#*#* change end call/power option • *#*#197328640#*#* service mode • *#*#273283*255*663282*#*#* file copy screen (backup media files) • *#*#526#*#* wlan test • *#*#232338#*#* shows wifi mac address • *#*#1472365#*#* gps test • *#*#1575#*#* another gps test • *#*#232331#*#* bluetooth test • *#*#232337#*# shows bluetooth device ad Thanks...

Simple CMD Command part - 1

Shutdown Windows immediately : C:\>ShutDown /s /t 0 Note : Command may not power down the hardware. Restart Windows immediately : C:\>ShutDown /r /t 0 Abort shutdown/restart countdown : C:\>ShutDown /a