WSH on Windows CE
Tue, 15 Jul 2008 14:23:43 -0500
It seems that WSH does not run on WindowsCE 4.20.
Questions are:
1) Will cscript / wscript run on CE 4.20
2) How do you get it there?
...
|
Changing the menu expansion arrow to be left oriented
Wed, 9 Jul 2008 10:58:02 -0700
In Windows XP if you right-click on the taskbar a menu pops up that begins
with "toolbars" and ends with "properties." There is an a right pointing
arrow on the right side of the "toolbars" selection.
What do I change so that system-wide the arrow is left pointing and on the
left side of the menu text?
...
|
RE: Powershell
Wed, 9 Jul 2008 13:29:49 +0000 (UTC)
Hello Rita,
www.powershellcommunity.org
or the newsgroup: microsoft.public.windows.powershell
What are you looking to do with powershell?
Karl
> Hi Vic
>
> Did you find any source for this? I am new to Powershell scripting
> and need a good insight - Fast.
>
> "vic" wrote:
>
>> Anyone there ...
|
Authenticate Computer and Users to particular User Group
Wed, 9 Jul 2008 06:29:00 -0700
Hello everyone,
I am a newbee to Powershell Scripting and have been tasked to write a login
script to accomplish the following for the school I work at. (Boss passed it
down to me)
I am a network person. OS= Server 2003 soon to be Server 2008, PC's are
XP and Vista.
Deadline testing date: August 1, 2008 ...
|
Permissions different for WshShell and .exe in Server 20003 SP1 and SP2 ?
Tue, 08 Jul 2008 21:44:10 +0200
Been struggling with this for hours now !
Here"s my problem, I have an .exe I run using this script in aso code:
in the download.asp file.
88 : Set WshShell = Server.CreateObject("Wscript.Shell")
89 : WshShell.run "D:\DATAII~1\xyz\abc\code.exe xyz"
90 : Set WshShell=nothing
I've given read and execute to ...
|
Need left handed mouse script
Fri, 04 Jul 2008 11:57:25 -0700
Hi All,
I have lots of left handed customers running their
mice as left handers. They have no problem with it.
One particular customer with XP-Pro-SP2 can not
seem to keep it in left handed operation. He is
using the stock mouse drivers. I switch it over
to left handed operation. Two weeks la ...
|
adding items to the right click menu
Thu, 3 Jul 2008 02:27:03 -0700
Hi,
I surfed already for 2 weeks the internet to find a solution for my problem.
Many solutions, but not the ones I'm looking for... What I want to do is
adding a menu item in the context menu of windows explorer. This Item should
be a sort of "browse to" item. When I am in explorer and I right click the
...
|
|
|
Classes and members disappear when limited user
Tue, 1 Jul 2008 00:56:01 -0700
I'd like to be able to see Win32_PhysicalMedia information when logged in as
a Limited User in XP (not admin rights). It works ok when logged in as Admin,
WMIDiag has just given a clean bill of health, and Win32_DiskDrive class
produces information correctly, but Win32_PhysicalMedia produces a count of 0
for thi ...
|
Using ASP.NET/WMI to remotely map a network drive
Mon, 30 Jun 2008 10:30:00 -0700
Hello; I am a summer intern working on an IT admin page for our helpdesk.
One of the requested features of this page was the ability to map network
drives by specifying the machine/user, the path to the network share, and the
drive to map to. I originally posted this question in ASP.NET/VB forums, but
I wa ...
|
Web services: Next steps
Sun, 29 Jun 2008 03:25:26 -0700 (PDT)
Trying to learn how to call a web service from script. I know we can
use the XMLHttpRequest object to invoke a call. But I don't know how
to initiate the call, and also pass arguments to my web method. The
web method is as defined below C#:
[WebMethod]
public string FahrenheitToCelcius(string fahrenheit)
...
|