The Kenzig

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

Tuesday, April 24, 2007

Download Pick: Irfanview 4.0 is now Available

Posted on 10:13 AM by Unknown
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 Windows. It is freeware for non commercial use. There are many plugins for it work with many types of video and graphics formats.
Check out http://www.irfanview.com
Direct download from CNET is
http://www.download.com/IrfanView/3000-2192-10021962.html?part=dl-IrfanView

Read More
Posted in | No comments

Friday, April 20, 2007

Download Pick: CTX112588 - Dynamic USB Utility

Posted on 4:37 AM by Unknown
Citrix last week released a cool new utility called DynamicUSB to connect a usb drive AFTER you are already connected to a presentation server.
JAK
CTX112588 - Dynamic USB Utility

This document was published at: http://support.citrix.com/article/CTX112588

Document ID: CTX112588, Created on: Apr 13, 2007, Updated: Apr 13, 2007

Products: N/A

Attachment: DynamicUSB.zip (40.9 K)

Dynamic USB Utility for the 32-bit Windows Presentation Server Client
Version 0.1.6

Created Date: November 01, 2006
Updated Date: February 27, 2007

Citrix Advanced Products Group investigates emerging technologies relevant to the Citrix business mission, and creates research, prototypes and first release versions of products addressing these technologies. As part of this effort, the Advanced Products Group periodically releases technical preview versions of products to the Citrix community to encourage feedback.

Overview

• DynamicUSB allows you to access a USB drive in a Presentation Server session in situations where the device is connected to a client system after the Presentation Server session is established.

The utility creates a directory under C:\CitrixUSBStore in the client file system for each USB drive that is inserted into the client device. This linked directory reflects the contents of the USB drive; thus, all directories and files in the USB drive appear as directories and files under the linked directory. If the USB key is subsequently removed, the utility deletes the corresponding link directory.

• The user can access the linked directory from a Presentation Server session using client drive mapping functionality.

Prerequisites

This utility is designed to work only on client systems that support the New Technology File System (NTFS). A Windows XP or later variant of the client operating system is a prerequisite.

Installing DynamicUSB

There is no specific installer for this utility. Extract the executable DynamicUSB.EXE and proceed to use it as described below.

How to Use DynamicUSB

1. Run DynamicUSB.EXE on the client workstation. It creates a system tray icon.

2. Plug in a USB key. DynamicUSB creates a directory called C:\CitrixUSBStore\Drive_X where:

    • X: is the USB drive letter assigned to the USB key by the client operating system

    • Drive_X is a link to X:\

3. When you unplug the USB key, the utility deletes the directory Drive_X.

You can observe directory Drive_X being dynamically created or destroyed in the Presentation Server session as you plug or unplug your USB key.

Modify the Default Root Directory for Linked Directories

To modify the default directory in which linked directories are created (C:\CitrixUSBStore), launch DynamicUSB with the following command line:

DynamicUSB FullPathoftheDesiredRootDirectory

If FullPathoftheDesiredRootDirectory has spaces, enclose it with double quotation marks as shown below:

DynamicUSB "Full Path of the Desired RootDirectory"



Read More
Posted in | No comments

Monday, April 16, 2007

Download Pick: Free Citrix/ Terminal server Tool - TSMsg

Posted on 5:18 AM by Unknown
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 another freeware tool I wrote from the requests of the thin community around the world.

As always it can be downloaded at http://www.ctrl-alt-del.com.au/CAD_Utils.htm

TSMsg is a command-line tool to message Citrix or Terminal Server

Sessions on any server within a Domain.

This utility was written to replace the command MSG.EXE currently found in the MS Windows Operating System. This utility offers an extra feature that will be of benefit to all admins - the /SERVER:* switch.

Using this switch, an administrator can message all users on all Citrix/TS servers with one command or multiple servers with a common structure e.g. /Server:MySer*. This command can also be used in a script.

This utility is FREEWARE and was written by Warren Simondson of Ctrl-Alt-Del IT Consultancy, Australia. www.ctrl-alt-del.com.au

Thank you to the WINDOWS SDK available from http://msdn.microsoft.com/downloads

Usage:

TSMsg [UserName | SessionID | *] [/SERVER:servername | *] [Message]

UserName - Identifies recipient of the message

(NOT case sensitive)

SessionID - [Optional] Identifies Session ID of recipient of the message

* - [Optional] Send message to ALL users on chosen server

/SERVER:servername - [Optional] Specifies the Terminal server containing the user session to send message (default is current).

/SERVER:* - [Optional] Send message to ALL servers for the chosen

user/s

Message - [Optional] The message to send. If none is specified,

sends a test message.

/? - This help information.

E.G. TSMsg Bob My test message

This command will message the user BOB on the current TS or Citrix Server within the current Domain.

E.G. TSMsg Mary /Server:MyServer My test message

This command will message the user Mary on the TS or Citrix Server called MyServer within the current Domain.

E.G. TSMsg 5 /Server:MyServer My test message

This command will message session ID 5 on the TS or Citrix Server called MyServer within the current Domain.

E.G. TSMsg * /Server:MyServer My test message

This command will message all users on the TS or Citrix Server called MyServer within the current Domain.

E.G. TSMsg * /Server:* My test message

This command will message all users on all TS or Citrix Servers within the current Domain.

E.G. TSMsg * /Server:MySer* My test message

This command will message all users on any TS or Citrix Server with a server name beginning with MySer within the current Domain.

