Saturday, February 15, 2014

Creating Good Passwords


Creating Good Passwords

Most people don't have good passwords because they don't understand how to create them. This how to provides some tips to help create secure passwords in a format that is ready to provide to your users as part of a training packet.


  1. Avoid Dictionary Words
    First of all, avoid using dictionary words, this includes words from science fiction dictionaries, foreign dictionaries, and dictionaries of common names. Even obscure words from science fiction or fantasy worlds are in special dictionaries and are guessed.

  2. Avoid Appending a Number to a Dictionary Word
    Most people think that appending a number to a dictionary word makes their password stronger. This is false, avoid simply adding numbers to common words.

  3. Avoid Using Significant Dates and Names
    Avoid using significant dates such as anniversaries or birthdays in your password, these are easy to guess by people who know you. Also avoid using names of family members and pets, they are also easily guessable.

  4. If You Can Memorize Random Passwords Do So
    If you are capable of memorizing a string of 6-10 random letters, numbers and symbols randomly generate your password and memorize it. This will give you the most secure password possible. Don't think you can do it, think about how many random sets of numbers you know such as your SSN, phone number, etc
    .
  5. Use Mnemonics of Phrases
    Rather than using words, use a seemingly random phrase to create a mnemonic. For example IwtbotTo2C seems very random, the mnemonic is "It was the best of times Tale of Two Cities" the first line and title of one of my favorite books. Poems, song lyrics, etc. make great quotes to use as a mnemonic, the more obscure the better.

  6. Substitute Numbers and Special Characters
    Substitute numbers and special characters for letters, preferably in short phrases rather than individual words, for example N0G00dD33d or DefyGr@v1ty.

  7. Memorize your Password
    Whatever method you choose to create a good password, choose something that you can memorize without writing it down. If you absolutely must write down a password keep it is a secure location, never around your work-space.

  8. Use Separate Passwords for Work and Personal
    Keep seperate passwords for your work and personal accounts. This way if one is compromised the other will not be.

Conclusion:

Create strong passwords and your network will be more secure avoiding problems instead of recovering from them. Users do not create poor passwords because they want their account broken into, they create them because they don't know how to do better.


Friday, February 14, 2014

10 Speed Up Windows Tips

Is your Windows slowing down lately? Follow these 10 Steps to SPEED IT UP!

Step 1. Disk Space Check

1. CHECK YOUR HARD DISK SPACE. As a rule, you want to keep at least 15% of the hard disk space free to keep the computer running smoothly. Simply go to My Computer, right-click on Hard Drive, and go to Properties. There you'll see a pie chart of your free versus used space. If it’s mostly full, you'll want to start by removing unnecessary programs and files; if it’s not, you probably want to tackle the actual way your computer operates.




Step 2. Uninstall Unnecessary Programs 

2. UNINSTALL THE SOFTWARES THAT YOU DO NOT USE. Go to Control Panel > Add or Remove Programs (or Uninstall a Program, depending on your operating system) to find a master list of programs installed on your computer. Some things will strike you as useless immediately, in which case you can remove them right away. Others won’t look familiar to you and may require you some research.


Checking Last Used On just to make sure...

It may help to see how often you use the program. If you right-click one of the column titles above your program list (ex. Name, Publisher, Size, Installed On, etc.), you should be able to add additional characteristics by which to judge your programs. For example, find Last Used On on the list of options and check it; a column displaying the last time you used each program will now appear and can also be used to sort your programs. Some programs will not have been used in years and may be candidates for deletion.



Step 3. Empty Recycle Bin

3. ALWAYS make it a habit to Empty your Recycle Bin.



Step 4. Using msconfig to limit start-up programs/applications

4. WINDOWS START-UP: Prevent unnecessary programs from starting when the computer boots. The more programs try to run while your computer initializes, the slower everything your computer will be. Revise your start-up programs by altering your system configuration via msconfig.

UNCHECK the programs that you don't need during start-up (e.g. Yahoo Messenger, Groove Monitor, uTorrent, BitTorrent, Skype etc..). You can run this programs only when you need it and not during start-up.



Step 5. Install an Anti-Virus and Anti-Malware

