May 09, 2008

Security Warning

Q: Every time I start one of our customized apps. I get the Open file Security Warning.

Q: We are getting a "Windows Security" error warning us of an "unknown publisher" every time we try to open a particular program from network drive.

Q: I have Windows XP Home. I use the mapped drive so that a folder containing shortcuts can be used from another computer in the house without rewriting the shortcut for each computer. Now, every time I access the shortcut, I get the "Publisher could not be verified" message.

Q: have a Windows Server 2003 terminal server allowing access to ONE app. When the users launch the app they get an "Open File - Security Warning" that the app does not have a digital signature and prompts them to hit "run" to launch it.

Q: When I try to run a program from my file server, I see a "file download" warning box.

Q: Every time I start one of our customized apps (An .exe). I get the Open file - Security Warning.

Problem:


Open File - Security Warning
The publisher could not be verified.
Are you sure you want to run this software?

Name: Application.exe
Publisher: Unknown Publisher
Type: Application
From: \\Network\...

This file does not have a valid digital signature that verifies its publisher.
You should only run software from publisher you trust.
How can I decide what software to run?


Solution:
- Run gpedit.msc
- User Configuration > Administrative Templates > Windows Components > Attachment Manager > Inclusion list for moderate risk file types > Properties > Enable (and set the *.exe in edit box)

May 07, 2008

Vista Themes for Windows 2008

Enable Vista Themes for Windows 2008 Server Solution

For turn on vista style (Aero Theme) in windows 2008 server follow from bellow
- Control Panel > Administrative Tools > Server Manager > Feautures > Add Feautures > Enable Desktop Experience
- Control Panel > Administrative Tools > Services > Themes > Right Click > Properties > Set Automatic and Start

For disable Internet Explorer Enhanced Security
- Control Panel > Administrative Tools > Server Manager > Security Information (in center panel) > Configure IE ESC > Select "off"

For install sidebar go to here
http://www.4shared.com/file/40156538/d05a969c/WindowsSidebar.html
download package and exract to "C:\Program Files" and run bellow commands

"C:\Program Files\Windows Sidebar\sidebar.exe" /RegServer
regsvr32 "C:\Program Files\Windows Sidebar\sbdrop.dll"
regsvr32 "C:\Program Files\Windows Sidebar\sbdrop.dll"
"C:\Program Files\Windows Sidebar\sidebar.exe"

Enable/Disable 3D Flip (with Win Key + TAB)
gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Desktop Window Manager > Do not allow Flip3D invocation

Or for Enable:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
"DisallowFlip3d"=-
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\DWM]
"DisallowFlip3d"=-

Or for Disable:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM]
"DisallowFlip3d"=dword:00000001
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\DWM]
"DisallowFlip3d"=dword:00000001