windows scripting

  1. G

    Windows 7 Script (or other mechanism) to copy shortcut target to a new folder

    I am looking for a Windows 7 script (perhaps in vbs) or another mechanism that will copy the target of a shortcut to a new folder. If the shortcut points to a single file, copy the file to the new folder If the shortcut points to a folder, copy that folder to the new folder If the shortcut...
  2. R

    Windows 7 Sript to Enable Network Discovery

    I would like to create a bat file that will enable Network Discovery, disable sleep or hibernation, enable autologon for the administrator, and change the desktop image... Any help would be greatly appreciated... Thanks, Mike
  3. T

    Windows 7 How to Resolve Registry Permission Issues for User Logon Scripts

    Hi There, I've written a logon script which adds registry entires for users. The script will work for administrators. However this does not work Users. I get the following Error Error: Invalid root in registry key Code: 80070005 Source: WshShell.RegWrite The 80070005 is a...
  4. Windows 7 [VBS] Name of error files containing err.description ?

    Hello all, I'm looking for the name and location of the file which contains the Err.Description text of the Err object used within VBScript. Winerror.h has the error numbers, but the corresponding texts are in comments. My current problem is, when you start an Internet Explorer instance with...
  5. Windows 7 Energy Report Batch File

    So recently I stumbled across the feature to view my energy report via cmd prompt and the following input powercfg -energy -output "f:\Energy Report\energy-report.html" I'm trying to create an autorun program on my flash drive where the command automatically runs and saves a log onto my...
  6. D

    Windows 7 Menu Start Shortcut similar to "Administrative Tools"

    When you activate "Administrative Tools" to show up in Menu Start, you get this nice list of tools. I am trying to create the same kind of shortcut there right under it, but looks like the area is blocked, you can't drop anything in this area of start menu, unless there is a trick to do it. I...