This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
faq:windows7 [2010/02/06 23:10] 217.72.242.60 JpEtzoavNbE |
faq:windows7 [2014/06/28 00:57] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | foQCxx <a href="http://nosfqvxcxeeo.com/">nosfqvxcxeeo</a>, [url=http://jcwxkgzlbkkv.com/]jcwxkgzlbkkv[/url], [link=http://qgjytzqkxeeq.com/]qgjytzqkxeeq[/link], http://xnohbrjndysj.com/ | + | ====== Explorer.exe doesn't work: gives "Server execution failed" ====== |
| + | |||
| + | Make sure the paths pointed to by: | ||
| + | |||
| + | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Personal] | ||
| + | |||
| + | and | ||
| + | |||
| + | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal] | ||
| + | |||
| + | are currently accessible (offline is ok too). | ||
| + | |||
| + | ====== Copying dialup/vpn settings ====== | ||
| + | |||
| + | ===== To copy all VPN connections between machines, take this file ===== | ||
| + | |||
| + | |||
| + | From XP take this file | ||
| + | %SystemDrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk\rasphone.pbk | ||
| + | |||
| + | and in Windows 7 put it here | ||
| + | |||
| + | c:\ProgramData\Microsoft\Network\Connections\Pbk | ||
| + | |||
| + | or where %username% is your username | ||
| + | |||
| + | c:\Users\%username%\AppData\Roaming\Microsoft\Network\Connections\Pbk | ||
| + | |||
| + | |||
| + | ===== Logon using dialup networking ===== | ||
| + | |||
| + | Press Esc or click Switch User to view other logon options. | ||
| + | There will now appear a blue button near the lower-right corner, just to the left of the red Shut Down button. that will let you use an existing dialup connection. | ||
| + | |||
| + | BUT | ||
| + | |||
| + | the username / password for the dialup needs to be the same one you are logging on to the windows domain as ! So if the pptp is not windows RAS you need to make a matching username password. | ||
| + | |||
| + | |||
| + | ===== Office 2007 Outlook warnings ===== | ||
| + | |||
| + | When opening emails with spreadsheets / word documents etc... it ALWAYS asks if you want to open it. These are considere level2 outlook attachments and cannot (using outlook) be made to always just open. | ||
| + | |||
| + | If you want to override it you can make registry entries like this. | ||
| + | |||
| + | <file> | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.CSV] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.5] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.12] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.12] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.5] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.12] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPoint.Show.11] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPoint.Show.12] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TIFImage.Document] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPointViewer.Show.11] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPointViewer.Show.12] | ||
| + | "EditFlags"=hex:00,00,01,00 | ||
| + | |||
| + | </file> | ||