$wshshell = New-Object -ComObject WScript.Shell
$desktop = [System.Environment]::GetFolderPath('Desktop')
mkdir $home\Desktop\KOC
Y:\audit\hr\GameMaker-8.1.142.msi
mkdir C:\GameMaker
while (!(Test-Path C:\Game_Maker.exe -PathType leaf))
{
}
Start-Sleep -s 5
Move-Item C:\Game_Maker.exe, C:\lib\, C:\BackGrounds\, C:\Examples\, C:\extensions\, C:\html\, C:\Sounds\, C:\Sprites\, C:\tutorials\, C:\License.txt, C:\snippets.txt, C:\dxdata, C:\fnames, C:\Game_Maker.chm, C:\libeay32.dll, C:\rundata C:\GameMaker
Start-Sleep -s 5
Y:\audit\hr\licenseStamper-8b9b4140-b3d6-012f-7cf9-001b218ccdac.exe
$lnk = $wshshell.CreateShortcut($desktop+"\Game_Maker.lnk ")
$lnk.TargetPath = "c:\GameMaker\Game_Maker.exe"
$lnk.Save()
Move-Item ($desktop+"\Game_Maker.lnk") ($desktop+"\KOC\")