i.e. MyServer, MyServer1, MySerdemo.

The freeware version is offered AS IS. Ctrl-Alt-Del IT Consultancy has made
every effort possible to ensure that TSMsg is free of any bugs or errors, however in no way is TSMsg to be considered error or bug free.

You assume all responsibility for any damages or lost data that may result from any errors or bugs in TSMsg.

IN NO EVENT WILL CTRL-ALT-DEL IT CONSULTANCY BE LIABLE TO YOU FOR ANY GENERAL,
SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR OTHER DAMAGES ARISING OUT OF
THIS PRODUCT.

Warren Simondson

Ctrl-Alt-Del IT Consultancy Pty Ltd


Read More
Posted in | No comments

Friday, March 23, 2007

Jim at the Museum of flight during MVP Summit 2007.. I don't know where that plane came from behind me..

Posted on 11:33 AM by Unknown
Read More
Posted in | No comments

Tuesday, March 20, 2007

New Utility from CTRL-ALT-DEL: ENVTSCIP

Posted on 9:40 AM by Unknown
Warren Simondson from CTRL-ALT-DEL.com has released yet another free utility (YAFU) for you to peruse

Hi All

ENVTSCIP is a minor extension of GETTSCIP whereby it sets the client IP address of a user session to an environment variable called CLIENTIP.

This utility was written due to the high demand in emails asking Ctrl-Alt-Del IT Consultancy to produce this tool.

There are another 5 Utilities in the pipeline all due out soon.

As always, get the utilities from http://www.ctrl-alt-del.com.au/CAD_Utils.htm

ENVTSCIP is a command-line tool for Terminal Servers to query the current session's client ip address and display it in the command line, as well as set it to a VOLATILE ENVIRONMENT

 VARIABLE - %CLIENTIP%.
 This utility is FREEWARE and was written by Warren Simondson of
Ctrl-Alt-Del IT Consultancy, Australia.  http://www.ctrl-alt-del.com.au/
Thankyou to the WINDOWS SDK available from  http://msdn.microsoft.com/downloads
Usage: 
ENVTSCIP
 E.G. ENVTSCIP
This command will return the client ip address of a session as:
 WTSClientAddress: 192.168.0.141 and also store it as an environment variable %CLIENTIP% 
E.G. ENVTSCIP>ipaddress.txt  
This command will return the client ip address of a session as: 
WTSClientAddress: 192.168.0.141  and store it in the text file ipaddress.txt.
It will also store it as an environment variable %CLIENTIP%
 
Using ENVTSCIP in assigning an Environment Variable is best  executed from startup or the RUN section located in the registry. 
This will ensure it can be used throughout an active session. For  using ENVTSCIP in logon scripts, please see ENVTSCIP.txt included  in this package.
The freeware version is offered AS IS. Ctrl-Alt-Del IT Consultancy has made  every effort possible to ensure that ENVTSCIP is free of any bugs or errors,  however in no way is ENVTSCIP to be considered error or bug free. You assume all responsibility for any damages or lost data that may result from any errors or bugs in ENVTSCIP. IN NO EVENT WILL CTRL-ALT-DEL IT CONSULTANCY BE LIABLE TO YOU FOR ANY GENERAL,  SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR OTHER DAMAGES ARISING OUT OF  THIS PRODUCT.
 USRLOGON.CMD EXAMPLE
====================
@Echo Off
:: call the client ip utility that assigns the environment variable
call "%SystemRoot%\System32\envtscip.exe"
::Becasue this is run in usrlogon.cmd, the environment variable cannot be broadcast to the windows shell
::thus we use the old classic Terminal Server tool ACRegL to enforce the variable during the logon script
"%systemroot%\Application Compatibility Scripts\ACRegL.exe" "%TEMP%\getpaths.cmd" CLIENTIP "HKCU\Volatile Environment" "CLIENTIP" ""
If Not ErrorLevel 1 Goto Cont1
Echo.
Echo Unable to retrieve path.
Echo.
Goto Finish
:Cont1
Call "%TEMP%\getpaths.cmd"
Del "%TEMP%\getpaths.cmd" >Nul: 2>&1
::The environment variable %clientip% can now be used throughout this script
::To use the environment variable %clientip% within a session run ENVTSCIP.exe in the startup of the user's session
::or the RUN section of the registry
::just as a test echo the variable to the screen
echo %CLIENTIP%
:Finish

Warren Simondson
Ctrl-Alt-Del IT Consultancy Pty Ltd




Read More
Posted in | No comments

Monday, March 19, 2007

Download Pick of the Week: Unofficial Daylight Savings Time fix.

Posted on 2:40 PM by Unknown
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 nifty utiltity that makes it so you don't have to jump through hoops to get the right patch applied. It works on NT/2000/XP/2003 (note they also offer a 98/ME version)
http://www.intelliadmin.com/DaylightSavingNotice.asp?File=DaylightSavingFix.exe
The utility can be run silently from a command line therefore has the ability to be pushed out as a scipt. Simply type:
DaylightSavingFix.exe /qinstall
See this blog article for more info:
http://www.intelliadmin.com/blog/2007/01/unofficial-windows-2000-daylight.html
While you are at the Intelliadmin site check out some of their other great Free and Commercial utilities from their downloads area.
http://www.intelliadmin.com/Downloads.htm

Read More
Posted in | No comments

Tuesday, March 13, 2007

Bill holding up the podium...I was in the front row.

Posted on 4:16 PM by Unknown
Read More
Posted in | 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