Aussie owned and operated, with 23+ years of industry experience, Gold Coast InfoTech is delighted to support all of your business technology requirements.

Gallery

Contacts

success@goldcoastinfotech.com.au

1800 291 071

Scripts, Commands, Registry

PDF Converter Script

Screipt provided will change the password associated with the PDF Printer AMYUNI Documet Converter 400. This had to be automated as our PVS environment couldnt be updated everytime we wanted to change the devices password company wide. START SCRIPT—————————————————– Option Explicit ‘ This VB script can be used to configure the installed printer Dim PRINTER_NAME PRINTER_NAME = “PDFPRNxx” Dim […]

KBArticles REGISTRY

Help Files not working over Network or When under Citrix Published App

We had a stupid applicaiton that published itself from a network share – including the help files. Windows introduced security for this from Internet explorer to block these from running etc to change the security for these help files to be displayed follow this http://support.microsoft.com/kb/896054   REGEDIT4 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp1.xItssRestrictions] “MaxAllowedZone”=dword:00000001

Scripts, Commands, Registry

App-V Application refresh failure with same name

Situation: we had recently repackaged a new verson of an applicaiton and though the ucn path had changed, the APP-V name was identical. Error: The Application Virtualization Client cannot use the OSD file specified because the GUID attribute for the CODEBASE element changed (rc 0C403B04-00001004). Solution: under sftcmc.msc the properties of the app showed the OSD file pointing to the previous […]

Uncategorized

Edgesight some devices not updating

  Errors: EventID: 1309 Event code: 3005 Event message: An unhandled exception has occurred. Event time: 21/11/2012 05:09:03 Event time (UTC): 21/11/2012 05:09:03 Event ID: 253f40dc21e443718a8b4ae7da0f3f58 Event sequence: 19 Event occurrence: 4 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/edgesight-1-129979474088414087 Trust level: Full Application Virtual Path: /edgesight Application Path: C:Program Files (x86)CitrixSystem MonitoringServerEdgeSightPages   […]

Scripts, Commands, Registry

Batch File – Sound Alert on Folder Exist

:TestAgain CLS IF NOT EXIST c:FOLDERALERT_* GOTO NOALERT “C:windowssndrec32.exe” /play /Close  “C:WINDOWSMEDIAWindows Ringin.wav” REm Start /MIN “C:Program FilesWindows Media Playerwmplayer.exe”  “C:WINDOWSMEDIAWindows Ringin.wav” REM “%SystemRoot%system32SoundRecorder.exe” /CLOSE /PLAY “C:WINDOWSMEDIAWindows Ringin.wav” PING 127.0.0.1 -n 5 -w 2000 >NUL Rem Taskkill /IM “WMplayer.exe” /F PING 127.0.0.1 -n 5 -w 2000 >NUL GOTO TestAgain :NOALERT PING 127.0.0.1 -n 5 -w 4000 >NUL […]