Δ Tuesday, October 30th,
2012
Δ
Timestamp in Loop
How to use time in a
loop
[download resource files]
Have you ever noticed that your %time% or %date% do
not update in a loop? That's because variables are defined at run
time. You need something that will update each time the loop is
processed, and this is how you do it.
Δ
[email me]
|
Δ Sunday, October 28th,
2012
Δ
Simple Copy Script
How to copy,
check, and delete files
[download resource files]
I was asked to create a script that would copy files
from a specific local folder to a network share, check to see if the file
made it to its destination, delete the source file if successful, and then
log successful and failed copies.
Δ
[email me]
|
Δ Saturday, October 27th,
2012
Δ
Drag Pic To VBS Create HTA
How to
create a frame for your pictures
[download resource files]
Demo
Have you ever wanted a desktop script that you could
just drag and drop a pic onto? And, then it be displayed in a nice little
popup frame? That's what this vbscript does. It creates a
temporary hta frame for your picture.
Δ
[email me]
|
Δ Thursday, October 25th,
2012
Δ
Disable Sleep on Chromebook
How to
stop laptop from going into sleep/standby mode
[download resource files]
There is one annoying feature that comes with the
Google ChromeBook; by default, it goes into standby mode shortly after not
being used. This makes it very difficult to monitor a task or keep an
eye on email. These are the steps to take to disable the standby feature.
Δ
[email me]
|
Δ Sunday, October 21st,
2012
Δ
Cleanup LANDesk/Symantec IDs
How to
fix landesk/symantec IDs
[download resource files]
This was created to do some cleanup after someone
sysprepped a computer with static IDs. Symantec and LANDesk go bonkers
when there are multiple machines on your network using the same IDs.
This script was utilized on post installation setup to provide a workaround
(and to keep from having to build another image).
Δ
[email me]
|
Δ Thursday, October 11th,
2012
Δ
Deploy IE Tab to Chrome Browser
How to
deploy ie tab using the freeware edition
[download resource files]
This covers the nearly impossible task of deploying IE
Tab to your enterprise machines. It's not so much the IE Tab app
itself, as it is the settings thereof. There is no way to populate Auto URLs
and other options you would like to send out to your fleet. Ah, but a
little copying and pasting the right files from a reference machine (this can
be any machine that has the setup options you want), and viloa, you now have
the ability to mass deploy IE Tab options.
Steps 1 - Install
IE Tab on a reference machine. 2 - Setup IE Tab exactly the way you want it,
including URLs and other settings. 3 - Copy the files below to your script
folder. Note, they are located in the user's chrome folder. 4 -
Use/edit the script below to work in your environment 5 - Use deployment
software like SCCM, LANDesk, Altiris, etc. to deploy and run the script
The files you want to
capture are:
chrome-extension_hehijbfgiekmjfkfjpbkbammjbdenadd_0.localstorage and
chrome-extension_hehijbfgiekmjfkfjpbkbammjbdenadd_0.localstorage-journal.
Script
Δ
[email me]
|
Δ Wednesday, October 3rd,
2012
Δ
Disable Back Button
How to disable
the back button in IE
[download resource files]
I don't recommend using this without thinking first
(can be annoying as a person becomes trapped in a webpage). A good use
for this is for business sites where you pay for a product, and the web designer
absolutely doesn't want you hitting back due to merchant account processing;
this could result in the buyer being double-billed.
Δ
[email me]
|
|
About
I'm a Computer Systems Engineer
Living and Loving Life
Author
|