Error: Remote Desktop no longer full screen

Keywords: servers, error, remote desktop, full screen

PROBLEM
Remote Desktop no longer full screen.

 

SOLUTION
Open Remote Desktop connection and before click on “Connect”, click on “Options” ==> Display tab ==> Slide the bar for Remote Desktop size all the way to the right which will result in “Full Screen” mode no matter what screen resolution you have.

ERROR: System.Security.SecurityException: Request for the permission of type...

Keywords: error, System.Security.SecurityException, app pool, identity, ApplicationPoolIdentity, iis 7
ERROR:
Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. 

If you look at the properties of the files, you will see an "Unblock" button. You can click this or change the app pool setting.

SOLUTION:
http://blogs.msdn.com/b/friis/archive/2010/06/09/system-security-securityexception-request-for-the-permission-of-type-system-web-aspnethostingpermission-failed.aspx

Change the Identity of the app pool from "ApplicationPoolIdentity" to "Integrated" in iis 7.

Error: Windows: "Object doesn’t support this action"

Keywords: SQL, error, object doesn't support, regedit, HKEY_CURRENT_USER
ERROR:
Active Desktop Recovery: "Object doesn’t support this action"

SOLUTION:
> regedit

Go to this key: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components

Change the value of DeskHtmlVersion to zero instead of decimal 272.

IIS: Active Directory

Keywords: IIS, Active Directory
Start\Administrative Tools\Active Directory Users and Computers

IIS: Application Pool

Keywords: IIS, application pool
- Each pool has own w3wp process

- view all app pools
iisapp

- view running applications by process ID
iisapp /p 2608

IIS: Reset

Keywords: IIS, reset
iisreset

iisreset /stop
iisreset /start

IP Address: Find

Keywords: servers, IP address
http://www.myipaddress.com

IPConfig

Keywords: servers, ip config

ipconfig /release


ipconfig /renew

MMC Snapin

Keywords: MMC Snapin, file lock
Use this program to determine if a machine on the network has a lock on a file. In the computer mgmt snapin, under Shared Folders, you can view Open Files. You'll be able to see which user(s) has a file open and close the open file with the right-click menu.

Script Host

Keywords: Script Host
C:\WINDOWS\system32\cscript.exe C:\Work\VBScripts\UpdateContacts.vbs