The Kenzig

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, October 31, 2008

Humor: Forget it Old People.. No TV for you in 2009!

Posted on 8:53 AM by Unknown
This is one of the funniest bits I have seen in a long time from Fox's Spike Feresten show.

In 2009 TV as we know it will change......

Read More
Posted in DTV Transition | No comments

Thursday, October 30, 2008

Download Pick: XenAppPrep Tool

Posted on 10:28 AM by Unknown
Just got the following from Pete Downing at Citrix
Hello,

I am pleased to announce the final release of the XenAppPrep tool is now available and fully supported. The tool can be downloaded here:

http://community.citrix.com/display/xa/XenAppPrep+Tool

I would like to personally thank Shannon Ma for his development efforts and Matt Bator for his testing efforts.

Just to clarify because this has been the top question, here is the support matrix for the tool:
System Requirements
XenAppPrep is supported on the following operating systems:
32-bit/x64 Windows Server 2003
32-bit/x64 Windows Server 2008

In addition, the tool can be used against the following XenApp releases:
XenApp 4.0
XenApp 4.5
XenApp 5.0

In addition, the tool can be used against the following Provisioning Server releases:
· PVS 4.1
· PVS 4.5
· PVS 5.0

The tool will eventually replace the current tool once it completes its final security review:
http://support.citrix.com/article/CTX116063

This current (soon to be old) will be moved to the CDN.

Thanks and have a great day!

Pete Downing

Pete DowningSenior Product Manager, Provisioning ServerCitrix Systems, Inc.
Read More
Posted in XenappPrep Tool | No comments

Wednesday, October 29, 2008

The Internet Connection TestingTool and enabling ECN in Windows Vista

Posted on 6:48 AM by Unknown
I am alway looking for ways to speed up my PC and my internet connectivity. Being on Windows Vista has made life interesting. I happened upon the online Microsoft Internet Connection Tool. (ICT)

The ICT is a nifty tool that only runs on Windows Vista, and is mostly only for home networks though, to test your network and router and tell you what networking features your router supports. One feature it tested that I haven't had time to really look into or read about that is only in Vista and 2008 is called Explicit Congestion Notification. (ECN) The ICT report suggested under the Network Congestion portion that I turn ECN on to help speed up my connectivity.

I'm not quite sure I understood it correctly as to whether it was required at both endpoints (server and workstation) aka peers, or just within the router though, but I turned it on anyways after a little research. Now I am not advocating you do the same here, your mileage may vary and your network may not support it but here is more info anyways.

I came across a document at Microsoft outlining the new networking features of Windows Vista and Windows Server 2008. It is definitely worth taking the time to read it if you are able. So here is what this article says about ECN:

"When a TCP segment is lost, TCP assumes that the segment was lost due to congestion at a router and performs congestion control, which dramatically lowers the TCP sender’s transmission rate. With Explicit Congestion Notification (ECN) support (RFC 3168) on both TCP peers and the routers in the routing infrastructure, routers experiencing congestion mark the packets as they forward them. TCP peers receiving marked packets lower their transmission rate to ease congestion and prevent segment losses. Detecting congestion before packet losses are incurred increases the overall throughput between TCP peers. Windows Server 2008 and Windows Vista support ECN, but it is disabled by default. "

Ok, makes sense. How do I turn it on?

The article describes how you can enable ECN but not entirely correctly.

You must open an elevated command prompt and type:

netsh interface tcp set global ecncapability=enabled

(rerun the command changing enabled to disabled if something happens or you experience strange behavior and you need to turn ECN off)
You can verify the command worked by typing the following in the command prompt:
netsh int tcp show global

The article left off the fact that the command must be run from an elevated command prompt. (The easiest way to open an elevated command prompt in Vista is from the start menu. Go to accessories, command prompt and right click on it and choose run as administrator from the pop up context menu. )
The image on the left shows how to select the run as administrator to elevate the command prompt.


There is also a link at the end of the article to a 2006 article by "The Cable Guy" that is a pretty good in depth explanation of how ECN works. Check it out here:
http://technet.microsoft.com/en-us/library/bb878122.aspx
For more things you can do with the Netsh command read this article.

Now I have noticed at least one anomally after turning ECN on though. For some reason I cannont access http://www.southwest.com/ website. I don't know if other websites have this problem. I turned off ECN and I could get there. Weird.
Read More
Posted in 2008 Networking, ECN, Explicit Congestion Notification, ICT, Internet Connection Tool, Microsoft Internet Connection Tool, Vista networking | No comments

