Nov
13
2009
0

Auto Login Windows 7

If you want your account to automatically login on Windows 7 do the following:

  1. Press the Windows key + r on your keyboard to open the “Run” window.
  2. Enter control userpasswords2 press return.
  3. The User Accounts window will open.
  4. Uncheck the box “Users must enter a user name and password to use this computer”
  5. Click “ok”
  6. Enter your current password twice – click ok.
  7. Reboot to test that auto login works..

Written by Pete in: Uncategorized |
Nov
05
2009
0

‘Your interactive logon has been disabled’

When trying to remote desktop into a Windows XP computer you get the following message:

‘Your interactive logon has been disabled’

1. Check that the user is a member of the remote users group on the computer. (You may have to login via the administrator account to do this).

2. On your server open the users profile in active directory users and computers. Under the ‘Terminal Services Profile’ tab untick the box that says ‘Deny this user permission to log on to any Terminal Server’

Written by Pete in: Uncategorized |
Nov
03
2009
1

Your sql server installation is either corrupt or has been tampered with

When turning on your computer you get the error:

‘Your sql server installation is either corrupt or has been tampered with’

Do one of the following:

1. Try to remove SQL server from add and remove programs

2. If you have the sqlserver installation file try to either repair or remove the program through that.

3. Click start > run

Type: msconfig

Click on services

Untick any services starting with MSSQL$

Written by Pete in: Uncategorized |
Nov
02
2009
0

How to show .htaccess files in Filezilla

In filezilla version 3x to show hidden files such as .htaccess files

In the Menu Bar click:

Server > Force Showing Hidden Files.

Written by Pete in: Uncategorized |
Sep
08
2009
0

How to Start a PSU Manually

Sometimes you need to start an ATX PSU without it being plugged into a motherboard.

To do this use a wire or paper clip to short the green wire to any one of the black wires.

Written by Pete in: Uncategorized |
Aug
30
2009
0

Amstrad Sky+ Box Fan Won’t Turn Off

After a recent power cut my Amstrad Sky + box’s fan would not turn off making it very noisy.

I tried a number of fixes including rebooting and leaving off for a few minutes however after rebooting the fan would just stay on again.

To fix it I left the Sky Plus box off for a full 12 hours. After rebooting it then worked.

Written by Pete in: Uncategorized |
Aug
21
2009
0

Dreamweaver CS4 Show Inbetween Braces

In IDE’s such as Eclipse and KDevelop when clicking on an opening Brace ( { ) it will automatically show you the closing brace ( } ).

This does not happen in Dreamweaver however you can get it to select everything in between the braces by using CTRL + apostrophe ( ‘ ).

Written by Pete in: Uncategorized |
Aug
20
2009
2

Magento Admin Menu Stops Working

The drop down menus in Magento admin stop working.

Fix: Check the permissions on the js folder and js/index.php – set them to 755.

Written by Pete in: Uncategorized |
Aug
19
2009
0

Enable Expire HTTP Headers

To enable a HTTP expire header to your website modify the .htaccess file and add the following lines:

<ifmodule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
</ifmodule>

(Tested on Magento but should work on other CMS including Drupal and WordPress)

Written by Pete in: Uncategorized |
Aug
16
2009
0

System config file ‘ com.apple.boot.plist’ not found when booting OS X 86 dvd

Simple solution to this one, Use a different DVD Drive. No combination of cabling, slave master or cable select would by pass this issue for me.

Plugged in a different DVD drive and the same disk booted without a problem.

Written by Benjie in: Uncategorized | Tags: , , ,

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes