This blog has now moved here.
Terminal Services Session Timeout
Posted by yitz98 on 8-December-2008
We use Terminal Services / Remote Desktop for running specialized software. Being that the session is often minimized, it is left inactive for extended periods several times a day. When returning to their session, they find the system locked and are required to enter their password. The solution to prevent the system from locking out users is to edit the Group Policy affecting those users. In the GPMC, go to Group Policy Objects, and right click on the appropriate policy and choose edit. Navigate to User Configuration > Administrative Templates > Control Panel > Display. On the right change both ‘Screen Saver’ and ‘Screen Saver timeout’ to Disabled.
Source: Link
Posted in Windows Server | Tagged: session timout, Terminal Services, Windows Server 2003 | Leave a Comment »
Out of Office Assistant and External Domains
Posted by yitz98 on 5-November-2008
One of the features in Exchange Server is Outlook Web Access (OWA). This will allow a user to access his entire mailbox from a web browser. When logged into OWA, under options, there is a settings called Out of Office Assistant. The user also has the option to include a note which will serve as the body of the auto-reply message to the sender.
By default, auto-reply messages are only delivered to mailboxes within the exchange domain. If an outside user sends an email to the Exchange user with Out of Office Assistant enabled, the auto-reply will not be delivered. You need to click a couple of check boxes within the Exchange System Manager as detailed here.
When I did this, I had already enabled the Out of Office Assistant, and the auto-reply messages were not getting delivered. What I did was after enabling those 2 checkboxes and restarted the necessary services, I disabled (saved) and then re-enabled the Out of Office Assistant. That did the trick – the auto-reply was delivered.
Posted in Browsers, Exchange Server, Outlook 2003, Windows Server | Tagged: auto reply, exchange, out of office, Outlook | Leave a Comment »
Printer Balloon Popups
Posted by yitz98 on 11-September-2008
How annoying are constant balloon popups from the system tray EVERY time you send a print job. Instead of turning off all balloon tips these instructions disable just print notifications:
Click Start, go to Printers and Faxes, click File , select Server Properties , click Advanced tab. Here you uncheck the following boxes:
- Show informational notifications for local printers
- Show informational notifications for network printers
Click Ok and then Apply.
(Source: here)
Posted in Windows XP | Tagged: balloon tips, printing, Windows XP | Leave a Comment »
GeekNewsCentral Podcast Shoutout
Posted by yitz98 on 9-July-2008
I would like to take this opportunity to give a shout out and promote one of my favorite podcasts. Geek News Central is a great podcast hosted by Todd Cochrane, a pioneer in the New Media space. Topics include all aspects of science and technology, new media, as well as some insight into Todd’s personal life as well. I highly recommend it.
Posted in Podcasts, Uncategorized | Tagged: central, geek, geeknews, news, Podcasts | 2 Comments »
Windows Startup Entries
Posted by yitz98 on 9-July-2008
The following are the registry entries where you can find all the program that startup at windows boot:
- HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \Run
- HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \RunOnce
- HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Run
- HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Runonce
Posted in Windows Server, Windows XP | Tagged: registry, startup, windows | 1 Comment »
Firefox 3 Hacks
Posted by yitz98 on 1-July-2008
This article has some nice tricks/hacks for Firefox 3, so I thought it was worth mentioning:
Posted in Uncategorized | Tagged: Firefox | 2 Comments »
AVG 8.0 and LinkScanner
Posted by yitz98 on 15-June-2008
Have you installed the latest version of AVG Free (8.0). If so, you will notice that there are a few new additional features than the previous version 7.5. One of those is called LinkScanner. When running a Google search, next to the results you will see a green check mark next to what are supposed to be ’safe websites.’ However, some either have no use for this, or yet some have even noticed browsing slowdowns. There is no way to remove the feature once installed, although you have two options.
The first is to disable the addon within the browswer(s). In firefox you would go to Tools > Add-ons, choose the AVG Safe Search addon and disable it. In IE, you need to go to Tools > Internet Options, then click the Programs tab at the top, then choose the button labeled Manage Add-ons. In the list titled ‘Add-ons that have been used by Internet Explorer’ find the entry called AVG Safe Search, and choose the Disable radio button at the bottom left.
Your other option, is only if you have yet to install AVG. These instructions are from the AVG web site FAQ.
How to install AVG without LinkScanner
If you wish to install AVG 8.0 Free Edition without the LinkScanner component, or uninstall this component from your program, please proceed as follows:
- Download the AVG 8.0 Free Edition installation package from our website.
- Run the installation with the parameters /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch.
One way to achieve this is to:
- save the AVG Free installation file directly to disk C:\
- open menu Start -> Run
- type
c:\avg_free_stf_*.exe /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch
- The installation will be started, and AVG will be installed without the LinkScanner component.
Posted in Security, Windows XP | Tagged: avg, link scanner, linkscanner | 2 Comments »
Internet Explorer Content Advisor Password
Posted by yitz98 on 18-March-2008
I’m not sure it’s that popular, but there is a feature in Internet Explorer called the Content Advisor that allows one to control which websites IE can visit. There is a password feature which locks unauthorized users from changing that list of allowed or restricted websites. Should you forget this password, this is how to remove it:
Note: This involves editing the Windows Registry and should only be done by someone who knows what they’re doing. And as always, please backup the Registry before making changes.
Close Internet Explorer. Go to Start > Run. Type ‘regedit’ (without quotes). Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Ratings.
In the Ratings folder you will find an entry titled ‘Key.’ Right-Click on that entry and choose delete. Close the registry and open Internet Explorer.
Posted in Internet Explorer, Security, Windows XP | Tagged: content advisor, IE, Internet Explorer, password | Leave a Comment »