Jump to content

techie2008

Members
  • Posts

    43
  • Joined

  • Last visited

Reputation

0 Neutral

About techie2008

  1. Yes I remember the problem being intermittent for me. You just need to sysprep one machine and add your new profile to your server profile share. You don't need to do anything else to your clients.
  2. I agree with DMcCoy
  3. I experienced the exact same problem when I moved our school to Windows 7. I resolved this issue by creating a new profile through a sysprep with /generalize. On reboot join the sysprep client to your domain, create a default.v2 in your profile share, copy the default user profile to your Default.v2 with the Everyone in the user field. Go back to the profile server share and go to security settings and add Authenticated Users with read permissions. Change your ntuser.dat to ntuser.man You should have a working profile with https. Good luck and contact me for any advice.
  4. I also want to be able to achieve this, does anyone have a solution?
  5. Hi, I am wondering if anyone could kindly help me out here. I am having problems to find a way to add an argument to a shortcut in a vbs script I am creating for my Windows 7 start menu pins. As you can see below all my shortcuts are fine and work, except the one which requires the argument. This application is called PARs, see below. Anyone know the answer? Many thanks Dim ObjFolder, ObjFolderItem, colVerbs, objverb, objshell Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace("C:\Program Files\Internet Explorer") Set objFolderItem = objFolder.ParseName("iexplore.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\Microsoft Office\Office14") Set objFolderItem = objFolder.ParseName("MSACCESS.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\Microsoft Office\Office14") Set objFolderItem = objFolder.ParseName("EXCEL.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\Microsoft Office\Office14") Set objFolderItem = objFolder.ParseName("POWERPNT.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\Microsoft Office\Office14") Set objFolderItem = objFolder.ParseName("MSPUB.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\Microsoft Office\Office14") Set objFolderItem = objFolder.ParseName("WINWORD.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\Microsoft Office\Office14") Set objFolderItem = objFolder.ParseName("msaccess.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files (x86)\SIMS\PARS .net\") [b]Set objFolderItem = objFolder.ParseName("Bootstrap.exe" PARS)[/b] [b][i]<----- Doesn't work and displays error message (hope someone can help) [/i][/b] Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files\SIMS\SIMS .net") Set objFolderItem = objFolder.ParseName("Pulsar.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next WScript.Quit
  6. Thank you for your quick response. The problem lies only on our Win7 machines, if the same user logs onto a XP machine, the secure site works. Do you still think it could be at the ISA side?
  7. Proxy is congifured correctly and it happens to all domain accounts. However if you logon with a local account (inc. non admin.) with the same proxy settings the secure web sites works. This is really annoying and causing the staff many problems.# ARGGHHHHHHHH
  8. No problem, feel free to ask Yes and all protocols are setup correctly
  9. I have a GPO for Windows XP when you unplug a network cable the PC auto shutsdown, however it doesn't work for Windows 7
  10. I've checked my event logs and all my folder reditections are fine. I only get one error and thats regarding Windows Mail. Any help or guidance would be much appreciated.
  11. Hi all, Our school is experiencing a peculiar problem. Our school is running in a mixed environment (Windows XP and 7) with a ISA Proxy server in place. Our Windows 7 machines will not open/load secure web sites when a domain user logs on. However if a local windows 7 user logs on (Administrator for example) and uses the same proxy server the site will open. Also if the same Domain user logs onto a Windows XP client, the sites also loads. Can anyone shed any light on this? Many thanks
  12. I am also receiving the same problem. Users can logon and get their correct profile and folder redirection and other times they are issued with temporary profiles and local folders and rights. Can anyone shed any light on this? Many thanks
  13. Arthur do I copy the script from the URL you've provided and save it in .ps1 format and attached it to a batch file startup script?
×
×
  • Create New...