
blackbull
Content Type
Profiles
Forums
Events
Posts posted by blackbull
-
-
Hell0,
1st u didnt tell us what sp u have at the time beein and 2nd what sp this legal copy has.
Suppose u have sp2 in both of them.
U need a 3rd party utility to discover ur serial number and replace it with the new one.
Do a google search like "XP Pro Corp key changer"
This can only be done if the current legal copy is the same with the pirate u have,esp with sp, without bootin with cd or reinstallation of xp.
0 -
Try with ur nlite cd to expand services from i386 folder
Open a command prompt
go to cd_drive\i386 and write
expand services.ms_ c:\windows\system32\services.msc
Hope it helps
0 -
[edit] Didnt work
0 -
As idea is very good, but in real time u will get some low read rate...
This is goin to be only in the begging, when the program starts. After the load u want lose read-write rate.
My opinion, if u'd like read-write speed rate, make raid 0 with the disadvantage that if one hd fail u lose everything!
Always depends on your needings
0 -
My last replay to this problem, cause is becomin annoyin.
U dont need a second hub. U have a spare port.
If u plan to buy something buy a router with 8 ports, instead of a new hub.
If u buy a hub, buy a switch-hub, but u dont need it at this time, maybe for future use!
Put static ip's, so u can limit ur internet connections
U need to configure ur server and also ur firewall, unless if u want the viruses to do parties.
Good Luck m8, pm if u stuck
0 -
I told u the way to do it...
Which part u didnt understand ?
Of course, when u do this, u have to configure ur router (firewall) and especially your server.
My opionion is to put your server in the router, but do not give internet access.
Leave blank default getway and dns server
0 -
ehh why u dont put your server to the router?!
0 -
The batch file should be somehow like this:
@echo off
cd\
cd docume~1
net use q: \\name_of_pc\share_file_name /y
xcopy *.* q:\ /s /d /y
/s -> subdirectories
/d -> only take new files
/y -> without confirmation
Time and date created...
date /t > datetime.txt
time /t >> datetime.txt
cls
type datetime.txt
pause
copy datetime.txt c:
net use q: /d
exit
Now to run every 24hours u must edit scheduler and put the batch file in it.
If u write exactly what u want to copy i can make you the batch file
0 -
Hardware:
Router with 4 rj45 utp cables
Your cables must be straight thru A or B
I think that in win2k3 u have domain controller and dchp enabled
U can put custom ip's to each pc
The idea is...
Workgroup Name-->Same 2 all
Server -->tcp/ip 10.0.0.1 (or whatever u want)
Terminals-->tcp/ip 10.0.0.2, 10.0.0.3, 10.0.0.4
Subnet Mask--->255.255.255.0
Router-->ip 10.0.0.200
Default Gateway and primary dns server--> 10.0.0.200 (pc's u want to access internet)
0 -
rj45 splitter can use it when the utp cable is too long.
If i understood well, u have connected total 4 pc's to a router. Also u have internet and sharing to 4 pc's. Right?
What else u want to do ?
0 -
Hope it helps
0 -
I have mega codec pack, w/ custom installation
0 -
I've media player classic v.6.4.8.2 and plays asx files. Are you sure that cannot play ?
0 -
start-->run-->regedit
Navigate:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
right panel, new-->dword, name-->EnableBalloonTips, Value:0
[Edit: This tip goes to Disable Balloon Tips.]
Sorry, didnt read carefully
0 -
sixpack
run cmd
type edit
edit command works? ( u must see a blue new window)
0 -
I agree with firefoxthebomb.
If it is a program that run in dos environment u need to edit (\windows\system32\config.nt) and make files=80
and if u want to make it run in full screen, just make a bat file under this program to call it and add
mode con cols=85 lines=25
program_name
Hope it helps
0 -
copy autoexec.nt from c:\windows\repair to c:\windows\system32
edit command should work through dos
0 -
What pc do u have ?
Esp vga model
0 -
Clean up :
Recommended:
C:\windows\prefetch
C:\windows\temp
C:\windows\system32\dllcache
Optional:
C:\Documents and Settings\Profile\Local Settings\Temp (local settings its hidden)
C:\Documents and Settings\Profile\Local Settings\Temporary Internet Files
Priority:
Unistall norton internet security, put avg antivirus and a spyware prog.
Get 256Ram more, asap
0 -
Merry Christmas 2 all
I need a pci controller to put 2 sata disks.
I prefer 64 bit and read about Intel Sata Raid Pci 64mb with srcs14l controller.
Anyone can advice me for another 64 or 32 bit controller ? Tested pls.
Thx in advanced.
0
Routing Table
in Networks and the Internet
Posted
I have a LAN with ip 192.169.103.0 / 255.255.255.0, gateway and prim dns 192.169.103.254. ( 192.169.103.254 is a router, which connects to an external network)
Also, i have a dsl router with ip 192.169.104.254.
On my pc i have static ip 192.169.103.111 / 255.255.255.0, gateway and prim dns 192.169.103.254, so it connects with the external network.
I put a second ip 192.169.104.111 / 255.255.255.0
Under command prompt i put:
route -p add 192.169.103.0 mask 255.255.255.0 192.169.103.254 metric 1
route -p add 192.169.104.0 mask 255.255.255.0 192.169.104.254 metric 2
My problem is that i can ping and the 2 routers. I can connect to the external network, but i cant connect to the internet!
Any ideas ?
Thx in advanced