5. INSTALL AN ANTI-VIRUS PROGRAM, spyware scanner, and an anti-malware. The fewer bugs, viruses, and bits of adware your computer has to manage, the more time it will have to devote to other processes. While you're at it, make a point of keeping Windows up-to-date; not only will this keep Windows itself in better shape, but some viruses ride in on Windows updates that are downloaded way after the fact (and therefore not monitored as closely).



Step 6. Disk Cleanup

6. RUN DISK CLEANUP. This can clean up hundreds of megabytes of temporary files – sometimes even gigabytes (if you have Windows XP, Vista, or 7). It will also open a window in which you can chose what to delete. Go to My Computer, right-click the Hard Drive and select Properties, and then click Disk Cleanup (within the General tab). Check all the boxes except for the game files and setup files.



Step 7. Disk Defragment

7. DEFRAGMENT YOUR HARD DRIVES. This will reconfigure the way the hard drive stores information for maximum efficiency. Go to My Computer, right-click the Hard Drive and select Properties, then go to the Tools tab and click Defragment Now.



Step 8. Check Disk for Errors
8. CHECK YOUR DISK FOR ERRORS. Disk errors slows down your computer. Go to My Computer, right-click the Hard Drive and select Properties, then go to the Tools tab and click Check Now under the Error-Checking area. When the dialogue box opens, check both boxes.

If you get a window saying that Windows can't check the disk while it's in use, click on Schedule Disk Check and then OK. Disk check will run on your next reboot.



Step 9. Turn off Indexing

9. TURN OFF INDEXING. Go to My Computer, right-click the Hard Drive and select Properties, then uncheck the box indicating that the drive should be indexed. Don't do this if you actually use any of the Windows Search functionality. The background indexing is what makes those searches fast and Windows is already very good about not getting in your way to do indexing while you're trying to do something else.



Step 10-A. Create a batch file to Clear the Prefetch Folder

10. CLEAR THE PREFETCH FOLDER. Windows saves a file of the program you are using to make it start up faster. After years of use, this folder gets stuffed with irrelevant programs. 

10-a. Create a batch file to accomplish this task. Simply, open Notepad and type the following lines:

@echo off
cls
del C:\Windows\Prefetch\*.* /Q
Rundll32.exe advapi32.dll,ProcessIdleTasks 

(Copy and paste this text to ensure you don’t make any mistakes.)

Step 10-B. Saving the FASTER.BAT

10-b. Save as faster.bat (the .bat extension will run it as a batch file).

Step 10-C. Run the batch file.

10-c. Run faster.bat. Simply double-click the file to initialize. In a few moments, the command prompt will disappear and your programs should run more smoothly.

Wednesday, February 12, 2014

desktop.ini

Problem:

After you turn on your computer the desktop loads and...


Notepad Starts With "[.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\System32\Shell32.dll,-21787" When You Start Your Computer

Solution:
  

1. Open Windows Explorer, then click on Organize -> Folder and Search Options.
2. Go to View tab.
3. Under “Hidden files and folders” tree, select Show hidden files, folders and drives.
4. Uncheck Hide protected operating system files in order to be able to view the hidden desktop.ini file.
5.Click OK when done.
6. Navigate to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup folder, or alternatively, just type shell:common startup in Start Search and hit Enter.
7. Delete desktop.ini file inside the folder.
8. Navigate to C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup folder, or alternatively, just type shell:startup in Start Search and hit Enter.
9. Delete desktop.ini file inside the folder.
10. The bug has been fixed, and no Notepad window with desktop.ini will appear on reboot or startup anymore.

Windows 7 Desktop Goes Crazy

Problem:
Computer works fine only that when you click the desktop icons like My Computer, Documents...
the windows are opened MINIMIZED. The opened windows won't MAXIMIZE.

Even running Windows Explorer and regedit still loads MINIMIZED 


Solution:


1. Create a batch file with the following lines:


@echo off
cls
:: To reset all folders to default folder views
Reg Delete "HKCU\Software\Microsoft\Windows\Shell\BagMRU" /F
Reg Delete "HKCU\Software\Microsoft\Windows\Shell\Bags" /F

Reg Delete "HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags" /F

Reg Delete "HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU" /F

Reg Delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /F

Reg Delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags" /F

Reg Delete "HKCU\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\Bags" /F

Reg Delete "HKCU\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /F
:: To kill and restart explorer
taskkill /f /im explorer.exe
start explorer.exe

2. Save the file and name it like: 'resetmydesktop.bat'


3. Run the batch file.