Wednesday, May 26, 2010

Dual screen switcher icon - Dell Laptop with Intel wideo card

The Intel Graphics Media Accelerator (GMA) allows hotkeys to be used to switch screens around (and other things) while in dual-screen mode. To do this, it runs a hotkey manager. Dell has injected some code somewhere that recognises when the hotkey manager is running and the dual-screen mode is active, and imposes their own arrow icon button into the title bar.

I had half-suspected the Intel GMA hotkeys may be involved, and had disabled them through the GMA interface, but this still leaves the manager itself running.

Solution - in the short-term, check the active processes in Task Manager and locate hkcmd.exe. Kill this process, and the arrow goes away, but will come back next time you reboot (or login?).
To get rid of it permanently involves removing an entry from the registry (always export your registry before tinkering with it - just in case). Navigate to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and delete the hkcmd.exe element, then reboot.

Tuesday, March 16, 2010

Remove the Blogger Navbar

Insert

#navbar-iframe {
display: none !important;
}

After the tag and before the

Thursday, January 28, 2010

IP Subnet Calculator

http://www.subnet-calculator.com/subnet.php?net_class=A

IP Subnet Calculator

The IP Subnet Mask Calculator enables subnet network calculations using network class, IP address, subnet mask, subnet bits, mask bits, maximum required IP subnets and maximum required hosts per subnet.

Results of the subnet calculation provide the hexadecimal IP address, the wildcard mask, for use with ACL (Access Control Lists), subnet ID, broadcast address, the subnet address range for the resulting subnet network and a subnet bitmap.

For classless supernetting, please use the CIDR Calculator. For classful supernetting, please use the IP Supernet Calculator. For simple ACL (Access Control List) wildcard mask calculations, please use the ACL Wildcard Mask Calculator.

Note:
These online network calculators may be used totally free of charge provided their use is from this url (www.subnet-calculator.com).

Sunday, January 24, 2010

Outlook 2007 - Apply Free/busy publishing across an organization

Step 1 Download the office Administrative Template files link below

http://www.microsoft.com/downloads/details.aspx?FamilyID=92d8519a-e143-4aee-8f7a-e4bbaeba13e7&DisplayLang=en - 2007 Office system Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool version 2.0


Step 2 extract files to a folder by double clicking on AdminTemplates.exe and following the prompts.


Step 3 Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers.


Step 4 Right-click domain name, and then click Properties., Click the Group Policy tab. In the Current Group Policy Object Links for domain name list, select Default Domain Policy.

Note The Default Domain Policy Group Policy object is used here as an example. A new policy can also be created to apply the settings for all the users in the domain.


Step 5 Click Edit, and then expand User Configuration in the left pane. Right-click Administrative Templates, and then click Add/Remove Templates.

Click Add, and then go to the location the Admin templates.exe files were extracted and under \ADM\en-us


Step 6 Click Outlk12.adm, click Open, and then click Close.


Step 7 Expand Administrative Templates, and then expand Microsoft Office Outlook 2007. Expand Tools | Options, and then expand Preferences. Expand Calendar options, and then click Free/Busy Options. In the right pane, double-click Options. In the Options Properties dialog box, click Enabled. In the Months of Free/Busy information published list, select the value.

Note If you do not want to change the default value for the Months of Free/Busy information published list, select the Prevent users from changing Months of Free/Busy information being published check box.


Step 8 Click Apply, and then click OK.


Step 9.Update the Group Policy settings. To update the Group Policy settings in Microsoft Windows Server 2003, follow these steps:

a. Click Start, click Run, type cmd in the Open box, and then click OK.
b. At the command prompt, type gpupdate /target:user /force, and then press ENTER.
c. At the command prompt, type exit, and then press ENTER.


To update the Group Policy settings in Microsoft Windows 2000 Server, follow these steps:

a. Click Start, click Run, type cmd in the Open box, and then click OK.
b. At the command prompt, type secedit /refresh user_policy /enforce, and then press ENTER.
c. At the command prompt, type exit, and then press ENTER.

Monday, January 18, 2010

Batch file to copy file and append date

Set CurrentDate=%Date%
Set CurrentTime=%Time%
Set YYYY=%CurrentDate:~10,4%
Set MM=%CurrentDate:~4,2%
Set DD=%CurrentDate:~7,2%
Set Source=C:\Identipass\identipass.mdb
Set Destination=E:\Data\Identipass_%YYYY%%MM%%DD%.mdb
Copy %Source% %Destination%

SMS Remote Control Permissions

Go to Site Settings > Client Agents > "Remote Tools Client Agent" properties.
Under the Security tab go to Permitted Viewers.
Either add the user names individually; or you may want to consider creating a Domain group like...
"SMSRemoteControl", add the username to that; and add SMSRemoteControl to the Permitted viewers list.
Allow up to 24 hours for the modified policy to filter down to all clients adding this new permitted viewer.

Thursday, January 14, 2010

Developer Tag in Microsoft Office 2007

  1. Right click on the Excel (or any office 2007 application) menu (not the ribbon, but the menu with Home, Insert, Page Layout, etc.).
  2. Select "Customize Quick Access Toolbar"
  3. Go to Popular area in the form that shows up.
  4. Check the box that says "Show Developer Tab in the Ribbon".