January 14th, 2010 |
xumi |
Question:
i need to delete user profiles on logout.
every user has a roaming profile and when a user
logs into another users computer, their profile is added to the computer.
this enables any user to view their documents and other info.
i need to be able to delete every user that logs onto every machine.
i tried:
run > gpedit.msc > [...]
January 12th, 2010 |
xumi |
Question:
how to make an exe file using C++ program so that
it destroys itself after 10 days . i mean a trial version
please provide me the code
Solution:
See this:
It checks for last modify time of a file and checks if it passed X days. Simply modify it (2-3 lines of change) and use it.
long Date2Long(FILETIME& flTime)
{
const __int64 [...]
December 31st, 2009 |
xumi |
Question:
Hi -
I am trying to add and remove rows with jquery. Using the code below:
The row adds ok but when I click “Remove” nothing happens (row is not removed) …
If I change:
$(id).remove();
to alert(id)
I get a popup…
Code Snippet:
function(event, queueID, fileObj, response, data) {
var id = queueID
$(“#filesUploaded”).append(“<p id=’row” + id + “‘><label for=’txt” + id + “‘>Field [...]
November 30th, 2009 |
xumi |
Question:
Hi all
I have a problem trying to uninstall Exchange 2003 from a server. This is NOT anything to do with an Exchange 2007 migration – we are full 2003 throughout.
The server in question was the very first Exchange 2003 server to be installed.
I have reasonable experience of Exchange and have moved all the connectors, public [...]
September 6th, 2009 |
mylinh |
Question:
Hi E’s, I want remove words in the $string.
The variable $remove can contain one or more words, and I want remove that words from $string, like:
$remove = “remove words string”;
$string = “in php i want remove words in the string is a good idea remove for a great result”;
The return:
$string = “in php i want [...]
August 3rd, 2009 |
mylinh |
Question:
Spam / Malware is on a pc / server in our office. We have scanned and cleaned our PC’s repeatedly, with Anti-Virus, but we still get shutdown by our smarthost because of spam/high activity. My question is this, what tool do they use to find that information out? Does it run in windows? What is [...]
August 3rd, 2009 |
xumi |
Question:
Hi,
We need to uninstall KB912475 patch on couple of servers.
Is there any automated way to uninstall this patch?
To manually uninstall the KB 912475 update, we follow these steps:
1. Click Start, click Run, type appwiz.cpl, and then click OK.
2. Click to select the Show updates check box.
3. In the list, click the KB 912475 update, [...]