Showing posts with label Tips-Tricks. Show all posts
Showing posts with label Tips-Tricks. Show all posts

How to make any Windows programs open as full screen/Maximize

We all know default Windows programs opens as a "Normal" window size, that means its dimensions won't fill the entire screen or full screen. While users simply maximize the window's size by clicking the middle icon in the upper right-hand corner, but many people don't like having to repeat the action every time when starting a windows program.Follow this step below to proceed force Windows program open as a full-screen mode.


  • Right click your mouse on any Windows shortcut icon and click Properties.
  • In the Properties window, click the Shortcut tab.
  • And then locate the Run: section and then click the down arrow on the right hand side.
  • In the drop-down menu, you will see Maximized.
  • After choose to Maximize click apply, and then click ok.
Icon Properties

  • Now open shortcut window icon, and you will see windows program as maximized.

    NOTEPAD TRICKS: 1 >> Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

    Matrix

    This trick is an awesome, look like real matrix. It’s inspired by the matrix movie, this is known as falling code trick and it’s extremely popular on social networking websites. At first open notepad and then copy and paste the following code below, and then save it with the file name“Matrix.bat”. Go to your save location and run this batch file which is created by you.

    i). Open notepad ® Copy and paste following code below:

    @echo off
    color 02
    :tricks
    echo %random%%random%%random%%random%%random%%random%%random%%random%
    goto tricks

    ii). Then save it “matrix.bat” filename extensions.

    Matrix Falling Code Effect - Notepad Trick



    iii). Now go to your save location and run it to see what happen.

    How to disable the recent document history on your computer...???

    Recent Document History

    Hi everyone here is new tricks I’m going to show you how to disable the recent document history on your computer. This is a great thing if you don’t show your recent document history.

    The bad thing about Recent Documents History is that Windows XP has to calculate what should be put there each time you boot Windows, which can slow things down.

    1. At first open the Registry Editor by pressing “windows + R” then  type “regedit” and then hit enter. (Select Start/Run, type regedit, and click OK).

    2. Now go to “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”.
    3. And then Create a NoRecentDocsHistory D_WORD key [Right Click® New ®DWORD (32- Bit) Value] . Double-click the value to open it once it is created.
    Screenshot 1 

    4. Set the Data Value to 1 to enable the restriction with hexadecimal.
    5. Click OK and close the Registry Editor. You'll need to restart the computer for the change to take effect.
    Screenshot 2

    Note: If you want to enable recent document then go to “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”. and delete “NoRecentDocsHistory” file that you have create and restart your computer.

    How to Remove Computer Virus Using Command Prompt (CMD)...???

    Computer Virus

    Each file and folder have the following attributes:

    1).  Archive A
    2).  Read Only R
    3).  Hidden H
    4).  System S
    -(minus) sign before an attribute it means removing attributes and +(plus) sign mean giving attributes to the file or folder.
    example ) attrib -r -a -s -h file.txt  this will remove all attributes from file.txt  and attrib +r +a +s +h file.txt  will give all attributes to file.txt .
    If pen drive or other hard drive is infected by virus ,Command prompt is the best option.Follow the steps given below.

    1).  Go to the command prompt by start>all programs>accessories>command prompt or press windows key+r and enter cmd .

    2).  Go to the drive where you want to delete virus example write d: to go to D drive .

    3).  Type “attrib -r -s -h *.* /s /d” without quotations  and press enter .

    4)press dir /a .

    5).  Delete all the .inf, .exe , .dll, .log extension file if they are not your files by using dos del command .

    Example:
    del autorun.inf
    if any file is not deleting rename that file by rename command
    Example:  rename dst.exe ms.bak this will rename dst.exe to ms.bak

    Now Your pen drive is virus free .

    How to Enable Hidden Window 7 Themes (alternative method).



    Here is an alternative method, how to enable hidden windows 7 themes. If previous methods are not working to then apply this method.

    Step-1:
    At First Go to Control Panel and then click on folder Options.
    Note: -- If Folder options are not available, change the view to large icons at the top-right corner of the screen.

    Step-2:
    Now click On the View tab and uncheck the box “Hide protected operating system files (Recommended)”. It will show you a warning; avoid this warning and Click Yes.

    Step-3:
    Now Go to “C:\Windows\Globalization\MCT\” Inside this folder you will see folders with name MCT-XX where XX will be AU, CA etc. These are the country codes in which these themes are automatically available.
                     Inside each MCT-XX you will see a Theme folder, now open it and click on the theme file to unlock it. Once unlocked, the theme will be available to you in personalization option.
    That’s it…@@@@@@@