Lets have a look at what these find.Here are the first 2 steps, more steps will be needed, after I see the results of these logs.Run them in this order.Step 1: Run AdwCleaner http://www.softpedia.com/get/Antivi...http://www.raymond.cc/blog/adwclean...http://www.bleepingcomputer.com/dow...Author's siRead more
Lets have a look at what these find.
Here are the first 2 steps, more steps will be needed, after I see the results of these logs.
Step 2: Run Malwarebytes Junkware Removal Tool http://www.softpedia.com/get/Securi… http://www.bleepingcomputer.com/dow… http://thisisudax.org/ http://thisisudax.blogspot.com.au/2… Download Malwarebytes Junkware Removal Tool onto your Desktop. If your default download location is not the Desktop, drag it out of it’s location onto the Desktop. Warning! Once the scan is complete JRT will shut down your browser with NO warning. Shut down your protection software now to avoid potential conflicts. Temporarily disable your antivirus and any antispyware real time protection before performing a scan. Click this link to see a list of security programs that should be disabled and how to disable them. http://www.bleepingcomputer.com/for… http://www.techsupportforum.com/for… Run the tool by double-clicking it. If you are using Windows Vista or Windows 7/8, right-click JRT and select Run as Administrator. The tool will open and start scanning your system. Please be patient as this can take a while to complete depending on your system’s specifications. On completion, a log (JRT.txt) is saved onto your Desktop and will automatically open. Copy and Paste the contents of the JRT.txt log please.
"Fixing" I need to know if I will need a custom write for "fixlist"Yes.As you have run Farbar more than once, refer this SS.http://i.imgur.com/yUxNw0j.gifPress Scan button.It will make a log (FRST.txt) on the Desktop.The first time the tool is run, it makes also another log (Addition.txt) on the DesRead more
“Fixing” I need to know if I will need a custom write for “fixlist” Yes.
Press Scan button. It will make a log (FRST.txt) on the Desktop. The first time the tool is run, it makes also another log (Addition.txt) on the Desktop. The logs are large, upload them using one of these. No time delays/Captcha-I’m not a Robot/account/registration needed. Give us the links please. http://www.fileconvoy.com/index.php
you may be better off posting your HJT results into:http://hijackthis.de/and google the questionable results as NO member REQUESTED you to post a logSome HELP in posting on Computing.net plus free progs and instructions 7 Medals
you may be better off posting your HJT results into: http://hijackthis.de/ and google the questionable results as NO member REQUESTED you to post a log
CrazySaxon,"Anyone with real knowledge when it comes to viruses would be great here."Have 'some' knowledge, but not sure if it's for real!! :-) However, will be glad to help you while you are here.See if you can interfere with the malware, by adding some random characters to the name of the file:JusRead more
CrazySaxon,
“Anyone with real knowledge when it comes to viruses would be great here.” Have ‘some’ knowledge, but not sure if it’s for real!! 🙂 However, will be glad to help you while you are here.
See if you can interfere with the malware, by adding some random characters to the name of the file:
Just right click, Rename, and add a .xxx to the name.
Example: C:\ProgramData\41d8af9ac95d6b556357.xxx
Where is the malicious file located? From what you are mentioning, looks as if it in a folder…
Double-click* on TDSSKiller.exe to run the program. Vista/Windows 7 users, right-click the file, and select: Run As Administrator
Click the ‘Start Scan’ button.
Do not use the computer during the scan
If the scan completes with nothing found, click Close to exit.
When the scan finishes it displays a Scan results screen stating whether or not an infection was found on your computer.
To remove the infection, click on the Continue button. If it does not say Cure on the results screen, leave it at the default action of Skip, and press the Continue button.
Do not change to Delete or Quarantine as it may delete infected files that are required for Windows to operate properly.
Reboot to finish the cleaning process.
If no reboot is requested, click on: Report.
A log file named TDSSKiller_version_date_time_log.txt (i.e. TDSSKiller.2.4.0.0_27.07.2010_09.o7.26_log.txt) is created and saved to the root directory (usually Local Disk C:).
>>Please provide the contents of TDSSKiller in your reply.<<
Let’s make sure there is not some kind of BootKit involved.
Copy & Paste the text in Blue below & save it into Notepad on your Desktop & name it fixlist.txtNOTE:It is important that Notepad is used. The fix will not work if Word or some other program is used.NOTE: It is important that both files, FRST/FRST64 and fixlist.txt are in the same locatiRead more
Copy & Paste the text in Blue below & save it into Notepad on your Desktop & name it fixlist.txt NOTE:It is important that Notepad is used. The fix will not work if Word or some other program is used. NOTE: It is important that both files, FRST/FRST64 and fixlist.txt are in the same location or the fix will not work. NOTICE: This script was written specifically for this user, for use on that particular machine. Running this on another machine may cause damage to your operating system.
Run FRST/FRST64 and press the Fix button just once and wait. If for some reason the tool needs a restart, please make sure you let the system restart normally. After that, let the tool complete its run. When finished FRST will generate a log on the Desktop (Fixlog.txt). Please Copy & Paste the contents into your reply.
You've already listed the commands to use. As there is a reboot involved then you obviously need two batch files rather than just one. You still haven't said what errors you get from these commands and whether you are using a Domain Administrator in the "user" field. (It isn't going to work if you aRead more
You’ve already listed the commands to use. As there is a reboot involved then you obviously need two batch files rather than just one.
You still haven’t said what errors you get from these commands and whether you are using a Domain Administrator in the “user” field. (It isn’t going to work if you aren’t.)
Is this your actual header?:TRACT-NAME,PRCSMO,CONO,CONAME,CCNO,CCDESC,ACCTNO,ACCTDESC("TRACT-NAME" was just an example I was working with, you need to use an actual header snippet/sample for the filter.)I ran this as a short test, replacing TRACT-NAME as the tag, and it worked ok:@echo off & setRead more
Is this your actual header?: TRACT-NAME,PRCSMO,CONO,CONAME,CCNO,CCDESC,ACCTNO,ACCTDESC
(“TRACT-NAME” was just an example I was working with, you need to use an actual header snippet/sample for the filter.) I ran this as a short test, replacing TRACT-NAME as the tag, and it worked ok: @echo off & setlocal set headertag=PRCSMO :: following correspondes to your: copy \\MI\Master\Export\recondata*.csv “\\MI-MKE-GOV\RCP_Master\Export\recondata all import.csv” :: test4 is the counterpart of “all import.csv” copy test+test2+test3 test4 :: this gets ALL the headers… find “%headertag%”<test4>work :: now just capture one header into “work” set /p x=<work echo %x%>work :: now append just the data-content, sans headers, from the combined file to “work” find /v “%headertag%”<test4>>work :: maybe this was the ‘missing step’? “work” was the final destination of my solution. move /y work “all import.csv” ::======== end batch I think my solution is somewhat awkward, but it worked in my test.
Try going into page set up and change the "fit to '1' page wide by "1" long. Just delete the 1 in the length leaving it completely open to print on however many pages it needs to. I had the same problem and this fixed it.
Try going into page set up and change the “fit to ‘1’ page wide by “1” long. Just delete the 1 in the length leaving it completely open to print on however many pages it needs to.
I had the same problem and this fixed it.
Hi, look at the SUMIF() function. It will SUM values in one column when corresponding rows in another column contain the item name or number. It looks something like this: Product codes in column A Transaction amounts in column B =SUMIF(A1:A100,"CodeNumber", B1:B100) Regards
Hi,
look at the SUMIF() function.
It will SUM values in one column when corresponding rows in another column contain the item name or number.
It looks something like this:
Product codes in column A
Transaction amounts in column B
=SUMIF(A1:A100,”CodeNumber”, B1:B100)
Console Login Name And Password
Other than "root" I don't think Solaris creates a default user. Log on as root and just create a new user.
Other than “root” I don’t think Solaris creates a default user. Log on as root and just create a new user.
See lessWhat Is Putting Files Onto My Computer?
Lets have a look at what these find.Here are the first 2 steps, more steps will be needed, after I see the results of these logs.Run them in this order.Step 1: Run AdwCleaner http://www.softpedia.com/get/Antivi...http://www.raymond.cc/blog/adwclean...http://www.bleepingcomputer.com/dow...Author's siRead more
Here are the first 2 steps, more steps will be needed, after I see the results of these logs.
Run them in this order.
Step 1: Run AdwCleaner
http://www.softpedia.com/get/Antivi…
http://www.raymond.cc/blog/adwclean…
http://www.bleepingcomputer.com/dow…
Author’s site
http://general-changelog-team.fr/en…
Tutorial
http://general-changelog-team.fr/en…
Close all open programs and internet browsers.
Double click on AdwCleaner.exe to run the tool.
Click Scan
In the results tabs, uncheck anything you don’t want to remove.
Click on Cleaning.
Confirm each time with Ok.
Your computer will be rebooted automatically. A text file will open after the restart.
Please Copy & Paste the contents of that logfile with your next answer.
You can find the logfile at C:\AdwCleaner[C1 or later].txt as well.
http://i.imgur.com/r3PoAEG.gif
Step 2: Run Malwarebytes Junkware Removal Tool
http://www.softpedia.com/get/Securi…
http://www.bleepingcomputer.com/dow…
http://thisisudax.org/
http://thisisudax.blogspot.com.au/2…
Download Malwarebytes Junkware Removal Tool onto your Desktop. If your default download location is not the Desktop, drag it out of it’s location onto the Desktop.
Warning! Once the scan is complete JRT will shut down your browser with NO warning.
Shut down your protection software now to avoid potential conflicts.
Temporarily disable your antivirus and any antispyware real time protection before performing a scan.
Click this link to see a list of security programs that should be disabled and how to disable them.
http://www.bleepingcomputer.com/for…
http://www.techsupportforum.com/for…
Run the tool by double-clicking it. If you are using Windows Vista or Windows 7/8, right-click JRT and select Run as Administrator.
The tool will open and start scanning your system.
Please be patient as this can take a while to complete depending on your system’s specifications.
On completion, a log (JRT.txt) is saved onto your Desktop and will automatically open.
Copy and Paste the contents of the JRT.txt log please.
Using Farbar Recovery Scan Tool
"Fixing" I need to know if I will need a custom write for "fixlist"Yes.As you have run Farbar more than once, refer this SS.http://i.imgur.com/yUxNw0j.gifPress Scan button.It will make a log (FRST.txt) on the Desktop.The first time the tool is run, it makes also another log (Addition.txt) on the DesRead more
Yes.
As you have run Farbar more than once, refer this SS.
http://i.imgur.com/yUxNw0j.gif
Press Scan button.
It will make a log (FRST.txt) on the Desktop.
The first time the tool is run, it makes also another log (Addition.txt) on the Desktop.
The logs are large, upload them using one of these. No time delays/Captcha-I’m not a Robot/account/registration needed. Give us the links please.
http://www.fileconvoy.com/index.php
Redirect Virus: SearchProtocolHost.Exe
you may be better off posting your HJT results into:http://hijackthis.de/and google the questionable results as NO member REQUESTED you to post a logSome HELP in posting on Computing.net plus free progs and instructions 7 Medals
you may be better off posting your HJT results into:
http://hijackthis.de/
and google the questionable results as NO member REQUESTED you to post a log
Some HELP in posting on Computing.net plus free progs and instructions 7 Medals
One BIG BAD VIRUS Has Invaded My Computer
CrazySaxon,"Anyone with real knowledge when it comes to viruses would be great here."Have 'some' knowledge, but not sure if it's for real!! :-) However, will be glad to help you while you are here.See if you can interfere with the malware, by adding some random characters to the name of the file:JusRead more
“Anyone with real knowledge when it comes to viruses would be great here.”
Have ‘some’ knowledge, but not sure if it’s for real!! 🙂
However, will be glad to help you while you are here.
See if you can interfere with the malware, by adding some random characters to the name of the file:
Just right click, Rename, and add a .xxx to the name.
Example:
C:\ProgramData\41d8af9ac95d6b556357.xxx
Where is the malicious file located? From what you are mentioning, looks as if it in a folder…
For now, try the following:
Please download TDSSKiller
http://support.kaspersky.com/downlo…
Save it to the Desktop.
Double-click* on TDSSKiller.exe to run the program.
Vista/Windows 7 users, right-click the file, and select: Run As Administrator
Click the ‘Start Scan’ button.
Do not use the computer during the scan
If the scan completes with nothing found, click Close to exit.
When the scan finishes it displays a Scan results screen stating whether or not an infection was found on your computer.
To remove the infection, click on the Continue button.
If it does not say Cure on the results screen, leave it at the default action of Skip, and press the Continue button.
Do not change to Delete or Quarantine as it may delete infected files that are required for Windows to operate properly.
Reboot to finish the cleaning process.
If no reboot is requested, click on: Report.
A log file named TDSSKiller_version_date_time_log.txt (i.e. TDSSKiller.2.4.0.0_27.07.2010_09.o7.26_log.txt) is created and saved to the root directory (usually Local Disk C:).
>>Please provide the contents of TDSSKiller in your reply.<<
Let’s make sure there is not some kind of BootKit involved.
Next, download aswMBR:
http://public.avast.com/~gmerek/asw…
Save to your Desktop.
Double click the aswMBR.exe icon to run it
Click the Scan button to start the scan
Upon completion of the scan, click the Save Log button
>>Save the aswMBR log to your Desktop, and post it in your reply.<<
~~~~
Retired – Doin’ Dis, Dat, and slapping malware.
How Do I Stop My Pc Sending Spam
Copy & Paste the text in Blue below & save it into Notepad on your Desktop & name it fixlist.txtNOTE:It is important that Notepad is used. The fix will not work if Word or some other program is used.NOTE: It is important that both files, FRST/FRST64 and fixlist.txt are in the same locatiRead more
NOTE:It is important that Notepad is used. The fix will not work if Word or some other program is used.
NOTE: It is important that both files, FRST/FRST64 and fixlist.txt are in the same location or the fix will not work.
NOTICE: This script was written specifically for this user, for use on that particular machine. Running this on another machine may cause damage to your operating system.
closeprocesses:
emptytemp:
AlternateDataStreams: C:\ProgramData\Temp:4116B5AB
AlternateDataStreams: C:\ProgramData\Temp:56E2E879
AlternateDataStreams: C:\ProgramData\Temp:FB1B13D8
HKLM-x32\…\Run: [] => [X]
Winlogon\Notify\SDWinLogon-x32: SDWinLogon.dll [X]
HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer: Policy restriction <======= ATTENTION
HKU\S-1-5-21-279346440-3864694767-3748385609-1001\SOFTWARE\Policies\Microsoft\Internet Explorer: Policy restriction <======= ATTENTION
SearchScopes: HKLM -> DefaultScope {6A1806CD-94D4-4689-BA73-E35EA1EA9990} URL =
SearchScopes: HKLM -> {0633EE93-D776-472f-A0FF-E1416B8B2E3A} URL = http://www.bing.com/search?q={searc…
SearchScopes: HKLM-x32 -> DefaultScope value is missing
SearchScopes: HKLM-x32 -> {67A2568C-7A0A-4EED-AECC-B5405DE63B64} URL = http://www.google.com/search?source…
SearchScopes: HKU\S-1-5-21-279346440-3864694767-3748385609-1001 -> {0633EE93-D776-472f-A0FF-E1416B8B2E3A} URL =
Toolbar: HKLM – No Name – {CC1A175A-E45B-41ED-A30C-C9B1D7A0C02F} – No File
FF Homepage: hxxp://media.telstra.com.au/home.html
FF Plugin: @microsoft.com/GENUINE -> disabled No File
FF Plugin-x32: @microsoft.com/GENUINE -> disabled No File
S3 catchme; \??\C:\ComboFix\catchme.sys [X]
S3 cpuz134; \??\C:\Users\BRIANH~1\AppData\Local\Temp\cpuz134\cpuz134_x64.sys [X]
S3 motandroidusb; System32\Drivers\motoandroid.sys [X]
S3 motccgpfl; system32\DRIVERS\motccgpfl.sys [X]
S3 motmodem; system32\DRIVERS\motmodem.sys [X]
S3 MREMPR5; \??\C:\PROGRA~1\COMMON~1\Motive\MREMPR5.SYS [X]
S3 MRENDIS5; \??\C:\PROGRA~1\COMMON~1\Motive\MRENDIS5.SYS [X]
S3 zgwhsdiag; system32\DRIVERS\zgwhsdiag.sys [X]
S3 zgwhsnmea; system32\DRIVERS\zgwhsnmea.sys [X]
Run FRST/FRST64 and press the Fix button just once and wait.
If for some reason the tool needs a restart, please make sure you let the system restart normally. After that, let the tool complete its run.
When finished FRST will generate a log on the Desktop (Fixlog.txt). Please Copy & Paste the contents into your reply.
Remove & Join To Domain By Batch File In Windows 7
You've already listed the commands to use. As there is a reboot involved then you obviously need two batch files rather than just one. You still haven't said what errors you get from these commands and whether you are using a Domain Administrator in the "user" field. (It isn't going to work if you aRead more
You’ve already listed the commands to use. As there is a reboot involved then you obviously need two batch files rather than just one.
See lessYou still haven’t said what errors you get from these commands and whether you are using a Domain Administrator in the “user” field. (It isn’t going to work if you aren’t.)
How Can I Create A Batch To Remove Extra Header Rows?
Is this your actual header?:TRACT-NAME,PRCSMO,CONO,CONAME,CCNO,CCDESC,ACCTNO,ACCTDESC("TRACT-NAME" was just an example I was working with, you need to use an actual header snippet/sample for the filter.)I ran this as a short test, replacing TRACT-NAME as the tag, and it worked ok:@echo off & setRead more
TRACT-NAME,PRCSMO,CONO,CONAME,CCNO,CCDESC,ACCTNO,ACCTDESC
(“TRACT-NAME” was just an example I was working with, you need to use an actual header snippet/sample for the filter.)
I ran this as a short test, replacing TRACT-NAME as the tag, and it worked ok:
@echo off & setlocal
set headertag=PRCSMO
:: following correspondes to your: copy \\MI\Master\Export\recondata*.csv “\\MI-MKE-GOV\RCP_Master\Export\recondata all import.csv”
:: test4 is the counterpart of “all import.csv”
copy test+test2+test3 test4
:: this gets ALL the headers…
find “%headertag%”<test4>work
:: now just capture one header into “work”
set /p x=<work
echo %x%>work
:: now append just the data-content, sans headers, from the combined file to “work” find /v “%headertag%”<test4>>work
:: maybe this was the ‘missing step’? “work” was the final destination of my solution.
move /y work “all import.csv”
::======== end batch
I think my solution is somewhat awkward, but it worked in my test.
Word Documents Printing Small
Try going into page set up and change the "fit to '1' page wide by "1" long. Just delete the 1 in the length leaving it completely open to print on however many pages it needs to. I had the same problem and this fixed it.
Try going into page set up and change the “fit to ‘1’ page wide by “1” long. Just delete the 1 in the length leaving it completely open to print on however many pages it needs to.
See lessI had the same problem and this fixed it.
Recursive VLookup
Hi, look at the SUMIF() function. It will SUM values in one column when corresponding rows in another column contain the item name or number. It looks something like this: Product codes in column A Transaction amounts in column B =SUMIF(A1:A100,"CodeNumber", B1:B100) Regards
Hi,
look at the SUMIF() function.
It will SUM values in one column when corresponding rows in another column contain the item name or number.
It looks something like this:
Product codes in column A
Transaction amounts in column B
=SUMIF(A1:A100,”CodeNumber”, B1:B100)
Regards
See less