Everything posted by Unlock
-
Error 0x0000035
I buy PC with OEM version. Now I have need the hot fix 906866, but if I want it, I contact support, but I must pay 99 euro for e-mail or 299 for phone. I don't have the right free support bucause I've OEM software, this in Italy I don't know in USA
-
Error 0x0000035
Wait what? the sp3 and is out when next week next day or next year I have buy the oem software and i think microsoft help me now do u not think it?
-
Error 0x0000035
OHHHH YES I CONTACT for 99 Euro via e-mail or 299 euro via telephone because I haven't nothing contract and I have e OEM windows xp ..........they are CRAZY
-
PROB | Drivers from CD: Simple Method: BSOD
ok 1) xp pro sp2 2) hot not install 3) pc asus barebone or others 4) methods used for unattended.....2 4) driver that generate error protcls.sys
-
Error 0x0000035
This error, for microsoft, resolve with KB906866, the problem is my xp in italian lenguage and i found KB906866 in english version so I can't install it for lenguage incompatibility HOW TO? Thank's
-
Drivers from CD: Simple Method
ok canghe forceware 8 wiht 77.72.......where found it?
-
PROB | Drivers from CD: Simple Method: BSOD
this is driver that generate error protcls.sys, when windows is installing the peripheral ones
-
How to ?
Nobody answers to me if this possible or not HELP
-
Ghost image for different Hardwares
if u want clone hdd for other pc first u must install generic controllor for hdd
-
Up-to-date Virus Bases In Kaspersky
thak's I try it
-
PROB | Drivers from CD: Simple Method: BSOD
Ok I try. I think, when driver.cmd search in all folder , windows it would not have to use those not correct or I think wrong
-
PROB | Drivers from CD: Simple Method: BSOD
driver.cmd @ECHO OFF TITLE Drivers-from-CD Installation color 1F :: Set Current Drive as CD CD /D "%~dp0" :: Set Drivers Location Folder SET DRV=Drivers :: Ticker script ECHO.exec hide %CD%\Process.exe -r setup.exe >%SystemDrive%\Ticker.ncl ECHO.wait 10000 >>%SystemDrive%\Ticker.ncl ECHO.exec hide %CD%\Process.exe -p SetupCopyOEMInf.exe high >>%SystemDrive%\Ticker.ncl ECHO.exec hide %CD%\Process.exe -s setup.exe >>%SystemDrive%\Ticker.ncl ECHO.wait 50000 >>%SystemDrive%\Ticker.ncl ECHO.script %SystemDrive%\Ticker.ncl >>%SystemDrive%\Ticker.ncl :: Pre-Install (Suspend Setup, and Set Setup to Low Priority) .\Process.exe -s setup.exe .\Process.exe -p setup.exe low :: Allow for Unsigned Drivers START .\WatchDriverSigningPolicy.exe :: If Compressed Drivers Exist, Unzip Them & Change Drivers Location Folder to Hard Drive IF EXIST Drivers.7z ( SET DRV=%SystemDrive%\Drivers .\7za.exe x -y -aoa -o"%SystemDrive%\Drivers" ".\Drivers.7z" ) :: Run NirCmd Ticker Script (code above) START .\NirCmd.exe script %SystemDrive%\Ticker.ncl :: Install Drivers .\SetupCopyOEMInf.exe "%DRV%" :: Post-Install (Close NirCmd, Setup Priority back to Normal, Resume Setup) .\Process.exe -k NirCmd.exe .\Process.exe -p setup.exe normal .\Process.exe -r setup.exe :: Delete Ticker File DEL %SystemDrive%\Ticker.ncl EXIT I dont kwon wich driver create the problem, because i see blue screen but pc restart immediately. My folder of drivers is 900mb I've a lot of driver for many device
-
Up-to-date Virus Bases In Kaspersky
I have created sfx file but when extract I recive this message the "Kaspersky\CommonAppData\Kaspersky Lab\KAV Personal Pro\5.0\Bases\" folder is inaccessible WHY?
-
PROB | Drivers from CD: Simple Method: BSOD
31 guys have read and nobody responds.....MMMMMMMMM
-
Unattended Install in DOS / SATA Raid - no go
I use this metode for me work try it http://www.msfn.org/board/index.php?showtopic=13173
-
How to ?
How to change with regkey this 1) Start classic menu and uncheck use personal menu 2) Show qick bar 3) Unlock task bar 4) uncheck inactive icon 5) automatic disposition of the icon on the desktop HELP
-
win 2000 server
I'm logging physically at the machine. This problem are born when i updates sp2 to sp4 and windows does not work after, so I repair with installation cd
-
Drivers from CD: Simple Method
new problem: 1)Start installation windows 2)start driver.cmd and I see all operation after, pc restart and blue screen WHY? I've many drivers for more pc in drivers directory...Is the problem it?
-
PROB | Drivers from CD: Simple Method: BSOD
My problem: 1)Start installation windows 2)start driver.cmd and I see all operation after, pc restart and blue screen WHY? I've many drivers for more pc in drivers directory...Is the problem it?
-
Drivers from CD: Simple Method
I've problem.....My pc reboot always after the copy of the files of windows OK RESOLVED
-
AGAIN
oem\bin\WatchDriverSigningPolicy.exe oem\bin\SetDevicePath.exe.exe I386\presetup.cmd and I've modified TXTSETUP.SIF with [sourceDisksFiles] setupORG.exe = 1,,,,,,,2,0,0 presetup.cmd = 1,,,,,,,2,0,0 and dosnet.inf with [Files] d1,setupORG.exe d1,presetup.cmd My presetup.cmd REM +=======================================================+ REM | Comment out what you don't need. These are mostly | REM | examples to give you an idea of how it all works. | REM +=======================================================+ REM +=======================================================+ REM | Finding CDROM driveletter | REM |-------------------------------------------------------| set tagfile=\win51ip.SP2 for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i: REM +=======================================================+ REM +=======================================================+ REM | We should be already in system32, this is just to be | REM | sure | REM |-------------------------------------------------------| %SystemDrive% cd %SystemRoot%\system32 REM +=======================================================+ REM +=======================================================+ REM | Trick Windows into identifying the original setup.exe | REM | deleting the setup.exe will not work, just rename it | REM |-------------------------------------------------------| if exist setup.exe ren setup.exe setupold.exe if exist setupORG.exe ren setupORG.exe setup.exe REM +=======================================================+ REM +=======================================================+ REM | Do other stuff like copying useful tools (optional) | REM |-------------------------------------------------------| rem cd %SystemRoot%\system32 rem %CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\data\System32.7z REM +=======================================================+ REM +=======================================================+ REM | If you are using compressed drivers unpack them here: | REM |-------------------------------------------------------| rem %SystemDrive% rem cd \ rem %CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\drivers.rar REM +=======================================================+ REM +=======================================================+ REM | Scanning for driverdirectories | REM | ONLY USE ONE OF THE FOLLOWING COMMANDS, NOT BOTH! | REM |-------------------------------------------------------| REM | This one is for uncompressed drivers on the CD | %CDDRIVE%\OEM\bin\SetDevicePath.exe %CDDRIVE%\OEM\drivers REM | This one is for your unpacked drivers on your HD | rem %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemDrive%\drivers REM +=======================================================+ REM +=======================================================+ REM | Enable installation of unsigned drivers | REM |-------------------------------------------------------| start %CDDRIVE%\OEM\bin\WatchDriverSigningPolicy.exe REM +=======================================================+ REM +=======================================================+ REM | Prepare later installations (optional) | REM |-------------------------------------------------------| rem SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx rem REG ADD %KEY%\998 /V 1 /D "%CDDRIVE%\OEM\bin\t-13_install.cmd" /F rem REG ADD %KEY%\999 /V 1 /D "REG ADD %KEY%\zzz999 /V 1 /D %CDDRIVE%\OEM\bin\postinstall.cmd /F" /F REM +=======================================================+ REM +=======================================================+ REM | Finally start the installation with the originally | REM | given parameters | REM |-------------------------------------------------------| start /WAIT setup.exe -newsetup REM +=======================================================+ REM +=======================================================+ REM | Cleanup | RD /Q /S %SystemDrive%\drivers REM | Reset DevicePath | REM +=======================================================+ In OEM\drivers I've directory with all drivers oem\drivers\g graphic video oem\drivers\a audio ect.... what's wrong because my installation is stopping after the first start and not from any error message
- win 2000 server
-
win 2000 server
I'm logging administrator account, if I press CTR+ALT+DEL I disconnect only user
-
win 2000 server
In my win2k server I see only disconect user I have missing restart pc and shot down command HELP
-
Play Videos,Audio & Images Slide Show During Windows Setup!
WOW nice idea.....I try