Tuesday, October 28, 2008

Preventing Adobe Flash, Shockwave and Adobe Acrobat Reader from AutoUpdating

Posted on 8:30 AM by Unknown
When you set up mandatory profiles for your users or you want to limit access on a computer that is a locked down workstation one of the greatest frustrations are programs that inject their own autoupdate feature and constantly go out and check and try to install updates whether you want them or not. Then when users without proper access try to load the updates they fail and get frustrated prompting a help desk call. Adobe Flash, Acrobat Reader and Shockwave are such culprits.

Fortunately there IS a way for administrators to place a file on the users hard disk that will let you disable the autoupdate feature of Adobe Flash. I found a KB article on the Adobe website which explains how to create a file called mms.cfg that can be dropped in the Flash folder on the users hard disk that will stop the autoupdate prompting. (note user who have access can disable autoupdate via the interface. This link has instructions.)

To create the file simply open up Notepad and create a line that reads as follows:

AutoUpdateDisable=1

Use Save as to save the file with the name MMS.cfg as UTF-8 format

To deploy use AD or SMS or some other management tool for your network to Copy the mmd.cfg file out to your workstations to the Windows\System32\macromed\flash folder for versions of Adobe Flash 8 and above and to the Windows\System32 folder for previous versions of flash.

There are many more settings for the mms.cfg file for administrators to manipulate how flash reacts and they can be found on page 22 of the following Adobe Manual:

http://www.adobe.com/devnet/flashplayer/articles/flash_player_8_security.pdf
And for Adobe Shockwave use this link at the Adobe site that explains how you disable autoupdate for Adobe Shockwave via the interface. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16683

While I am at it I will point out how to disable AutoUpdate on Adobe Acrobat Reader. This is a little more convoluted though. The AdobeUpdaterPrefs.dat is the file you need to edit that determines updates and it is in the users profile located at:
%username%\Local Settings\Application Data\Adobe\Updater5\

Open the AdobeUpdatePrefs.dat file in notepad and look for the following lines:
To disable the updates for Adobe Acrobat Reader change the value from 1 to 0. If the lines do not exist in the file you could certainly add them.
Read More
Posted in Disable Adobe Flash Autoupdate, Flash Autoupdate, Prevent Flash Autoupdate, stop adobe reader update, Stop Flash Autoupdate | No comments

Wednesday, October 22, 2008

Download Pick: ResSwitch Change Screen Resolution via shortcut or command line in Windows Vista and Windows XP

Posted on 11:29 AM by Unknown
Recently we have started upgrading our staff's computers to ones that have Vista on them with 17 inch versus 15 inch monitors. Well the elder generation complained about the higher screen resolution that the monitors now have being they are bigger.

Since we use a single mandatory profile for logins and users then log into Citrix for their apps I needed a way to easily let the users change their resolution. We run shifts so different users use the same workstation and all want a different resolution.

I had a program that was able to change the screen resolution on our Windows 2000 workstations but it did not work on Vista. Go figure. So I set out to find one that did and finally found ResSwitch formerly named Qres by Naughter Software. The beauty of this utility of course is that it is FREE. My favorite price.

So I downloaded the Qres.zip file and extracted it. I copied the file ResSwitch.exe from the Release folder from the Qres directory I extracted it to into the C: root folder of the users drive. Then I created 3 icons which I copied over to the desktop folder of the users profile called 800x600, 1024x768 and 1280x1024.

For the 800x600 screen resolution icon I created a new shortcut with the target as follows:

C:\ResSwitch.exe /WIDTH:800 /HEIGHT:600

The 1024x768 screen resolution target line in the shortcut should look like this:
C:\ResSwitch.exe /WIDTH:1024 /HEIGHT:768

Finally I made one for 1280x1024 that had the below for the target in the shortcut:

C:\ResSwitch.exe /WIDTH:1280 /HEIGHT:1024

That is all there was to it! Now I had 3 icons on the users desktop that they could easily change the resolution with a simple mouse click. (note you have to click run to bypass UAC to run it)

You can download ResSwitch from this link:

http://www.naughter.com/qres.html

Note: Of course this program will work in Windows XP Also
Read More
Posted in Change Monitor Resolution, Change Resolution Program, Command Line, Icon, Vista Monitor Resolution, Vista Resolution, XP Resolution | No comments

