Displaying 6 results from an estimated 6 matches for "wshshell".
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the
first time . I need kerbos authentication is possible to set it up on same
host as domain controller so ad users can take ownership of home folder
--
Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.
2014 Dec 21
0
Home auto creation
At the institution where I work, we have created a GPO to create and mount
the directories persons from users, follows the script.
create the file name.vbs with the content
Option Explicit
Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1,
FileClass, Directory
Dim strDriveLetter, strRemotePath, strUserName, strNewName
Set wshell = createobject("wscript.network")
user1 = wshell.username
Set FileClass = CreateObject("Scripting.FileSystemObject")
Directory = "\\server\u...
2007 Mar 19
1
error running a vb script in wine
...uot;<shortcut target>" "<shortcut location>"
'Example: cscript mk_shortcut.vbs "notepad_shortcut" "C:\Windows
\Notepad.exe" "U:\some_directory"
'TODO: Add some error checking (currently none since I don't know how
in VBScript)
Dim WSHShell, fs
Set WSHShell = WScript.CreateObject("WScript.Shell")
Set fs = WScript.CreateObject("Scripting.FileSystemObject")
Function MakeDesktopShortcut( name, target, shortcut_location )
Dim Shortcut,StartupPath
Set Shortcut = WSHShell.CreateShortcut(shortcut_location & "\&qu...
2004 Oct 13
5
Looking for large-ish deployment advice
Colleagues-
I am working on the design of a fairly large samba deployment, and I am
looking for feedback on some of my design ideas.
I have 10 buildings spread out in and around a city, all interconnected
via 1.5Mb leased lines. There are samba servers in each building. I have
some users that move from building to building. We are using primarily
windows 98 desktops, with a few 2K and XPP
2015 Feb 20
0
Wine release 1.7.37
...ode fails in browser (unimplemented association query)
34895 Internet Chess Club (ICC) Dasher 1.5.x crashes on startup
34913 GEOVIA Surpac 6.x (geology and mine planning software) needs vbscript:Global_InStrRev
35455 ?????(KuGou Music) hangs
35544 Proteus 8 Professional installer needs IWshShell3::RegRead method implementation
35545 Proteus 8 demo installer needs IWshShell3::RegWrite method implementation
36258 Gears of War crashes on unimplemented function d3dx9_36.dll.D3DXDisassembleShader
36544 The Weather Channel Desktop App for Windows fails to install
36812 Avast! Free An...
2011 Sep 23
0
Wine release 1.3.29
...Added support for SCRIPTITEM_ISVISIBLE named items.
vbscript: Added ME expression parser implementation.
vbscript: Added interp_me implementation.
vbscript: Added On Error statement parser implementation.
jscript: Removed useless undef ACTSCPSITE_THIS.
wshom.ocx: Added WshShell class factory implementation.
wshom.ocx: Added IWshShell3 interface stub implementation.
wshom.ocx: Added beginning WshShell object tests.
vbscript: Added support for ':' as statement separator.
vbscript: Added support for rem statement-like comments.
vbscript:...