Content Type
Profiles
Forums
Events
Everything posted by Sonic
-
I think it's tolered by microsoft to download an oem version of your xp in the new language and use your proper key ... Goodbye.
-
[Question] - How to save a LAN password in XP Home
Sonic replied to Steve_Jobs's topic in Windows XP
okay, you can try "network drive" when you set address/user/password the "Remember case" is available ... -
Windows File Protection Switcher : http://www.tcmagazine.info/forums/index.php?showtopic=544 If you want for your unattented windows, you apply this to your actual system and copy/makecab of sfc.dll/sfc_os.dll in your i386 cd ....
-
[Question] - How to save a LAN password in XP Home
Sonic replied to Steve_Jobs's topic in Windows XP
Why not use the guest mode ? no password is required at all ... -
Check your mp ... (mp envoyé ) ++
-
help! need to Prompt 4 key b4 setup starts
Sonic replied to twig123's topic in Unattended Windows 2000/XP/2003
You can't. Another alternative (I think it's not your goal, but I write ...) : You can try to load winnt.sif from floppy (I have heard this on the forum, but I haven't look if it's really possible ), in fact you have to edit the winnt.sif before install with full correct informations and setup run direct 100% silently ... -
;Disable Internet Explorer IEAccess = Off ;Disable WMP WMPOCM = Off From official documentation of Microsoft, available in their deploy.cab (ref.chm). Goodbye.
-
In batch to install Audio Control Panel, I think there is a typo ... Original _____________________________________________________________________ IF EXIST %D%ha10kx2k.sys ( IF EXIST %D%ha20x2k.sys ( IF EXIST %C%CR\1\Ctzapxx.in_ ( EXPAND -R %C%CR\1\*.* %C%CR EXPAND -R %C%CR\1\common\*.* %C%CR\1\common EXPAND -R %C%CR\1\common\i386\*.* %C%CR\1\common\i386 EXPAND -R %C%CR\1\lang\*.* %C%CR\1\lang EXPAND -R %C%CR\1\lang\i386\*.* %C%CR\1\lang\i386 EXPAND -R %C%CR\1\win2k_xp\*.* %C%CR\1\win2k_xp EXPAND -R %C%CR\1\win2k_xp\data\*.* %C%CR\1\win2k_xp\data EXPAND -R %C%CR\1\win2k_xp\i386\*.* %C%CR\1\win2k_xp\i386 DEL /Q %C%CR\1*.??_ DEL /Q %C%CR\1\common\*.??_ DEL /Q %C%CR\1\common\i386\*.??_ DEL /Q %C%CR\1\lang\*.??_ DEL /Q %C%CR\1\lang\i386\*.??_ DEL /Q %C%CR\1\win2k_xp\*.??_ DEL /Q %C%CR\1\win2k_xp\data\*.??_ DEL /Q %C%CR\1\win2k_xp\i386\*.??_ COPY /Y %C%\CR\1\common\i386\CtCtlPan.cpl %S% > NUL COPY /Y %C%\CR\1\common\i386\CtPanel.exe %S% > NUL START %C%CR\1\CTZAPXX.exe /S ) ) IF EXIST %C%CR\2\Ctzapxx.in_ ( EXPAND -R %C%CR\2\*.* %C%CR EXPAND -R %C%CR\2\common\*.* %C%CR\2\common EXPAND -R %C%CR\2\common\i386\*.* %C%CR\2\common\i386 EXPAND -R %C%CR\2\lang\*.* %C%CR\2\lang EXPAND -R %C%CR\2\lang\i386\*.* %C%CR\2\lang\i386 EXPAND -R %C%CR\2\win2k_xp\*.* %C%CR\2\win2k_xp EXPAND -R %C%CR\2\win2k_xp\data\*.* %C%CR\2\win2k_xp\data EXPAND -R %C%CR\2\win2k_xp\i386\*.* %C%CR\2\win2k_xp\i386 DEL /Q %C%CR\2*.??_ DEL /Q %C%CR\2\common\*.??_ DEL /Q %C%CR\2\common\i386\*.??_ DEL /Q %C%CR\2\lang\*.??_ DEL /Q %C%CR\2\lang\i386\*.??_ DEL /Q %C%CR\2\win2k_xp\*.??_ DEL /Q %C%CR\2\win2k_xp\data\*.??_ DEL /Q %C%CR\2\win2k_xp\i386\*.??_ COPY /Y %C%\CR\2\common\i386\CtCtlPan.cpl %S% > NUL COPY /Y %C%\CR\2\common\i386\CtPanel.exe %S% > NUL START %C%CR\2\CTZAPXX.exe /S ) ) ______________________________________________________________________ becomes ... ______________________________________________________________________ IF EXIST %D%ha10kx2k.sys ( IF EXIST %C%CR\1\Ctzapxx.in_ ( EXPAND -R %C%CR\1\*.* %C%CR EXPAND -R %C%CR\1\common\*.* %C%CR\1\common EXPAND -R %C%CR\1\common\i386\*.* %C%CR\1\common\i386 EXPAND -R %C%CR\1\lang\*.* %C%CR\1\lang EXPAND -R %C%CR\1\lang\i386\*.* %C%CR\1\lang\i386 EXPAND -R %C%CR\1\win2k_xp\*.* %C%CR\1\win2k_xp EXPAND -R %C%CR\1\win2k_xp\data\*.* %C%CR\1\win2k_xp\data EXPAND -R %C%CR\1\win2k_xp\i386\*.* %C%CR\1\win2k_xp\i386 DEL /Q %C%CR\1*.??_ DEL /Q %C%CR\1\common\*.??_ DEL /Q %C%CR\1\common\i386\*.??_ DEL /Q %C%CR\1\lang\*.??_ DEL /Q %C%CR\1\lang\i386\*.??_ DEL /Q %C%CR\1\win2k_xp\*.??_ DEL /Q %C%CR\1\win2k_xp\data\*.??_ DEL /Q %C%CR\1\win2k_xp\i386\*.??_ ) COPY /Y %C%\CR\1\common\i386\CtCtlPan.cpl %S% > NUL COPY /Y %C%\CR\1\common\i386\CtPanel.exe %S% > NUL START %C%CR\1\CTZAPXX.exe /S ) IF EXIST %D%ha20x2k.sys ( IF EXIST %C%CR\2\Ctzapxx.in_ ( EXPAND -R %C%CR\2\*.* %C%CR EXPAND -R %C%CR\2\common\*.* %C%CR\2\common EXPAND -R %C%CR\2\common\i386\*.* %C%CR\2\common\i386 EXPAND -R %C%CR\2\lang\*.* %C%CR\2\lang EXPAND -R %C%CR\2\lang\i386\*.* %C%CR\2\lang\i386 EXPAND -R %C%CR\2\win2k_xp\*.* %C%CR\2\win2k_xp EXPAND -R %C%CR\2\win2k_xp\data\*.* %C%CR\2\win2k_xp\data EXPAND -R %C%CR\2\win2k_xp\i386\*.* %C%CR\2\win2k_xp\i386 DEL /Q %C%CR\2*.??_ DEL /Q %C%CR\2\common\*.??_ DEL /Q %C%CR\2\common\i386\*.??_ DEL /Q %C%CR\2\lang\*.??_ DEL /Q %C%CR\2\lang\i386\*.??_ DEL /Q %C%CR\2\win2k_xp\*.??_ DEL /Q %C%CR\2\win2k_xp\data\*.??_ DEL /Q %C%CR\2\win2k_xp\i386\*.??_ ) COPY /Y %C%\CR\2\common\i386\CtCtlPan.cpl %S% > NUL COPY /Y %C%\CR\2\common\i386\CtPanel.exe %S% > NUL START %C%CR\2\CTZAPXX.exe /S ) _________________________________________________________________________ No ?! edited: ^^ corrected typo too Second note: Why REN %S%ADeck.ex ADeck.exe In archive ADeck.exe it's already correct ...
-
Fool WU into thinking Messenger 4.7 is still installed?
Sonic replied to Tomcat76's topic in Windows 2000/2003/NT4
Windows Update detects direct the %ProgramFiles%\Messenger folder ... You can't bypass by a registry tweak :-( ... Personnaly I install the latest version and hide it ... -
I think HKLM doesn't work ... try with HKCU .... and for other programs you must use \ before other " symbol ... example: "program.exe with=\"param1\"" With this in the registry you have program.exe with="param1" .... the red quotes is just for encapsule the whole argument of reg add ...
-
You want change the SID no ? if yes you can use NewSID from www.sysinternals.com
-
Remove IE icon from Quick Launch bar
Sonic replied to kal's topic in Unattended Windows 2000/XP/2003
All in registry ... for windows management it's in Explorer\WebView .. and others few key which values aren't usable ... it's generated by windows and manual edit is impossible, we must set the order/setting and export/import regfile ... (and it's hard to find exactly the good key, for me ^^) IEAccess = off is same as untick Internet Explorer in Add/Remove components from windows, iexplore.exe becomes hidden and all shorcuts are hidden too ... it's perfect for you if you doesn't use ie at all ... Goodbye. -
Remove IE icon from Quick Launch bar
Sonic replied to kal's topic in Unattended Windows 2000/XP/2003
Poor method ^^ : In your RunOnceEx creates a bat which creates another batch in "start" folder and it delete itself ... this batch delete the shortcut ... :: Batch pour RunOnceEx, Create_DeleteIE.bat @echo off echo Je crée le fichier bat qui va effacer IE ... set DeleteIE = "%AllUsersProfile\Menu Démarrer\Programmes\Démarrage\DeleteIE.bat" echo del /f /q "%AppData%\Microsoft\Internet Explorer\Quick Launch\Démarrer Internet Explorer.lnk" >%DeleteIE% echo del /f /q %0 >%DeleteIE% echo exit >%DeleteIE% exit (fr: oublie toujours pas les accents hein, me fait eu plein de fois ^^) edit: typos ... -
Remove IE icon from Quick Launch bar
Sonic replied to kal's topic in Unattended Windows 2000/XP/2003
When you apply your regfile/batch tweaks ? (FR: Attention aux accents aussi ! le "é" doit être encodé correctement dans ton batch ... soit avec Wordpad fichier MSDOS, doit en hexa tu remplace par 82) -
hum, I'm interesting ... I will try that !
-
yes Hamachi rocks !!!
-
Me too The same key reactivates more than one time per day ! Because BSOD caused by motherboard ... switch to other model ... reactivation ... virus .... formated ... reactivation ... and I never had problem too. Goodbye.
-
Edit: Whoups ! I just see the level of you glent, sorry ! you can ignore me ^^ hum, you know each programs/setup/install has their silents switchs ?! the /s or /S isn't universal ... You can search on the forum for each program doesn't work and you fin easily the solution. Goodbye.
-
you can't .... because windows keeps user & password for the entire session ... you can disconnect from other pcs by net use * /DELETE /YES and when you access to other folder windows re-ask password ... no problem of mapping other ressources ... Goodbye.
-
yes you can add at logon script .. with regedit /s YourRegFile.reg or reg import YourRegFile.reg
-
Problems removing qttask from RUN
Sonic replied to BoardBabe's topic in Unattended Windows 2000/XP/2003
You can remove value of qttask and set security "read only" and qt process can't correct the key anymore ... -
Yes I have never had (conjugation error inside I think ^^ ) problem with calling microsoft (just boring) but perfect works, and persons tell you in your language ... Goodbye.
-
Agree with ender341, you must to tell to microsoft to pass activation ....
-
how to uninstall WMP from command line
Sonic replied to darksimoon's topic in Unattended Windows 2000/XP/2003
When windows is already intalled you can just hide it with Add/Remove from CP or with this command line %SystemRoot%\INF\unregmp2.exe /HideWMP /SetShowState You can use nLite to remove completely Windows Media Player. You can use XPLite to remove completely WMP if already windows is present, but it's not free program ... -
For current user only, I have set my options and I have exported the key in Policie .. ;Mise en veille du moniteur au bout de 20 minutes [HKEY_CURRENT_USER\Control Panel\PowerCfg\GlobalPowerPolicy] "Policies"=hex:01,00,00,00,00,00,00,00,03,00,00,00,10,00,00,00,00,00,00,00,03,00,00,00,10,00,00,00,00,00,00,00, 03,00,00,00,00,00,00,80,00,00,00,00,03,00,00,00,00,00,00,80,00,00,00,00,01,00,00,00,00,00,00,80,00,0 0,00,00,01,00,00,00,00,00,00,80,01,00,00,00,03,00,00,00,00,00,00,00,04,00,00,c0,01,00,00,00,02,00,00 ,00,01,00,00,00,0a,00,00,00,00,00,00,00,03,00,00,00,01,00,01,00,01,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0 0,03,00,00,00,00,00,10,00,00,00 Same as what you want but with monitor to 20min @Fencer128: You can just use [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "Heuristics"=hex& #58;05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00 EDIT: You must force the value to ONE line because forum brokes lines ...