![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#31 (permalink) | |
|
Talking softly
Join Date: May 2005
Location: Ozark mountains, Arkansas
Posts: 331
|
Quote:
__________________
Beard "We hold these truths to be self evident".... Religous: "Thou shalt not steal." Amish: "You shall burn in hell for theft of wifi." {courtesy streaker69} Secular: What's on the books. {courtesy beakmyn} Redneck; "Thievin' bastard, [blam, blam]" Solutions for the most common problems or questions of new members are here, here, and here . |
|
|
|
|
|
|
#32 (permalink) | |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,751
|
Quote:
BTW, you might want to put a shortcut to go.exe on the root of your non-u3 drive, that way if the autorun dialog doesn't pick it up you don't have to go into /cmd/wip and just click on the shortcut. Zonealarm will pick up on the running of pspv.exe TODO: Still looking into Intel Proset's wifi utility since that's what Dells use. Got some tests/ideas to try. WMI interface - see if anything interesting PWDUMP6 is updated - i think, can't download from work fgdump is updated - looking into using it to replace Anybody else notice that the standard U3 launchpad takes a long time to load?
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ Last edited by beakmyn : 05-17-2007 at 12:57 PM. |
|
|
|
|
|
|
#33 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
http://free.grisoft.com/doc/39798/lng/us/tpl/v5 Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#34 (permalink) | |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,751
|
Quote:
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ |
|
|
|
|
|
|
#35 (permalink) |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,751
|
The switchblade (at least my version) doesn't install any rootkits. This grisoft is an click and scan for rootkits its not a live monitoring application.
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ |
|
|
|
|
|
#36 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
Could I persuade you to try that one too ? It's a trial version that reverts to a limited function free version unless you register, and shouldn't leave anything behind when you uninstall it. Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#37 (permalink) |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,751
|
5 popups when run here's the report:
--------------------------------------------------------- AVG Anti-Spyware - Scan Report --------------------------------------------------------- + Created at: 11:32:50 AM 5/18/2007 + Scan result: E:\WIP\CMD\FirePassword.exe -> Not-A-Virus.PSWTool.Win32.FirePass.a : No action taken. E:\WIP\CMD\mspass.exe -> Not-A-Virus.PSWTool.Win32.Messen.106 : No action taken. E:\WIP\CMD\netpass.exe -> Not-A-Virus.PSWTool.Win32.NetPass.b : No action taken. E:\WIP\CMD\pwservice.exe -> Not-A-Virus.PSWTool.Win32.PWDump.d : No action taken. E:\WIP\CMD\pspv.exe -> Trojan.IcqSmiley.e : No action taken. ::Report end
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ |
|
|
|
|
|
#38 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
Hmm.. Seems like it's possible to protect, or rather be advised that something is happening, but only by a scan. Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#39 (permalink) | |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,751
|
Quote:
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ Last edited by beakmyn : 05-28-2007 at 02:12 PM. |
|
|
|
|
|
|
#40 (permalink) |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,751
|
Code:
for /f "tokens=1-4 delims=/ " %%i in ("%date%") do (
set dow=%%i
set month=%%j
set day=%%k
set year=%%l
)
set /A month=1%month% - 100 + 0
if %month%==1 set mon=Jan
if %month%==2 set mon=Feb
if %month%==3 set mon=Mar
if %month%==4 set mon=Apr
if %month%==5 set mon=May
if %month%==6 set mon=Jun
if %month%==7 set mon=Jul
if %month%==8 set mon=Aug
if %month%==9 set mon=Sep
if %month%==10 set mon=Oct
if %month%==11 set mon=Nov
if %month%==12 set mon=Dec
for /f "tokens=1-4 delims=.: " %%i in ("%time%") do (
set hour=%%i
set minute=%%j
set second=%%k
set hundredth=%%l
)
if %hour% LSS 10 set hour=0%hour%
SET filename=%computername%_%year%%mon%%day%-%hour%h_%minute%m_%second%s
now you get computername-2007May29-15h_16m_23s.log Why you ask? Because I'm going back to Montana next week and I want to be able to tell the difference between the files when I run it on the 2 public terminals again.
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ |
|
|
|
|
|
#41 (permalink) |
|
SpoonfeederExtraordinaire
Join Date: Jan 2005
Location: Maryland
Posts: 3,613
|
FYI, Office Depot has the the SanDisk Cruzer Micro (1GB) with U3 on sale this week for $9.99 (instant rebate).
http://www.officedepot.com/ddSKU.do?...g=true&An=text They were down to 2 on the shelf when I stopped by this afternoon. Should be on sale til that mythical of dates, 07.07.07.
__________________
:00475160 0E A6 AE A0 19 E3 A3 46 .......F
:00475168 0D 65 17 0C 53 70 6F 6F .e..Spoo :00475170 6E 66 65 65 64 65 72 2E nfeeder. :00475178 45 78 74 72 61 6F 72 64 Extraord :00475180 69 6E 61 69 72 65 5D 3B inaire]; :00475188 8B 9E 92 5A FF 5D A6 F0 ...Z.].. |
|
|
|
|
|
#42 (permalink) |
|
Managing the iTards.
Join Date: Dec 2002
Location: Ohio
Posts: 5,193
|
Damn! We don't have one. My buddy is getting married on 070707. He wanted to get married on June 6th last year, but she caught on pretty quick.
__________________
Penny's giving it up. She's giving it up hard. Cause she's with Captain Hammer, and these, are not the hammer...... The hammer is my penis. --- Captain Hammer, Dr. Horrible's Sing-Along Blog. |
|
|
|
|
|
#43 (permalink) |
|
Managing the iTards.
Join Date: Dec 2002
Location: Ohio
Posts: 5,193
|
How's this for a freaking cool wife. She came home today after running some errands and brought me a 4Gb cruzer micro!
![]()
__________________
Penny's giving it up. She's giving it up hard. Cause she's with Captain Hammer, and these, are not the hammer...... The hammer is my penis. --- Captain Hammer, Dr. Horrible's Sing-Along Blog. |
|
|
|
|
|
#44 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
![]() Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|