techie2008
Members-
Posts
43 -
Joined
-
Last visited
Reputation
0 NeutralAbout techie2008

-
Cant log onto HTTPS websites while using a mandatory profile
techie2008 replied to RSDSageR's topic in Windows 7
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. -
I agree with DMcCoy
-
Cant log onto HTTPS websites while using a mandatory profile
techie2008 replied to RSDSageR's topic in Windows 7
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. -
Customize Start Menu Shortcuts via GPO (Folder Redirection)
techie2008 replied to Arcolite's topic in Scripts
I also want to be able to achieve this, does anyone have a solution? -
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
-
Secure SSL web sites showing Page cannot be displayed on domain
techie2008 replied to techie2008's topic in Windows 7
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? -
Secure SSL web sites showing Page cannot be displayed on domain
techie2008 replied to techie2008's topic in Windows 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 -
Secure SSL web sites showing Page cannot be displayed on domain
techie2008 replied to techie2008's topic in Windows 7
No problem, feel free to ask Yes and all protocols are setup correctly -
Auto shutdown when network cable is unplugged
techie2008 replied to BenTruscott's topic in Network and Classroom Management
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 -
Secure SSL web sites showing Page cannot be displayed on domain
techie2008 replied to techie2008's topic in Windows 7
I am yes -
problem with folder redirection server 2008 r2 and desktops are w7
techie2008 replied to POWict's topic in Windows 7
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. -
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
-
problem with folder redirection server 2008 r2 and desktops are w7
techie2008 replied to POWict's topic in Windows 7
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 -
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?
-
[wds] Trying to find a Realtek 64bit LAN driver for WIN PE 3.0/3.1
techie2008 replied to techie2008's topic in O/S Deployment
boot.wim
