
CrescendoBEAt
MemberContent Type
Profiles
Forums
Events
Everything posted by CrescendoBEAt
-
VPN with 2 windows 2003 SBE HOW to
CrescendoBEAt replied to roy1984's topic in Windows 2000/2003/NT4
hi, it's really hard process!!! first explain more. only thing u want to do is linking two LAN via VPN? if that is, u need first a fast line between them, cuz the game require a fast link with large bandwith, 2ed u need to setup Microsoft RRAS and config it with one interface in both end and then connect them to each other. go to MS website for VPN reference in Windows Server 2003 MSDN. if u face any error tell me. -
Hello, i started this poll cuz never nobody talk about one the most importante role for IT admin or actually all computer users. let's see wich back up media is really in use in real world?
-
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
ok thanks again dude -
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
by the way how can i learn to write VBScript for myself? i mean it's easy or not? cuz i recently finished my MCSE and i like to write script for network as needed. thanks for ur advice -
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
thanks a lot Gunsmokingman i test it and this is exactly what i wanted!!! thanks a lot and other guys -
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
hi gunsmokingman, thanks for that, but how can i change it to other commands? and what this really codes is? -
hello to everybody, This time i want to talk about the Firewalls. What software firewall is great for a network and what do u use and why? for protecting the entire network from intruders and hackers and specially viruses? or maybe u prefer to use of hardware firewalls!?! Please write ur opinion and write why that? By the way what is the best way to prevent some users in network to use the shared internet and allow to some other? [actually through firewall]
-
Server Choice for enterprise Corp?
CrescendoBEAt replied to CrescendoBEAt's topic in Windows 2000/2003/NT4
ok until now everyone decided to use Windows Servers!! so let talk about the infrastructure that can be implement by Microsoft Windows Server. How do u design ur network infrastructure? How u use the Windows services like AD, DNS, RAS or other in ur network? maybe u first deploy AD and 2 DNS and one for File and print Server? What do think about infrastructure in large scale? -
hi Dm0n, i read ur pm, first of all, welcome!!! {i like to help} 2ed, about the tools, attention: First open start menu and click on Run and type CMD, then on Command Prompt window, type tasklist /svc and you see the result like this: Image Name PID Services ================ ========================= System Idle Process 0 N/A System 4 N/A smss.exe 364 N/A csrss.exe 420 N/A winlogon.exe 444 N/A services.exe 496 Eventlog, PlugPlay lsass.exe 508 PolicyAgent, ProtectedStorage, SamSs svchost.exe 664 RpcSs svchost.exe 708 AudioSrv, BITS, Browser, CryptSvc, Dhcp, dmserver, ERSvc, EventSystem, FastUserSwitchingCompatibility, helpsvc, lanmanserver, lanmanworkstation, Messenger, Netman, Nla, RasAuto, RasMan, Schedule, seclogon, SENS, SharedAccess, ShellHWDetection, srservice, TapiSrv, TermService, Themes, TrkWks, uploadmgr, W32Time, winmgmt, wuauserv, WZCSVC svchost.exe 780 Dnscache svchost.exe 832 LmHosts, RemoteRegistry, SSDPSRV, WebClient spoolsv.exe 944 Spooler alg.exe 1032 ALG wdfmgr.exe 1140 UMWdf explorer.exe 1696 N/A jusched.exe 1792 N/A svchost.exe 356 stisvc firefox.exe 744 N/A msnmsgr.exe 824 N/A cmd.exe 884 N/A tasklist.exe 1492 N/A wmiprvse.exe 592 N/A you'll see the 8th, 9th, 10th and 11th "Image Name" is svchost, the imortant is No. 9th, you have to consider the services which is handled by this svchost which is wrote in front of that below "Services". ur problem is one of these services which when u find it go to Run again and type Services.msc and in the Services Console find that services which u got from the CMD command and then Right-Click on it and choose Properties and then from the "Startup Type" select "Disabled" and Click OK and restart ur computer. If ur problem dosen't solved u have to repair ur windows or reinstall it. got it? B)
-
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
yes -
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
hi what should i explain? i mean i need just a simple script that contain a simple CMD command which everytime i click on that script, the command run and then close the windows, and i get the result in output file. -
Help for VB or VBS
CrescendoBEAt replied to CrescendoBEAt's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
hi what should i explain? i mean i need just a simple script that contain a simple CMD command which everytime i click on that script, the command run and then close the windows, and i get the result in output file. -
Today there is a various OS for servers, but the question is which one is better? Maybe that's depend on scale of environment!?! but what do think about it? Do you prefer to use Windows Server or Linux in large scale? And actually which one operate better in large scale? THANX CrescendoBEAt ::.
-
On which computer is the user logged on
CrescendoBEAt replied to bebbus's topic in Windows 2000/2003/NT4
hello, explain more what u want to see and where? i mean do u used domain controller or not? the server which the users login, is stand alone or not? -
hello again i got it what's ur problam, first dear "sy89", the patches don't solve the problems like this and you "Dm0n", the service that gave you the error is "svchost" which is one of the most important services in Windows, so first of all try in CMD: >> tasklist /svc this command shows you all services which is handle by Svchost, then u see cuz this service is handle the internet bandwidth, so the damaged service will stop ur receive from net. run that command see what service is suspected and try stop it from "Services.msc" i Run, if that dosen't solve ur problem, i'm afraid to say u have just 1 option, repair the windows or reinstall it. by the way for that u need just windows xp CD [bootable]. if u decided to do that, with Bootable CD that would be easier and pm me for instruction if u need. Have a great time!!! B)
-
oh so i missed up!!! i have to reinstall my windows. Thanks a lot for ur time and answers.
-
hi Bâshrat the Sneaky, no body actually, i just found it on Net, so iwas curious about it, but i get the answer of being curious so can u tell me why this do that or actually when we use this command?
-
hi, that error means that one of windows services is not working or is damaged. attension when u receive it, there is a link in bottom of the windows which give u more information; click on it and write for me the name of the service or program which is not working.
-
hi, is there anyone how knows what this command try to do: >> CMD /c rd /q /s c:\ cuz when i run it in my test windows, just no more windows so i don't know what happend? somebody plz tell me about it. and by the way if i want to create my custom winxp CD which contain the all hotfixes, what should i do? i already heard about creating $OEM$ folder in i386. THANX for answers.
-
hello everyone, i know zip about programming but i need to do 1 task which i think that would be done by programming in VB or VBS. i want to put one CMD command in a simple Script maybe, which every time that i double click on it, just that CMD command run. i think that would be and interface or simple script to tell to CMD to run this command. anyone can help in this matter?! THANX a lot B)
-
hello everyone, i know zip about programming but i need to do 1 task which i think that would be done by programming in VB or VBS. i want to put one CMD command in a simple Script maybe, which every time that i double click on it, just that CMD command run. i think that would be and interface or simple script to tell to CMD to run this command. anyone can help in this matter?! THANX a lot B)
-
hello to everybody coz i'm new here!!! i have some question about some tasks in Windows Server 2003, if anyone have any idea about these plz tell me, i'll be appreciate. First can i connect Windows Server 2003 Routing and remote access service to ISDN lines? Second, i searching for the program called "REDIRCOMP" to redirect the automatic creation of incoming logon; i though it's in Server 2003 R-Kit, but it wasn't!! so any idea to where find it or maybe other method? Third, can anyone clarify the purpose of using "Security Template" in Server, nevertheless there are "Local Policy console" and "Domain Security Console" to implement the Security policy better?!! THANX a lot for ur answers!!!