Jump to content

techie2008

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by 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?
  14. I am committing the unmount. I do a fresh install of 7 and device manager doesn't see the nic driver. I install the same driver that I injected into win PE manually through device manager and it successfully installs.
  15. has there been a fix/solution for this?
  16. My boot image is x64 and I'm injecting my drivers by mounting my wim file and using the following command: DISM /image:c:\winpe_x64\mount /Add-Driver /driver:C:\YOUR_FOLDER_OF_INF_DRIVERS\ /recurse and then unmounting it and adding it to WDS
  17. I am also experience this issue. Did you ever manage to fix this?
  18. Can I also mention, I can boot my old win pe 2.0 (x86) for my winxp images with network access, so I have correct drivers in there for vista 32bit architecture! However that is no good, I need to boot with PE 3.0 and deploy win7 x64 This is really frustrating me, especially when I have injected the correct drivers.
  19. Hi Arthur, I've injected those drivers successfully and applied the new boot image to WDS, but I still get the same problem. Any other ideas?
  20. PCI\VEN_10EC&DEV_8168&SUBSYS_84321043&REV_06\4&2D868D74&0&00E3
  21. Arthur do you want me to run this in the PE environment when I get the error message? Shift + F10 for command prompt ??
  22. I have already injected those drivers to my PE environment, but no joy! Can you guide me further with this MDT approach please Many thanks
  23. We have purchased over 100 ASUS ET2400INT All-In-One PCs and decided to create a Windows 7 Ent 64bit image using WDS. However when we PXE boot to Win PE 3.0 we get the generic microsoft message saying that we need the correct network driver. We have injected numerous realtek win7 (32 and 64 bit) from ASUS and Realtek but still no joy. Has anyone else experienced this problem who could provide a solution?
×
×
  • Create New...