Tuesday, October 21, 2008

Apple got to hand it to you when you are right you are right! Vista needs fixing.

Posted on 3:56 PM by Unknown
Well I have ranted to Microsoft on many occasions even sent an email to Ballmer, Gates and company, that instead of spending $300 million in advertising that they should use that money to send out developers to engage software vendors to fix their software on Vista. Someone at Apple must of read my rants and came up with this clever commercial which is 100% accurate and very funny! Fix Vista. Microsofts response, No we will rename it to Windows 7 and make the V word go away and maybe people won't figure it out that it is really Vista SR 2 with a new name.

So first there is the money part:

And then the V Word one which caps it off:


All I can say is if I'm a PC and yeah I liked the campaign but if I can see the writing on the wall Microsoft... why the hell can't you? Can you PLEASE PLEASE just help get software developers some assistance on getting their stuff to work on Vista, Windows 7 or whatever the hell you want to call it this week.
The Bake sale is on:
Read More
Posted in Fix Vista, I'm A PC, Mac Vs PC | No comments

Download Pick: MagicISO Virtual CD/DVD Rom

Posted on 3:08 PM by Unknown
Since Microsoft has started making all of their OS downloads and programs ISO's and I have been using Virtualization to create VM's on my laptop I have grown to love MagicISO Virtual CD/DVD Rom.

MagicISO Virtual CD/DVD(MagicDisk) is a FREE utility that loads a TSR and lets you mount an ISO file as a Virtual Disk. So if you for example have the Windows XP SP3 OS ISO you can mount it virtually and then install it easily into a VM without having to burn a disc! Truly Magic!

There is also an ISO extractor that lets you extract the ISO to your hard disk.

You can download MagicDisc for free from here.

The company also makes a very neat for pay program called MagicISO Maker which allows you to create ISO files and also convert them. The combination of these two programs has almost eliminated my need to create CD/DVD's of my ISO files! No More Discs laying around! How green can you get?
Read More
Posted in MagicDisk, MagicISO, Mount ISO, Virtual ISO | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Download Pick: CTX112588 - Dynamic USB Utility
    Citrix last week released a cool new utility called DynamicUSB to connect a usb drive AFTER you are already connected to a presentation serv...
  • Download Pick: Free Citrix/ Terminal server Tool - TSMsg
    Below is a new download from Warren Simondson at CTRL-Alt_del.com. Jim Hi All I hope all is well around the world. TSMsg is yet anothe...
  • Download Picks: From MS: GP Diag Best practice, Malware removal kit, Vista Tech center, updated sysinternals utilitilies
    Hi All, I have been notified of several updated utilities of interest to you all from Microsoft so here they are: Windows Vista Techcenter h...
  • Download Pick: Irfanview 4.0 is now Available
    For those of you who know what it is Irfanview version 4.0 was released yesterday. Irfanview is a very fast and small graphic viewer for W...
  • Download Pick of the Week: Unofficial Daylight Savings Time fix.
    The DST time change had come and gone but some Windows 2000 workstations on your network may be still experiencing time problems. Here is a...
  • Download Pick: AltDesk 1.8 PORTABLE is released!
    Hi Guys, Back at home for a bit till I go back to the hospital for surgery. Here is my download pick of the week, I got this one from Gladia...
  • FAQ: Windows Vista Volume Activation: Can a Windows 2003 Server SP1 machine run Key Management Services for Windows Vista?
    Well as you start to get Windows Vista systems in, the question of licensing is going to come up. I've had to do some research on this t...
  • Download Pick of the Week: Unlocker.
    Hi All, I came across this FREE utility called Unlocker this morning and thought I would pass it along. I tested it out and it does work. ...
  • Watch out with ADOBE ACROBAT READER 9 on a domain with Vista user roaming profiles
    Update: In researching this issue I came across an AWESOME step by step for installing Adobe written by Aaron Parker, that includes an MST o...
  • How To: Save and Retrieve Passwords across multiple devices including Windows, Apple iPhone, iPad, Ipad 2, iPod Touch, and Android OS
    Lately every single web site that I have been visiting has required a password. It is getting out of hand! Lots  of sites allow logon using ...

