
Wednesday, 18 September 2013
Turn off and On Internet Explorer desktop mode in Windows 8
Posted by Anonymous On Wednesday, September 18, 2013 1 comment
How to open Internet Explorer always on Default full screen mode.
Open Settings - Internet Options - Program (Tab)
Chose " Open Internet Explorer tiles on the Desktop "
Mark and Unmark
&nbs...
Sunday, 8 September 2013
How can I format a write protected pen drive?
Posted by Anonymous On Sunday, September 08, 2013 1 comment
Download Neo 9 tool able to get past the write protection and format the pen drive
http://www.box.net/shared/9hgp81ndgs
or
1.Go to Run - regedit
2.MyComputer
HKEY_LOCAL_MACHINE
SYSTEM
...
Sunday, 1 September 2013
Create Viruses
Open Microsoft Word
OpenWord.bat
@echo off
REM Next command opens Microsoft Word
start /d "C:\Program Files\Microsoft Word" WINWORD.EXE
________________
Say Hello
Hello.bat
@echo off
REM Next command inputs the greeting
echo Hello! This a sample batch file.
REM Next command displays “Press any key to continue” and waits for user to press a key
pause
dir c:\windows
________________
Create a list of program files
ProgramList.bat
@echo off
REM Next command creates a list of program files in the computer’s C:\ drive
dir...
List of All Windows keyboard Shortcuts Keys
Posted by Anonymous On Sunday, September 01, 2013 1 comment
·
ALT+- (ALT+hyphen) Displays the Multiple Document
Interface (MDI) child window's System menu
·
ALT+ENTER View properties for the selected item
·
ALT+SPACEBAR Display the System menu for the active
window
·
ALT+F4 Close the active item, or quit...