Microsoft
Software
Hardware
Network
Question : PC Policy for Windows 7
What path is correct for creating PC Policy for Windows 7
%ProgramFiles(x86)%\applic
ation name or %Program Files (x86)%\Application name - should there be spaces or no spaces
Answer : PC Policy for Windows 7
try this
Select CategoryID, CategoryName,1 as [Sort] from Category where CategoryID = 27
Union Select CategoryID, CategoryName,2 as [Sort] from Category where CategoryActive = -1 and CategoryID <> 27
order by [sort], CategoryName
Random Solutions
Moving Domino 8 server
What is the default for ExpiresDefault
802.1q trunk
Install .PFX file to personal store - Certificate Authority
Oracle forms and reports in Oracle 10g
Problem connecting Netapp FCP LUN on SERVER 2008
Print jobs starting very slowly on HP laser
asp.net-easy question
How can I display this without line breaks
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions