Fix Flash Player Local Storage Error

Having problems with a local storage error when trying to play flash videos on YouTube or other websites?

If you’ve reinstalled Flash Player but still have the same error, then try removing the website from the Website Storage Settings Panel, which can be found here: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html

Note that the manager just underneath the title of “Website Storage Settings Panel” isn’t an image, it’s the flash application you’ll use to remove the website. Simply choose the website you’re having problems with, then delete it and try watching your video.

How to quickly add/remove/enable or disable user accounts in Windows 7

The commands below are to be entered into command prompt as an Administrator. They’re mainly just for quickness since some of us prefer to use commands instead of clicking around a control panel.

Add user account (change password to your own):
net user john password /add

Delete user account:
net user john /delete

Add user to a group:
net localgroup administrators john /add

Delete user from a group:
net localgroup administrators john /delete

Disable user account:
net user john /active:no

Enable user account:
net user john /active:yes