About This Site

I'm a Tech Guy for over 30 Years Knowledge of Computers, Networks, PC Gadgets. This site is to be used to share some of my knowledge and reviews

Windows 2008R2 password policy is greyed out

I needed to reduce the complexity of the password policy for a Windows 2008r2. I found the option to be greyed out. This did it immediately.

Found this on the Internet. Thank you Strangenut. Here is the original blog.

The basis of the blog is the following:

  1. Go to a command prompt
  2. Type ‘secedit /export /cfg c:\local.cfg’ and hit enter
  3. Using notepad, edit c:\local.cfg
  4. Look for the line “PasswordComplexity = 1” and change it to “PasswordComplexity = 0”
  5. You can also edit “MinimumPasswordLength = 7” to a lesser value if you like.
  6. Save the file
  7. At a command prompt type ‘secedit /configure /db %windir%\security\local.sdb /cfg c:\local.cfg /areas SECURITYPOLICY
  8. This will apply the new settings and refreshing the gpedit.msc should reflect the new settings
  9. Set your new less complex password!

The only thing you need to change is if you have 64-bit version (most will be) then you can’t use the edit command. You will need to open the local.sdb file using notepad.

 

Can’t FTP on SBS 2011

I have a client that switched from SBS 2003 to SBS 2011. They have a Xerox copier that scans to network using FTP server. I installed FTP Role on the SBS 2011 Server. Went through the wizard in setting up permissions etc. Thought everything was going well except the scanner did not talk to the new server. I tried FTP from a workstation to the new server and it did not work (timeout error). I could FTP fine from the server so I knew it must have been a firewall issue. I checked the firewall and it said it has port 21 allowed both in and out. After much frustration I manually added the rule for port 21 to allow both ways. After that it worked. Why if the rules are already there I had to add them again I don’t know.

IE8 does not show up after uninstalling IE9

Have a client that could not go back to IE8 in Windows 7 after installing IE9. What the client was doing was going into Control Panel and turning off Windows feature IE9 where he should have uninstalled IE 9 by using the following:

To remove IE9, don’t “turn Windows features on/off”, This is what you have to do:

To uninstall Internet Explorer

The following instructions apply to both Windows 7 and Windows Vista.

  1. Click the Start button , type Programs and Features in the search box, and then click View installed updates in the left pane.
  2. Under Uninstall an update, scroll down to the Microsoft Windows section.
  3. Right-click Windows Internet Explorer 9, click Uninstall, and then, when prompted, click Yes.
  4. Click one of the following:
    • Restart now (to finish the process of uninstalling Internet Explorer 9, and restore the previous version of Internet Explorer).
    • Restart later (to wait until you shut down or restart your computer).

Sorry, you are trying to use Google Calendar with a browser that isn’t currently supported.

A Client was getting this error when opening Google Calendar in IE8. I found this in a forum.

It appears to be a misbehaving Chrome Frame plugin. Uninstall the Google Chrome Frame plugin from the internet options/manage add ons panel. This solved the problem for a user who I provide tech support to.

MS Office 2010 Download The Required Feature

Seems there is an issue with the downloaded version of MS Office 2010 home and student. If you download the one with the Microsoft Click To Run and the updates are enabled you might get this annoying popup in the bottom right. It says “Microsoft Office is downloading the required feature. Microsoft Office may appear unresponsive temporarily as the required files are downloaded”

On one PC I found it would pop up this and the MS Word was freezing and pretty much useless. I searched and found this article.  The reply that helped me was to just disable the updates for the Click To Run. Open Word 2010. Click File > Help > Update Options > Disable Updates. Then close Word and start it again. After this the popup stopped and the freezing stopped.

Another reply suggested uninstall and download the Office without the Click To Run. (If you can).

Unhide Administrator Account on Windows 7

Found this on the Internet that will come in handy sometime.

Unhide Admin Account On Windows 7 with just Win 7 CD

Local Copy

Connect Iphone To SBS 2003

I have a client that got an Iphone and I had the hardest time getting it to connect to the SBS 2003 Exchange. I found this article on line and it worked for me!

Exchange 2003 and Activesync Configuration and Troubleshooting

Thank you Alan!

Here is a local copy of the article.

The part that got me going is this:

Microsoft-Server-Activesync Virtual Directory
• Authentication = Basic
• Default Domain = NETBIOS domain name – e.g., yourcompany*
• Realm = NETBIOS name
IP Address Restrictions = Granted Access
• Secure Communications = Require SSL and Require 128-Bit Encryption NOT ticked

 

Out Of Office for Outlook and POP3

The Out Of Office option in Outlook only works when you have an exchange server and the server does all the external Email. It will work if you are using SBS with the POP3 connector on the server but it will not work if you are using POP3 in Outlook. There is an article from Microsoft that will emulate the Out Of Office

Excel 2003 Files Slow To Open after Windows Update

One of my clients has this issue. Windows XP PC access a Windows 2003 SBS server. After a Windows update in June the time to open an Excel file on the server takes 30 sec to 2 min. Other PC’s that have not updated work fine. After searching online it looks like MS has introduced a File Validation add-on. This is the cause of the slowness. Either you can uninstall the add-on or disable it with a registry fix.

Here are the articles I found on it:

Article 1

Article 2

AMENDMENT:

I have added a registry fix that will fix both Excel and Word 2003 slowness.

Remove Essential Cleaner

Got a couple of computers infected with a fake antivirus called Essential Cleaner. One was on an XP PC, the other Windows 7 64-Bit. My normal malware removers could not detect it so I searched it on the Internet and found this article.

Basically it describe how to remove in manually. To remove it manually you will need to go into safe mode (F8). Once in safe mode you want to run regedit and go to the following:

KEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

In there will be some long random .exe. Note the location (Windows 7 usually in C:\ProgramData, XP under C:\Documents and Settings\Al users\Application Data). Delete the entry in the Register. Then delete the files in the directory noted above.

The XP machine also had all its files and folders flagged hidden. Some of the spyware/fake av will do this. Easiest way in XP to unhide the files is (in safe mode still) go to a DOS Prompt and at the root of C: type the following:

attrib *.* -h /s /d

This will unhide all files and folders (not files or folders that are flagged system).

ADDENDUM:

I got a Vista machine in and Malwarebytes found and removed it. Must be different strains in the wild.