-
Content Count
372 -
Joined
-
Last visited
-
Donations
$0.00
Content Type
Profiles
Forums
Calendar
Store
Forms
Everything posted by net_user
-
wmic query
net_user replied to net_user's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
i got what i wanted in just one line it gives me the computer name and java ver wmic /output:c:\report.csv product where "name like 'java%'" get description /format:csv -
i'm trying to query my computer with multiple ... "searches"? my first line is working, wmic product where "name like 'java%'" get description i also want to run this at the same time wmic os get csname so basically when i run the code, i'll get the computer name and java version at the same time, (it doesn't need to be formatted like that, but something close) once i get it working, i can use the /node and run this against my entire network CSName Description PC1 Java8 Update 111 any clues?
-
the vbs script contains all the configurations to logon to a gmail account, you create a batch file that calls the vbs script , with a certian subject line and attach a txt file, (mail server is down in newyork) here is a batch file.... cscript c:\sendemail.vbs 1234567890@txt.att.net "" "mailserver is down"
-
i have a script i use, the scripting language is autoit, (google it) anyway...here is my code ShellExecute("C:\Windows\System32\inetcpl.cpl") sleep(1000) Send("{ALTDOWN}d{ALTUP}") sleep(2000) ;sets the preserve favorites website data ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:1]", "check") ;sets the temporary internet files ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:2]", "check") ;sets the cookies ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:3]", "check") ;sets the history ControlCommand("Delete Browsing Hi
-
you can use opendns on the router level
-
crap i was affraid of that, i'll just force a log off
-
i'm using psexec to attach to a network pc, and run this command net localgroup administrators /add "domain\domain users" this work great, but then the user has to logoff for the admin rights to "show up" is there a command i can run without having to logoff and log back on?
-
create a batch file with this code md 00501\results md 00502\results md 00503\results md 00504\results md 00505\results md 00506\results md 00507\results md 00508\results md 00509\results md 00510\results md 00511\results md 00512\results md 00513\results md 00514\results md 00515\results md 00516\results md 00517\results md 00518\results md 00519\results md 00520\results md 00521\results md 00522\results md 00523\results md 00524\results md 00525\results md 00526\results md 00527\results md 00528\results md 00529\results md 00530\results md 00531\results md 00532\results md 00533\results md
-
im close, but not there yet in trying to get this code to work. i'm trying to get all attachments in every folder to a folder on my hard drive. would like it to search subfolders of inbox along with folders that could have been created along side with the inbox, sent ect ect here is my code so far Sub Getatth() Set MAPI = Outlook.GetNamespace("MAPI") Set TopFolder = MAPI.Folders.Item("Mailbox - John Doe") Set InboxFolder = TopFolder.Folders.Item("Inbox") For Each myItem In InboxFolder.Items For Each att In myItem.Attachments att.SaveAsFile "C:\attch\
-
Fast copy software for internal network traffics
net_user replied to NoUserName's topic in Windows 7
i know symantec backup exec is pretty good with a agent running on the backup client course you have to pay throughput from a remote pc to backup disk is pretty fast if you have a managed switch, you might want to think about vlans to help with broadcast traffic on the lan -
Fast copy software for internal network traffics
net_user replied to NoUserName's topic in Windows 7
first off, is your network backbone gigabit? -
no, no open vpn, or anytype of vpn solution. btw, the red x is gone now....really weird
-
as you can see the space under the "devices and printers" is empty, allot of wasted space can i add stuff to it? like paths to network shares, programs, ect ect?
-
no, just one nic is in the pc i have virtual box as well, that has a virtual nic, but it is disabled.
-
all of a sudden i got this red x on the network connection, but i still have internet any clues how to get rid of it? i've tried the usual stuff, reboot ect ect
-
NICE! love it!!
-
if you have a qr scanner, scan my avatar
-
so i got tired of my son downloading virus's off the net he is a limited user, but they still download, and still do "nasty stuff" so, i poked around in my router, and found out i could block items by "keywords" i put in exe, zip, msi, and ocx needless to say, doesn't matter who's on the pc, those items get BLOCKED so far so good just passing this info on