Got more questions? Find advice on: ASP | SQL | XML | Regular Expressions
Welcome to WindowsAdvice Sign in | Join | Help

Search

You searched for the word(s):
Showing page 1 of 8 (79 total posts) < 1 second(s)
  • How to turn on Userenv debugging

    You can also turn on debug logging for Userenv which will give you a lot more information about what is breaking: Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinlogonValue: UserEnvDebugLevelValue Type: REG_DWORDValue Data: 10002 (Hex)
    Posted to owsteve (Weblog) by owsteve on March 7, 2006
  • Create a unique variable on a batch file.

    &nbsp; for /f ''tokens=1,2'' %%u in ('date /t') do set d=%%vfor /f ''tokens=1'' %%u in ('time /t') do set t=%%uif ''%t:~1,1%''=='':'' set t=0%t%set timestr=%d:~6,4%%d:~3,2%%d:~0,2%%t:~0,2%%t:~3,2%echo %timestr%
    Posted to owsteve (Weblog) by owsteve on March 3, 2006
  • WMI properties related to task manager memory settings

    I was writing a console app that wanted to retrieve the same memory settings that show up in task manager.&nbsp; Here are the 4 properties, you just have to divide them by 1024 to get the Megabyte size.&nbsp; &nbsp; Memory Usage = WorkingSetSize (WMI Property)Peak Memory Usage = PeakWorkingSetSize (WMI Property)VM Size = PageFileUsagePeak VM ...
    Posted to owsteve (Weblog) by owsteve on February 6, 2006
  • Flash Tip: Checking Microsoft Systems Management Server (SMS) 2003 for new program advertisements

    Q: How can I force my Microsoft Systems Management Server (SMS) 2003 clients to check for new program advertisements? A: Program advertisements occur as part of the Machine Policy Retrieval &amp; Evaluation Cycle action in the SMS 2003 Advanced Client. To force a client to find new programs that are available ahead of the regular discovery ...
    Posted to owsteve (Weblog) by owsteve on January 14, 2006
  • Change schema on Tables and Stored procedures in sql 2005

    I was trying to change the 'schema' on an object from a 'username' to 'dbo' in SQL Server 2005.&nbsp; The script generates code you have to copy, paste and run on the database.&nbsp; Thanks to the DBA gurus&nbsp;on the sql-sqlsvr-sprocs@sqladvice.com&nbsp;list (Bill Swartz thanks a bunch) that provided&nbsp;the syntax.&nbsp; I encourage everyone ...
    Posted to owsteve (Weblog) by owsteve on December 29, 2005
  • How to setup a 'Blind Get' FTP Server by Steve Schofield

    Over the last few weeks I've actually starting writing articles again.&nbsp; I've published them on my own little world of code samples and more.&nbsp; ''This article covers how-to setup an anonymous โ€œblind getโ€ FTP server using Microsoft Windows 2003 built-in FTP server. A โ€œblind getโ€ FTP server provides a method to anonymously transfer files ...
    Posted to owsteve (Weblog) by owsteve on December 21, 2005
  • Exchange info / references.

    I'm reading up more on Exchange and becoming familiar with some of the options the product offers.&nbsp; The article below&nbsp;discusses&nbsp;the Sender ID filtering option, it also shows how to apply various policies on incoming SMTP messages.&nbsp;Here are some good reference links besides http://Microsoft.com/exchange/ Various Exchange ...
    Posted to owsteve (Weblog) by owsteve on December 17, 2005
  • Microsoft IIS Remote Denial of Service (DoS) .DLL Url exploit / IIS - 5.1

    For those running IIS 5.1 (XP) I would suggest checking this out. Hopefully no one is using for internet production apps. I ran through this sample on my laptop which has visual studio and a debugger and was able to reproduce this. Hmm. Good thing IIS 5/6 are not affected. http://ingehenriksen.blogspot.com/ Steve
    Posted to owsteve (Weblog) by owsteve on December 17, 2005
  • Exchange goodies

    Exchange goodies. http://www.microsoft.com/technet/prodtechnol/exchange/downloads/2003/tools.mspx
    Posted to owsteve (Weblog) by owsteve on December 13, 2005
  • Create Export & Encrypt connection string on server and dev machine with ASP.Net 2.0

    This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.&nbsp; Microsoft has made it much easier to have a portable key that encrypts certain sections in a web.config that are normally clear text.&nbsp; I haven't found a quick how-to reference to allow for a ...
    Posted to owsteve (Weblog) by owsteve on December 9, 2005
1 2 3 4 5 Next > ... Last ยป