Tag archive for ‘remove’

delete roaming profile on logout

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 > [...]

how to make self destructive exe in c++?

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 [...]

Jquery adding and removing rows

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 [...]

Exchange 2003, no 2007, Routing Groups not found in DS

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 [...]

remove words in php string

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 [...]

How dio i clean/remove Spam / Malware on a pc / server in our office

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 [...]

Remove patch KB912475

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, [...]