Google+ PC Cracks,Tips, and Tricks

Tuesday, January 21, 2014

Automatically Note The Time In NotePad

1... Open a blank Notepad file
2... Write .LOG as the first line of the file,press enter. Save the file and close it.
3... Double-click the file to open it and notice that Notepad appends the

       current date and  time to the end of the file and places the cursor on the
       line after.  
4...Type your notes and then save and close the file.
     
        ☺ This is useful for Daily Dairy ♫♪
     
    

Tuesday, January 14, 2014

Some Essential Shortcuts

 ☺Accessing Windows Features

Win+e                           :- Open My computer
Win+r                            :- Open Run window
Win+f                            :- Open Window Search
Win+F1                         :- Display Window Help
Shift when inserting         :- Prevent from automatically playing
                                              CD or DVD
Win+p                           :- Choose Presentation Display Mode
Win+l                            :- Lock the keyboard/ computer

Restart.....

Long Time No see......
Lets Start Again.......

Saturday, February 19, 2011

ATTRIB DOS COMMAND (With Pics)

Go to "run" and type "cmd'
About attrib


Attrib allows a user to change the properties of a specified file. Using attrib, the user has the capability of changing the file to have any of the below attributes. Note if you're wanting to change the ACL's of a file see the CACLS command.
Read-only - allowing the file to be only viewed and not written to.
Archived - allowing Microsoft backup and other backup programs to know what files to backup.
Hidden - making the file invisible to standard users.
System - making the file an important system file.

Show/Hide System Files and Folder using Windows Registry

This is an alternate method to show/hide system files and folders on a Windows PC. Most likely, you should use this simple method to do the same thing if you don't want to take risks modifying your registry.
IMPORTANT This article will guide to some steps to modify your Windows Registry. Stop if you're not familiar with the Windows Registry. Making a wrong change on the Windows Registry could cause critical problems to your computer.
Proceed at your own risks
1. Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
2. Expand to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
3. If the value "SuperHidden" exists, double-click on it to edit its value to (0 = show hidden, 1 = do not show)
4. If the value "SuperHidden" does not exist, create it as follows
Name: SuperHidden
Type: DWORD
Value: 0
(0: show hidden, 1: do not show)

Show/Hide System Files Using Registry