Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hannable80

    Opening all word docs in browser

    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...
  2. hannable80

    backup exec 10d Could not open the script file.

    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...
  3. hannable80

    script run as admin

    it will be placed in the log on script is there some code in VBS to run as administrator on execution!?
  4. hannable80

    script run as admin

    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
  5. hannable80

    System enviroment variables over the network..Code issue

    crisis averted http://www.tek-tips.com/faqs.cfm?fid=5755
  6. hannable80

    User Variable for System enviroment Variables Another Pain HELP!!!!

    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...
  7. hannable80

    Head is wrecked trying to copy a file to all pc's

    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...
  8. hannable80

    System enviroment variables over the network..Code issue

    no dice i can get the environment variable ok but i cant enter the user name variable
  9. hannable80

    System enviroment variables over the network..Code issue

    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...
  10. hannable80

    System enviroment variables over the network..Code issue

    Okay i see now. How do i manipulate the user variables for the user in the system enviroment variables. Thanks
  11. hannable80

    System enviroment variables over the network..Code issue

    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...
  12. hannable80

    WMI return not showing incorrect results

    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. '-----------------------...
  13. hannable80

    Macro will work for 2003 and 2007 but not with 2000 !

    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...
  14. hannable80

    WMI return not showing incorrect results

    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...
  15. hannable80

    WMI return not showing incorrect results

    Its a strange one alright i do my best
  16. hannable80

    WMI return not showing incorrect results

    Hi, Would it be possible for you to put the full code up for this . working on the same problem
  17. hannable80

    access to the mac address

    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...
  18. hannable80

    access to the mac address

    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...

Part and Inventory Search

Back
Top