Categories

  • .psafe
  • 2008 Networking
  • 2008 year end
  • 2008 year in review videos
  • Admin Only
  • Administrator Only
  • adobe acrobat reader 9.0
  • Adobe ConnectNow
  • ADP Etime on Windows Vista
  • ajaxWindows
  • Allow user to reset own sessions
  • annots.api
  • Antivirus
  • Apple IOS 5.0 Upgrade
  • Application Compatibility
  • Apps for iPad
  • Ardence
  • ATT.net mail
  • Bayden Systems
  • Best iPad apps for newbies
  • Camera Sharing
  • Can I delete windows.old folder?
  • can not find desktop icons
  • can't load
  • Change Monitor Resolution
  • Change Resolution Program
  • Citrix
  • Citrix Clients
  • Citrix ICA Client
  • Citrix Presentation Server Web Interface 4.5 Upgrade to Citrix Xenapp Web Interface 5.01
  • Citrix Provisioning Server 5.0
  • Citrix Provisioning Server 5.1
  • Classic Shell Start Menu
  • Classic Start Menu for Windows 8
  • Close Programs After exit
  • close session
  • Close Windows 8 App
  • Closes Processes after exit
  • Cloud Computing
  • Command Line
  • Command Line Tool
  • Command Prompt
  • Community
  • compatibility mode
  • Compatibility View
  • conficker worm; april 1st
  • crash
  • crashes
  • default zoom
  • delete windows.old folder
  • delete windows.old in Windows 8
  • Delprof
  • desktop icons disappeared
  • desktop icons gone
  • desktop icons hidden
  • desktop icons not showing
  • Disable Adobe Flash Autoupdate
  • domain
  • DTV Transition
  • ECN
  • Enterprise
  • Errors in your registry
  • exit processes
  • Explicit Congestion Notification
  • First Time PC
  • Fix QAT issue with roaming profiles
  • Fix Vista
  • Flash Autoupdate
  • Flex Profile Kit
  • Flexible Profiles Kit
  • FlexProfile Kit
  • FlexProfiles
  • Free
  • get rid of windows.old folder in Windows 7
  • Get start menu back on Windows 8
  • Google
  • GoToMeeting
  • GoToMyMeeting
  • Grok
  • Grokking
  • Hacked
  • hard disk latency
  • How to Install a start menu on Windows 8
  • how to install hyper-v 2008
  • Hyper-V
  • Hyper-V 2008
  • Hyper-V Configuration Guide
  • Hyper-V Deployment Guide
  • HyperV
  • I'm A PC
  • ICA Client
  • Icon
  • icons gone windows 7
  • icons gone windows 8
  • icons hidden
  • ICT
  • Image Management
  • Import Bookmarks
  • Import Favorites
  • Internet Connection Tool
  • Internet Explorer
  • Internet Explorer 10
  • Internet Explorer 8
  • IOS 5 upgrade help
  • IOS 5.0 Upgrade
  • IPad 2 IOS Upgrade
  • iPad Apps
  • iPad apps to start with
  • iPad Upgrade tips
  • iPhone upgrade
  • iPod Upgrade
  • ITTV
  • Java
  • keep same zoom level in Internet Explorer
  • Killer Apps for iPad
  • Large Hadron Collider
  • Layers
  • LHC
  • Links on Web Interface
  • Live Mesh
  • Locallow
  • Login Consultants Flex Profile Kit
  • lost desktop icons
  • Mac Vs PC
  • MagicDisk
  • MagicISO
  • Mandatory Profiles
  • Microsoft
  • Microsoft Antivirus
  • Microsoft Certified Technician
  • Microsoft Internet Connection Tool
  • Microsoft Word 2003 Redaction Tool
  • Microsoft Word 2007 Redaction Tool
  • Misunderstood Features
  • Mobile Mesh
  • Morro
  • Mount ISO
  • MSE
  • msvcr80.dll
  • Nicholas Carr
  • Office Live Workspace
  • Office Quick Access Toolbar
  • Online Bookmarks
  • Online Desktop
  • Online Favorites
  • Oops
  • OS
  • Pano Logic
  • Password Safe
  • Password Safe for iOS
  • PasswordSafe
  • passwordsafe for Android
  • PasswordSafe for iOS
  • Passwordsafe for iPad
  • Passwordsafe for iPhone
  • passwordsafe for Windows
  • PowerGUI
  • PowerPack for Citrix
  • PowerPack for Terminal Services
  • Powershell GUI
  • Prevent Flash Autoupdate
  • profiles
  • Project Charles
  • Project VRC
  • Provisioning server for Datacenter 5.1
  • Provisioning Server for Desktops
  • psafe
  • PVS 5.0
  • pwSafe
  • QAT
  • QAT files do not roam
  • Redaction
  • Remote Admin Tools
  • Remote Administrator Toolkit
  • Remote Reset of IIS server
  • remove windows.old in windows8
  • Reset IIS Webserver Remotely with Citrix Xenapp
  • reset user sessions
  • Ripoff
  • roaming
  • Roaming Profiles
  • Run Delprof remotely
  • SBC Communities Link
  • SCAM
  • Screen Sharing
  • Server Core VHD
  • Services Pack 2
  • set default zoom level in Internet Explorer
  • Setting up a new PC
  • Short Code Providers
  • Short Codes
  • Shouting at hard disk
  • SlickRun
  • Snipping Tool
  • Snipping tool for windows xp
  • Snippy
  • Social Bookmarking
  • Sprint
  • Stallman
  • Stephen Colbert
  • stop adobe reader update
  • Stop Flash Autoupdate
  • Stop UAC
  • Suggested iPad Apps
  • Synctoy
  • The big Switch
  • THIN list
  • Thin List Archives
  • TSRunlogoff
  • Turn off UAC
  • TweakUAC
  • UAC
  • unable to load
  • Unable to log you on because your profile could not be loaded
  • Upgrade
  • User Account Control
  • Using PSexec to run a remote command on a Citrix Server.
  • Utility Computing
  • VDI
  • VECD
  • Veeam Software Monitor
  • VHD
  • VI3
  • Virtual Desktop Infrastructure
  • Virtual ISO
  • Virtual Machine Remote Control Client Plus
  • Virtualization
  • Vista
  • Vista Enterprise Centralized Desktop
  • Vista Monitor Resolution
  • Vista networking
  • Vista Resolution
  • Vista User Access Control
  • VMRCplus
  • VMware
  • Web Interface 4.5
  • Web Interface 5.01
  • Web OS
  • Windows 2008 Server with Hyper-V
  • Windows 7
  • Windows 8
  • Windows 8 Classic Shell Start Menu
  • Windows 8 Installation
  • Windows 8 Shortcut
  • Windows 8 Start Menu
  • Windows 8 Tips
  • Windows IT Pro ITTV
  • Windows Security Essentials
  • Windows Server Remote Destop Services 2008
  • Windows Terminal Services
  • Windows Vista
  • Windows XP Snipping Tool
  • WMI Script
  • Word
  • WSE
  • Xenapp
  • Xenapp 5.0
  • Xenapp 5.0 Web Interface Customization
  • XenappPrep Tool
  • XP Resolution
  • Yahoo Mail
  • zoom level default

