What tool can I use that logs when my PC is accessed by another? For example, a program that logs if I was pinged, or if one of my ports was scanned, or if someone tried to get into my PC. I can't find this in the event logs. I'm not sure if Port Reporter or PortQuy provides this or not. Thanks.
What's the command for getting input at the command line as opposed to Inputbox, example
FileInput = Inputbox("Enter the path and filename you wish to open:")
createobject("wscript.shell").run FileInput
Thanks.
I want to restrict User A from sending email to anyone in the address book. Under User A's properties in Active Directory (AD), I can restrict who they can receive email from in Exchange General -> Message Restrictions. But I can't find where to restrict who they can send to in either in AD or...
Hi. After making changes to the toolbars and commands, I want to lock it down to where the user can't undo anything. As it stands, after I make the changes, I can right-click, choose Customize and bring everything back. I don't want them doing this. I also have the configuration file saved in...
It is my understanding that email logging is available. How can I check a PC to see who the user received email from or sent email to, even if they deleted mail? Where is there a log file on the PC containing info where email was sent/received that I can save and review?
Hi. After making changes to Outlook 2003 (options, customize), what and where is the file that has all the changes saved? I need this in case I want to revert back to the original settings. Thanks.
Can someone provide a script example of how to open/run a file, to include the path? For example, if the path is C:\program files\designs\file.txt, how do I tell the script to open it? Also, will this work for all executable extensions (.exe, .cmd, .txt, .vbs, etc)? Thanks.
Hi. In Windows XP, I want to create a user interface in VBScript that compliments the NET SEND command. This is what I have so far:
Set objShell = Wscript.CreateObject("WScript.Shell")
Comp2Reach = InputBox("Enter in Computer name.")
Message2Send = InputBox("Type your message.")
objShell.Run...
Below is a simple script that will open the Microsoft home page. You can modify the toolbars' values to display or hide as you see fit.
Can someone help with the toolbar buttons? Even though the option exists to display or hide the entire toolbar, is there a way to display only certain toolbar...
On XP Pro, if you click Start, and double-click any folder in the Start Menu, it will open a window of the folder. How can I disable this? There are files in the folders that I want users to access, but only by clicking Start --> Folder, and letting the folder expand to show the files...
Accidentally cross-posted to another forum. Sorry. So,
Can a vbscript be made into a stand-alone executable like a C++ program? This is for the purpose of hiding the code. Is this possible, or will I need to use another program to call the script? Thanks.
Can a vbscript be made into a stand-alone executable like a C++ program? This is for the purpose of hiding the code. Is this possible, or will I need to use another program to call the script? Thanks.
OK. The script does work. I checked the renamed computer in Active Directory. But how do I stop the error from generating?
Set objOU = GetObject("LDAP://OU=Compute,DC=Site,DC=Com")
intReturn = objOU.MoveHere _
("LDAP://CN=Computer1,OU=Compute,DC=Site,DC=Com", "cn=Computer2")
Line: 3...
Would like to place an executable C++ program in the startup folder that will modify folder permissions of the current user. Assuming the user is called 'John', and the folder with permissions to be modified is called 'Reports', how is this done?
For example, once John logs in, how can I modify...
#include <dos.h>
void main()
{
union REGS inr, out;
int86(0x19, &inr,&outr);
}
When I compile, it errors at union REGS inr, outr, saying "aggregate 'REGS inr' has".
Am I missing something? Also, what different parameters are available for int86? I'd like to logoff or shutdown the system as...
Using server 2003 and XP workstations. I've created a profile on the server that contains folders in the Start Menu that will expand when the mouse goes over the folder. If you double-click a folder in the Start Menu, it will open a window of that folder. How can I disable this?
There are files...
If you click Start, and double-click any folder in the Start Menu, it will open a window of the folder. How can I disable this?
There are files in the folders that I want users to access, but only by clicking Start --> Folder, and letting the folder expand to show the files.
Also, if there it...
Can someone help me find information on HOW to read a
protocol map, such as the one located here?
http://www.javvin.com/map.html
I understand the OSI model and what happens on each layer. I've also seen a few protocol maps, but it's a little confusing to see the flow of data at each layer, in...
I need help in writing a script for XP pro
machines (batch, NT script, or VBS) that will display any of the following on the desktop when the user logs in:
the computer name (preferred)
the user ID
IP address
the time logged in
I prefer the computer name to be displayed, but the others would...
Hi. Where can I find information on HOW to read a
protocol map? I understand the OSI model and what
happens on each layer. I've also seen a few protocol
maps, but it's a little confusing to see the flow of
data at each layer, in a practical sense.
For example, if I click on a web link, or copy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.