I would like to open all word documents in IE (10) on a windows 8 machine.
I have set all file association with word to be opened in IE but it normally just opens the file in word regardless
I am running ms office 2013
I have seen so many issues which is the reverse of my problem but not...
Hi,
I am experiancing problems with backup exec 10d. When a duplicate job starts it immidately fails throwing this error
e00081cb - Could not open the script file.
I have searched the internet up and down to no success
I have:
Update the hotfixes
DnR the client which worked only for about 3...
Hi all,
Just looking for a simple way to run a script as an amdministrator?! I could enter a batch file calling the script under admin mode. Is there any way around this !?
Thanks
Hi,
I can manipulate the User variable in the system enviroment variable!!!! I need this to be done through WMI as i have half the sript working fine over the network.....I need to find out how to add a User enviroment variable.....I have done this using wsh (previous post) Can anyone help cant...
ALL,
I need help now copying a file from my machine (admin) to all PC's on the domain without using a network share using WMI. This file will be a vbs and then needs to be run using my credent's. on the remote machines. Any one got any ideas how to do this?!
All help is appricated my sanity...
So basicaly i have changed my script to WMI standard, I can append data to the enviroment variable but cannot create a new user enviroment variable.... Can any one come up with a way how to do this?> cannot find anything on the web!!!HELP
Option Explicit
On Error Resume Next
Dim objReg...
Hi,
I am having a problem with the below code. Basicaly the issue is that the code works fine on a local PC but when i try to use it to change a remote machines.
dim WshShell
dim WshSysEnv
dim Path
dim PathToAdd
set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True...
oops posted the wrong code...
so what happens is that the code dumps the same amount of ram to each machine. Its not iterating down.
'-----------------------...
Option Explicit
Sub auto_open()
Dim i As Integer
Dim contracts(2000) As Variant
Dim contractsEmpty(2000) As Variant
Dim contractsExpired(2000) As Variant
Dim contractString As String
Dim contractStringEmpty As String
Dim contractStringExpired As String...
This script works great better than my one. I am having a problem finding the service tag and amount of ram in the machine. I have butchered your code to no great effect all i get is the same amount of ram again and again.....
Can you show me where i am going wrong
Option Explicit
Sub...
OKAY remote server or machine is not available or does not exist getobject. This list is taken from AD and i am the admin so win32_pingstatus should be fine.. Its a head scratcher
<code>
Dim objShell, strComputer, strInput
Dim strPing
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set...
Looks like it working fine when i put in on "error resume next" but the output is wrong it gives the name of a pc 4 times and then 4 different mac address's beside it..
Is this something to do with the ping and the "For Each objState In objMac". If i do not put in the on error resume next it...
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.