Blog Archive

  • ▼  2013 (2)
    • ▼  July (1)
      • Solved: Desktop icons disappear are gone or not sh...
    • ►  March (1)
  • ►  2012 (6)
    • ►  November (2)
    • ►  October (2)
    • ►  September (1)
    • ►  January (1)
  • ►  2011 (3)
    • ►  October (2)
    • ►  September (1)
  • ►  2010 (3)
    • ►  October (1)
    • ►  April (2)
  • ►  2009 (15)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (1)
    • ►  March (2)
    • ►  January (8)
  • ►  2008 (114)
    • ►  December (5)
    • ►  November (7)
    • ►  October (15)
    • ►  September (13)
    • ►  August (12)
    • ►  July (4)
    • ►  June (13)
    • ►  May (20)
    • ►  April (10)
    • ►  March (9)
    • ►  February (4)
    • ►  January (2)
  • ►  2007 (48)
    • ►  September (2)
    • ►  August (1)
    • ►  July (7)
    • ►  June (3)
    • ►  May (5)
    • ►  April (3)
    • ►  March (11)
    • ►  February (6)
    • ►  January (10)
  • ►  2006 (81)
    • ►  December (3)
    • ►  November (10)
    • ►  October (15)
    • ►  September (4)
    • ►  August (8)
    • ►  July (8)
    • ►  June (6)
    • ►  May (2)
    • ►  April (2)
    • ►  March (4)
    • ►  February (4)
    • ►  January (15)
  • ►  2005 (26)
    • ►  December (9)
    • ►  October (3)
    • ►  September (8)
    • ►  August (6)
Powered by Blogger.

About Me

Unknown
View my complete profile