| Thread | Last Post | Replies |
|
| Finding password protected files | 29 May 2009 14:49 GMT | 6 |
I have been asked to identify all the password protected files on our network and am wondering if someone might have an example? Alternatively, can anyone recommend a commercial/shareware/freeware utility for this? A quick Google search found a few utilities for finding files
|
| IP "Alternate configuration" | 27 May 2009 12:26 GMT | 6 |
Surely you know that if you set a network interface to be configured dinamically by a DHCP server, you have the "Alternate Configuration" TAB where you can place a static IP configuration in the case the dynamic configuration process fails (for any reason).
|
| Issue with Windows Task Schedular | 27 May 2009 09:58 GMT | 1 |
I want to write a Script for setting up a Windows Task Schedular such that it runs everyday after 1 hour. I tried using Sleep but it does not work in Windows Server 2003 environment. Can anyone suggest me something?
|
| Registry key which lists what software is installed on a machine exported via script? | 23 May 2009 17:33 GMT | 2 |
Gurus, Does anyone have a VBS script which lists out the contents of the registry key which lists what software is installed on a machine?
|
| question on USB security | 22 May 2009 22:05 GMT | 4 |
Hi!! 1 .- There is a form of Send email to the administrator each time you connect a USB model with this?. 2 .- One can know through script that is copied to a USB?.
|
| Script to diable the C:$ share | 22 May 2009 09:39 GMT | 2 |
I need to create a script that I can use in a GPO to disable thw c:$ share I need to add a new key in the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl
|
| Stop windows service copy data and then start service | 21 May 2009 22:16 GMT | 10 |
Hi, I need a vbscript which can stop a windows service and copy data and once the data is copied over restart the service. This has be done from remote server and for multiple servers.
|
| Inventory script question | 19 May 2009 15:26 GMT | 16 |
I'm just wondering if it's possible to run an inventory script through a computer startup script, rather than through a login script. The reason for this, is that I work in an educational institution, and receiving thousands of audits per school per day would be a bit stressful on ...
|
| adding printer depending on username | 19 May 2009 09:15 GMT | 2 |
I want to add a printer on the WS through a script according to the machinename on wich the user logs on. ex. if user logs on to WS A06-12 I want to install printer A06 if user logs on to WS B01-15 I want to install printer B01
|
| How to pass parameter from a file (txt/dll) to vbs code | 18 May 2009 10:07 GMT | 10 |
Any idea how to pass parameter from a file (txt/dll) to vbs code? Eg: txt/.dll file contain value that pass the variable to .vbs file so that the .vbs file can get the variable to process.
|
| Maximum number of connected users | 17 May 2009 17:19 GMT | 4 |
Hello! At our company we have this situation: On Win2k3 machine, there is a shared folder containing only one exe file, which is a virtualized application. The share is configured to be accessed by group of users from AD and is also limited to max. 5 connections from client
|
| How to use variables to map network drive | 15 May 2009 00:07 GMT | 2 |
I want to ask the user to input the IP address of the server so that we can use this script at multiple sites. Also, I want the user to pick which open network drive they want to use. <code>
|
| Kix---Programming | Need help to read out textboxes | 12 May 2009 21:23 GMT | 4 |
I´ve a very simple question concerning textboxes: I want to read out the content of a textbox. This is a part of my script: $Eingabe_Test = $PROJEKT.controls.textbox $gemessen_Test = $Eingabe_Test.text
|
| how do I disjoin a machine to workgroup name | 12 May 2009 19:05 GMT | 8 |
how do I modify the below to join a workgroup name "workgroup" instead of the domain name? Set objNetwork = CreateObject("WScript.Network") strComputer = objNetwork.ComputerName
|
| File Open Dialog box in Vista | 08 May 2009 03:51 GMT | 5 |
I have been using the UserAccounts.CommonDialog from XP with my VBScripts, however this doesn't seem to work in Vista. Does anyone know if there is a similar ActiveX object to call in Vista or Vista specific way to call the Common File Open dialog from VBScript?
|