Archive for the ‘Uncategorized’ Category

Interactive logon: message text for users attempting to log on

August 14, 2009

CONTINUARE SENZA LA DEBITA AUTORIZZAZIONE È ILLEGALE.

Questo sistema è limitato agli utenti autorizzati.

Coloro che tentano di effettuare un accesso senza averne l’autorizzazione verranno perseguiti legalmente.

IT IS AN OFFENSE TO CONTINUE WITHOUT PROPER AUTHORIZATION.

This system is restricted to authorized users.

Individuals attempting unauthorized access will be prosecuted.

testo che comparirà all’interno della finestra (text show in the window)

\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeText (STRING)

Interactive logon: message title for users attempting to log on

August 12, 2009

CONTINUARE SENZA LA DEBITA AUTORIZZAZIONE È ILLEGALE.

IT IS AN OFFENSE TO CONTINUE WITHOUT PROPER AUTHORIZATION.

titolo della finestra (title of the window)

\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LegalNoticeCaption (STRING)

Interactive logon: do not display last user name

August 10, 2009

This is the registry key:

\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT

\CurrentVersion\WinLogon\DontDisplayLastUserName (DWORD)

What is Ramp Up?

August 6, 2009

Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skills. Ramp Up has a solid foundation of premium technical content from subject-matter gurus, and provides easy-to-access content in a variety of forms that guide you in learning the important skills. Join Ramp Up (it’s free!) and help advance your career – click on a track now to start!

http://msdn.microsoft.com/en-us/rampup/default.aspx

eMail Marketing come tracciare le eMail aperte

July 6, 2009

Se avete bisogno solo di una semplice traccia se il destinatario di una campagna di marketing ha o meno aperto la mail, si può utilizzare questo articolo per implementare una semplice soluzione.

http://www.codeproject.com/KB/aspnet/etrack.aspx

Microsoft Office Visio Professional 2007 IT Pro Toolkit!

June 24, 2009

This kit includes a wide selection of Microsoft Office Visio Professional 2007 add-ins and resources.
To download the most updated versions of these add-ins and many other resources, visit http://visiotoolbox.com/.

Office System 2007: il licensing dei prodotti server

June 23, 2009

How do I check in enterprise projects and enterprise resources? (Project Server 2002 or 2003)

June 19, 2009

Resolution for Project Managers (Project Server 2003 only)

Project managers can check in their own checked out projects by completing the following steps:

1. Log into Project Web Access with project manager permissions.

2. Click the Projects menu to navigate to the Project Center page.

3. Click the Check in my projects link in the sidepane on the left.

4. In the data grid, select the checked out project and click the Check-In button.

Resolution for Administrators (Project Server 2002 or 2003)

Project Server administrators can check in projects and resources that are stuck in a checked out state by completing the following steps:

1. Log into Project Web Access with administrator permissions.

2. Click Admin > Manage Enterprise Features.

3. Click either the Check-in Enterprise Resources link or the Check-in Enterprise Projects link in the sidepane.

4. In the data grid, select the checked out project or resource and click the Check-In button.

Resolution for SQL Server DBA’s (Project Server 2002 or 2003)

Projects can occasionally become stuck in a checked out state, but they do not show up in the data grid using either set of above steps. In this case, a SQL Server DBA must perform the following steps to check in the project:

1. Launch the Microsoft SQL Server Enterprise Manager.

2. Select and open the Project Server database.

3. Select the MSP_PROJECTS table and open it.

4. Locate the checked out project.

5. Set the value in the PROJ_CHECKEDOUT field to 0 (zero) for the project.

Note: For a resource that is stuck in a checked out state, open the MSP_RESOURCES table and set the RES_CHECKEDOUT field value to 0 for the checked-out resource.

Free Quick References

June 15, 2009

Download and distribute Free Quick References for all your favorite software programs!
www.customguide.com

What is Fiddler?

June 3, 2009

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.

http://www.fiddler2.com/fiddler2/