Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sharpharp
  • Content: Threads
  • Order by date
  1. Sharpharp

    Insert a Picture into a Vbscript Created Internet Explorer Message Box

    Hi, I have created a message popup using: Set IE = WScript.CreateObject("InternetExplorer.Application") IE.FullScreen = 0 IE.MenuBar = 0 IE.ToolBar = 0 IE.StatusBar = 0 IE.addressbar = False IE.Width = 640 IE.Height = 480 IE.Left = 0 IE.Top = 0...
  2. Sharpharp

    Preventing the SAME User from logging in for 10 minutes?

    Hi all, I am trying to work out how to prevent the same user from logging back into the same pc for 10 minutes. We have open access pc's, and want to create a short stay environment. I have worked out a way to log a user out after a short period, but we would like to prevent the same user from...
  3. Sharpharp

    Intercept Windows Logout or Shutdown?

    Is it possible to intercept a Windows logout or shutdown using Vbscript. I want to automate a logout task, so if I have a vbscript which runs at LOGON, it could run in the background and look for a windows event such as logout and shutdown and run another vbscript. Is it possible with...
  4. Sharpharp

    Permission Denied 800A0046 Writing to a Registry HKLM Value???

    Hi there, Trying to create a registry value using vbscript on Windows 7. I am logged in as a user which is a member of the local administrators group, but when i run a vbscript to add a value under the HKLM area on the registry I get: Permission denied, Code 800a0046 Microsoft VBScript runtime...
  5. Sharpharp

    Any way of Automating a LOCAL Script when PC logs off?

    Hi, I have a batch file i want to run on PCs when the user logs off or shuts down. The PCs are NOT in a domain, so I can't use group policy. I don't want to manually run gpedit.msc and add the batch file to users-logoff-scripts. Is there a way to do it using vbscript which could add an...
  6. Sharpharp

    How to make HTA script STAY ON TOP ???

    Hi there, I have this script which displays a timer using a HTA script, but I can't for the life of me work out to make it stay on top of any windows that are clicked on. I need the timer to STAY ON TOP even when a user is using applications etc. Can anyone help please? Here's the code...
  7. Sharpharp

    How to set Compatibility mode of an EXE file???

    Hi all, I'm in a bit of a pickle, got a problem with an EXE which we need to set to "Windows 2000 Compatibility Mode". I need to update this on several hundred computers, and was planning on using Group Policy to run a VBscript on login to change the properties on a particular .exe file so...
  8. Sharpharp

    How to check if any USB devices connected on Logout??

    Hi all, I've been tasked to find out if there is a way of warning users that they have left a USB device or memory card left inserted in a USB card reader, when the USER logs out. We have a lot of users to leave usb memory sticks plugged in or cards in the usb card readers. This is in a public...

Part and Inventory Search

Back
Top