Sign in
Antimail
Adi Oltean's Weblog - Flashbacks on technology, programming, and other interesting things
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Bing
Classification
Click or miss
FCI
FSRM
gaming
Pages
Programming
Puzzles
Questions
Science
Script recipes
Storage
Vista
VSS
Web Search
Windows Server
Windows XP
XBox
XBox, gaming
Archive
Archives
September 2009
(1)
June 2009
(2)
May 2009
(7)
February 2008
(1)
January 2008
(1)
December 2007
(2)
November 2007
(4)
October 2007
(4)
September 2007
(1)
May 2007
(1)
March 2007
(2)
February 2007
(2)
January 2007
(3)
December 2006
(2)
November 2006
(3)
October 2006
(3)
September 2006
(6)
August 2006
(12)
July 2006
(2)
June 2006
(4)
May 2006
(3)
April 2006
(5)
March 2006
(6)
February 2006
(3)
January 2006
(23)
December 2005
(17)
November 2005
(14)
October 2005
(9)
September 2005
(27)
August 2005
(22)
July 2005
(19)
June 2005
(36)
May 2005
(29)
April 2005
(21)
March 2005
(15)
February 2005
(17)
January 2005
(19)
December 2004
(23)
November 2004
(14)
August 2004
(1)
July 2004
(3)
June 2004
(5)
May 2004
(2)
April 2004
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Antimail
Running CMD.EXE as Local System
Posted
over 9 years ago
by
Adi Oltean
4
Comments
Many times in the past I had to run an interactive command-line shell under the Local SYSTEM account. That is, a CMD window on your desktop running under the system account. This technique is extremely useful in many cases, for example to debug ERROR_ACCESS_DENIED...
Antimail
Downloads - Microsoft Research
Posted
over 9 years ago
by
Adi Oltean
4
Comments
Accidentally, I just discovered an interesting web page with all sorts of curious (downloadable) projects developed by various teams from Microsoft Research: http://www.research.microsoft.com/research/downloads/
Antimail
Launching a CMD window as Local System
Posted
over 9 years ago
by
Adi Oltean
5
Comments
What is your favorite method of launching CMD.EXE as Local System? I found the following method after a little experimentation. Just run the command below to create a generic service called TESTSVC. C:\>sc create testsvc binpath= "cmd /K start" type...
Antimail
White magic with Microsoft Exchange (Part I)
Posted
over 9 years ago
by
Adi Oltean
4
Comments
Here at Microsoft we have lots of discussion groups, probably in the order of thousands. And I am not sure about how many emails are going daily on these groups but you got the idea. Now, since I always liked to have a peek in everything, I ended up being...
Antimail
SBS, and a discussion about Shadow-copies and backups
Posted
over 9 years ago
by
Adi Oltean
3
Comments
One interesting things about NTBackup in XP and Windows Server/SBS 2003 is that is has two operating modes: with shadow copy and without shadow copy. First, NTBackup will try to create shadow copies of the involved volumes and try to copy stuff from these...
Antimail
Using RFID at home
Posted
over 9 years ago
by
Adi Oltean
4
Comments
An interesting article about various uses of the RFID technology: http://www.primidi.com/2004/11/20.html and its associated Slashdot link . But, I actually have a different wish from RFID. I always dreamed of some "smart" hand-held RFID scanner that could...
Antimail
Best Practices for Event Logging...
Posted
over 9 years ago
by
Adi Oltean
0
Comments
I think this is a good topic for a debate. So what is the best way to use the event log? The classical thinking is that a well-designed event log entry should contain only very easy-to-read, easy-to-follow, pertinent observations such as "the disk space...
Antimail
Unskilled and Unaware of It - the psychology of overconfidence
Posted
over 9 years ago
by
Adi Oltean
1
Comments
A funny read at the beginning of the week: http://www.apa.org/journals/psp/psp7761121.html
Antimail
Another puzzle: Self-extracting EXE
Posted
over 9 years ago
by
Adi Oltean
12
Comments
The rules are the following: 1) Before starting the test, you choose the computer + OS you want, etc. 2) Then, I give you a certain file. 3) You need to create a self-extracting EXE for it, that is always smaller than the original file. You can use any...
Antimail
Little math problem
Posted
over 9 years ago
by
Adi Oltean
14
Comments
OK, probably you already had your latte this morning but here is nice puzzle: Let's say that a rectangle is "rational" if the ratio between the width and height is a rational number. Now, proof that a rectangle is rational if and only if the rectangle...
Antimail
Script Recipe of the week: Detecting a new disk inserted in the system
Posted
over 9 years ago
by
Adi Oltean
0
Comments
Calvin Hsia presented a method to detect a device arrival in Visual Fox Pro. The code looks pretty long, even for a C++ programmer like me :-) I am wondering if there is a shorter variant... Here is a similar code VBScript, which uses WMI events: ...
Antimail
Radio Feedback
Posted
over 9 years ago
by
Adi Oltean
5
Comments
This morning, while listening to some boring songs on C89.5, I was thinking that it would be great to have some sort of an "feedback" mechanism. Something extremely simple and dumb, that every radio should have - two buttons: a red and a green one. If...
Antimail
What would be image #5?
Posted
over 9 years ago
by
Adi Oltean
1
Comments
Enjoy :-) http://ianwhite.is-a-geek.net/PermaLink.aspx?guid=0ac66f08-5eac-4796-a881-83fc12d5061f
Antimail
The new MSN Search rocks!
Posted
over 9 years ago
by
Adi Oltean
7
Comments
I was just looking this morning to beta.search.msn.com - the MSN guys did an amazing work. I thought we went to catch up google but now it looks like we are way ahead in terms of usability. But this is just my personal opinion - go ahead and take a look...
Page 1 of 1 (14 items)