|
Tips and
Tricks
Removing the Symantec LiveUpdate Administration Utility
To silently remove the Symantec LiveUpdate Admin Utility, use the following command (change drive paths as needed for your particular installation):
C:\WINDOWS\IsUninst.exe -f"C:\Program Files\LiveUpdate Administration\Uninst.isu" -c"C:\Program Fi......
Create a button in Excell with vbs
'=====================================================================================================
' WAT DOET DIT SCRIPT: Voorbeeld script om een werkbalk met knop in Excel toe te voegen.
'---------------------------------------------------......
Script to display button icons in Excell and there corespondif numbers with vbs
'=====================================================================================================
' WAT DOET DIT SCRIPT: Laat icons zien. Doe niet meer dan 300 icons te gelijk. Start bij de waarde 1.
'--------------------------------------......
Example Script to remove an excell button
On Error Resume Next
Const cmdBarName = "wbDIS"
Dim oXL
Dim oAddin
Set oXL = CreateObject("Excel.Application")
removeMenuBar
'Sub to remove the command bar
'---------------------------------------------------
Sub removeMenuBar()
......
Asset Change History Report using Kbox 1000
1. Logon to Kbox 1000 as Administrator
2. Select Reports
3. Under "Choose Action" dropdown select “Add New SQL Report”
4. Paste the following SQL statement under the “SQL Select Statement Box”
5. You may change the SQL statement interval ......
Report to get the list of machines where available free space in C Drive is less than 5 GB
1. Logon to Kbox 1000 as Administrator
2. Select Reports
3. Under choose action dropdown select “Add New SQL Report”
4. Paste the following SQL statement under the “SQL Select Statement Box”
SQL:
select MACHINE.NAME AS SYSTEM_NAME,MA......
Get alerted before the Maintenance/ Warranty Expiry of any Computer using Kbox
1. Create Maintenance Expiry Date field under Asset Tab
2. Create Email Notification using Maintenance Expiry Date field
3. Select "Maintenance Expiry ......
Kbox advance client provisioning using Network Shared location to reduce WAN traffic
To avoid the WAN traffic during Kbox Client installation, you can localize the Client installation files on the Remote Server
Any shared folder can be used for automatic client provisioning through Kbox advance provisioning mechanism.
1. Cre......
Procedure to Install MS Office 2007 using KBox or any System MGMT Tool
Prerequisites:
1. Windows installer 3.1 must be installed on all target machines otherwise package will not run on target machines.
Installation Steps
The steps necessary to create the custom Office 2007 system installation are:
1. Copy ......
Self Extracting Setup Creation
For Creating Self Extracting Executable I found IExpress Tool, which comes for free along with all Windows Operating Systems as very useful.
You cannot find IExpress having a specific visible entry in Windows, its a hidden tool.
Goto Run -> IEx......
Get more
exclusive tips and tricks, in full detail searchable format. Purchase the
AppDeploy Library.
|