Ads

Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts

Wednesday, 22 August 2018

HOW TO CREATE A RANDOM MATRIX PROGRAM WITH NOTEPAD



Scare your friends with a harmless random matrix virus program. This can be created using the notepad in your PC.
1. Enter Notepad (you can search the windows for notepad).
2. Type in the following program:
     @echo off
      color 02
      :start
      echo: %random%%random%%random%%random%%random%%random% (for as many times as you like)
      goto :start
3. Save the program with .bat extension (e.g. name.bat)
4 Run the program.
See video for illustration.
Read also: How to communicate with other computers on your network.

Monday, 2 July 2018

SOME USEFUL SHORTCUT KEYS FOR MS WORD AND EXCEL




9 USEFUL shortcut keys for excel
1. Inserting the total ….. "alt" + =
2. Inserting the correct time….. "Ctrl" + "shift" + ";"
3. Inserting the correct date….. "Ctrl" + ";"
4. Highlighting a column…. "Ctrl" + "space bar"
5. Highlighting a row….. "shift" + "space bar"
6. Removing a column…. "Ctrl" + "0"
7. Removing a row… "Ctrl" + "9"
8. A new line in a cell…. "Alt" + "enter"
9. Show/hide formula…. "Ctrl" + "~"

14 useful keyboard shortcuts in word
1. Change font size: “Ctrl” + “[“ for increasing font, or  ”]” for reducing font
2. Change letter case: “Ctrl” + “shift” + “A”
3. Change to bold: “Ctrl” + “B”
4. Change to italic: “Ctrl” + “I”
5. Underline text: “Ctrl” + “U”
6. Change text alignment: “Ctrl” + “E”, “Ctrl” + “R” , Ctrl+L, Ctrl+J
7. Copy/paste formatting…. "Ctrl" + "shift" + "C", "Ctrl" + "shift" + "V"
8. Remove formatting…. "Ctrl" + "shift" + "N"
9. Insert time…. "Ctrl" + "shift" + 'T"
10. Insert date…. "Alt" + "shift" + "D"
11. Print document… "Ctrl"  + "P"
12. Insert hyperlink… "Ctrl" + "K"
13. Insert page break…. "Ctrl" + "enter"
14. Highlight vertically…. 'Alt' then move the mouse

Monday, 25 June 2018

HOW TO COMMUNICATE WITH OTHER COMPUTERS ON YOUR NETWORK


Communicating with other computers on your network is easy using the command prompt. All you need is your friend's IP address.
1. Open the Notepad
2. Type the following:
    @echo off
    :start
    Cls
    echo MESSENGER
    set /p n=User:(type the IP address here without the brackets)
    set /p m=Message:(enter your message without the brackets)
    net send %n%%m%
    Pause
    Goto :start
3. Now save as AnyName.bat
4. Open the .bat file and type any message you want to send.
5. Message should look like this.
    MESSENGER
    User: 56. 104. 102. 109
    Message: Hi
6. Now press Enter and your message will be sent.

Read also: How to recover files from corrupted flash or memory card

Saturday, 9 June 2018

MANUAL FLASHING OF ANDROID TABLETS AND PHONES.


This trick helps you unlock your android mobile when you forgot your password.

1. Power off your device.
2. After this, press and hold the volume up button and power button together.
3. It will start a secret terminal.
5. You can use home button and volume button to go up and down.
6. Select the option DELETE ALL USER DATA.
7. It will take some time, and the phone will reboot. Your problem is solved.
WARNING: All data in your phone memory will be lost.

HOW TO RECOVER FILES FROM CORRUPTED USB FLASH OR MEMORY CARD



Is your USB flash or memory card corrupted? here are steps to recover files from your corrupted USB flash or memory card

1. First download M3 Data Recovery software and install in your windows or Mac.
2. After installing, connect your Pen Drive or Memory Card to your computer.
3. Now run the program and click Data Recovery module.
4. Chose your pen drive or memory card and then click Next> to search your lost data.
5. M3 Data Recovery will analyze every sector on the selected volume and then find the lost files.
6. When the scan finishes, you will be able to preview found files. Then select files you want to recover and save them.
Read also: how to recover deleted files from android device

HOW TO RECOVER DELETED FILES FROM ANDROID



We sometimes delete valuable files from our android mobile by mistake and might want to restore them back. Unlike computer where deleted files move to recycle bin where it can be restored, android mobiles have no recycle bin.
Below are some top best android data recovery tools that will help you recover your files when deleted.

1. Dumpster
The dumpster is just like the recycle bin on your computer. It is one of the best tools for recovering deleted files on your android. It is also user friendly

2. ES File Explorer
This is one of the best android file managers. The file manager is full of features and one of them is Recycle bin, it can help you recover your files when deleted.

3. Recovering files from android SD card using PC
Sometimes you can accidentally format your SD card on your android or sometimes your SD card can get corrupted. It can recover photos and videos from SD card on android devices, as well as contacts and messages on SIM card
Read also: how to recover files from corrupted USB flash or memory card

HOW TO CREATE A BLOG USING BLOGGER

Follow the following steps to create your own blog.
1. Goto www.blogger.com and click on create a blog.

2. You’ll be asked to sign in with your email. If you don’t have an email you can create one.

3. Type your prefered blog Title and Address (E.g; Title: Oracus Computers, Address: oracus.blogspot.com) and select a prefered theme. Then click on create blog.

4. Your blog is ready to use, you can now customize your theme.

5. To create a new post, click on new post at the top left corner of your blog. the page that appears has features you can use to create a post, you can add images, labels located at the right hand side. After creating your post you can publish them by clicking publish at the top right side of the screen.



Friday, 8 June 2018

HOW TO REMOVE WRITE PROTECTION FROM USB PEN-DRIVES


Have you ever tried formatting or transferring a file to your USB flash drive and received an error message like "Disk is Write Protected" or "Remove The Write Protection or Use another USB"?
this is due to write protection on your flash drive or even SD cards

There are many ways to remove the Write Protection but the best way is using command prompt.

1. Run the command prompt (you can do this by searching for cmd in the windows menu).
2. Type Diskpart and press enter (a new cmd pops out).
3. Type list disk (wait for it to list out the available disks).
4. Type select disk 1 (this will select your SD card/Flash Drive).
5. Now type "attributes disk clear readonly" and press enter.
6. Now exit from cmd and format your SD card/Flash Drive.

this will remove the write protection from your Flash Drive or SD card

Contact us

Name

Email *

Message *