Archive - December 2012

"Everywhere in life, there true question is not what we gain, but what we do." - Thomas Carlyle
 
 
  

Index
bar1
Remove Orphaned Reg Keys
Windows 8 Shortcut to Launch Start Screen
Windows 8 Remove Windows Store
Enable AutoLogin
Return IP Address
Remove Autologon
Compress a Folder
Uncompress a Folder
Split Text Files
Install Google Talk Plugin
List Print Commands
Find PST on Computers


bar1





Δ Monday, December 31st, 2012
bar1


Δ Remove Orphaned Reg Keys

How to search and delete reg keys

[download resource files]

 
Have you ever uninstalled an app but realized the app was still showing in Add/Remove Programs? 
This will help you get rid of multiple hive keys that use the same DisplayName in the registry.



Δ  [email me]

bar1





Δ Tuesday, December 25th, 2012
bar1


Δ Windows 8 Shortcut to Launch Start Screen

How to add a custom shortcut to access the start screen

[download resource files]

 
I've been spending some time testing Windows 8 and Server 2012 lately, mostly on
virtual machines. If you've worked with either OS in a VM (or even Remote Desktop),
you may have noticed the challenge in hitting the start screen button…the orb. It is very easy on
a real monitor, because you simply move the mouse to the bottom-left corner of the screen. But
on a VM, you can quickly move from the bottom-left corner of the VM to the applications on
'the real' system. So to make this a little easier for myself, I created a shortcut to launch the
start screen:



All that's required is a simple VBScript using "Sendkeys." Here's the code:




Save as startscreen.vbs
Create a shortcut on the desktop
Change icon if you would like
Add shortcut to the taskbar

Δ  [email me]

bar1





Δ Monday, December 24th, 2012
bar1


Δ Windows 8 Remove Windows Store

How to remove a Windows 8 tile

[download resource files]

 
Have you seen the Windows 8 Store tile?  Do you want it removed?  This is how you do it.



Δ  [email me]

bar1






Δ Friday, December 21st, 2012
bar1


Δ Enable AutoLogin

How to auto login to your computer

[download resource files]

 
Have you ever wanted to just bypass the initial logon?  This is how you do it with PowerShell. 
Make sure you add your credentials in the script.



Δ  [email me]

bar1






Δ Thursday, December 20th, 2012
bar1


Δ Return IP Address

How to return ip address using powershell

[download resource files]

Demo
demo

 

Simple PowerShell script to return IP Address.



Δ  [email me]

bar1






Δ Wednesday, December 19th, 2012
bar1


Δ Remove Autologon

How to remove auto logon

[download resource files]

 
This will remove the autologon functionality.



Δ  [email me]

bar1






Δ Monday, December 17th, 2012
bar1


Δ Compress a Folder

How to use windows to compress folder

[download resource files]

Demo
demo

 

This will compress a windows folder to save space on your had drive.



Δ  [email me]

bar1







Δ Wednesday, December 12th, 2012
bar1


Δ Uncompress a Folder

How to use windows to uncompress a folder

[download resource files]

Demo
demo



This will uncompress a folder that has been compressed to save space.



Δ  [email me]

bar1






Δ Tuesday, December 11th, 2012
bar1


Δ Split Text Files

How to split a large text file

[download resource files]

Demo
demo

 

Have you ever had large text file that needed to split into smaller files?  That's exactly what this script will allow you to do.



Δ  [email me]

bar1






Δ Monday, December 10th, 2012
bar1


Δ Install Google Talk Plugin

How to install google plugin using the msi and a batch file

[download resource files]


Google isn't known for their packaging software skills (most of their software gets installed into a
single user profile---which is bad for enterprise use).  So when I receive a Google app, I usually have
to prep it for enterprise use.  This plugin wasn't too bad...and thus the script is pretty simple.



Δ  [email me]

bar1






Δ Friday, December 7th, 2012
bar1


Δ List Print Commands

How to list the hidden print commands

[download resource files]

Demo
demo

 

Did you know that many apps have the abillty to directly accept and print a print job?  This script will
show you all the applications and their associated print methods.  Pretty nice if you need to automate
a print job for a specific application.



Δ  [email me]

bar1






Δ Monday, December 3rd, 2012
bar1


Δ Find PST on Computers

How to search for a pst using PowerShell

[download resource files]

Demo
demo

 

This uses PowerShell to find a PSTs and log their paths.  It uses a computer list text file to search for PSTs.



Δ  [email me]

bar1






 
 










  About

   I'm a Computer
   Systems Engineer

   Living and Loving Life

 

  Author