Content Type
Profiles
Forums
Events
Everything posted by gunsmokingman
-
1\ I updated Windows 2\ After The reboot I Than Went to %Windir%\System32\ I than copy from %Windir%\System32\shell32.dll To %systemdrive%\Shell\ 3\ I than Open Resource Hacker Hack The Shell32 4\ Used Replacer.cmd This Will Replace The Shell32.dll Works Well. Replacer Rar This Link has Explorer.exe Hacked Shell32.dll Latest Version Hacked Uxtheme.dll, Resource Hacker. What It Will Do Is Make This Directory %systemdrive%\Shell\CustomShell Than It Will Open Resource Hacker, In Resource Hacker File menu The # Files Are Listed Now You can Change Them, To Suit Your Needs. MyHackedFiles
-
question: install on a partition
gunsmokingman replied to slimzky's topic in Unattended Windows 2000/XP/2003
As Long As The RunOnce Has The Correct Location Of The Apps Than It Will Be Find. -
If You Mean The Built In Admin Account Yes. I still have the owner account. Is it normal ?
-
Here This Will Make The User Account Cmd And Cmdlines.txt If You Want To See What In The Script The Thread The Script Make A User Account
-
Try This At The Start Of The RunOnceEx.cmd echo off cls mode 55,5 color 9f set CD1=%systemdrive%\INSTALL\ echo. echo Would You Like To Add The RunOnceEx.cmd echo Type Yes To Add Type No To Quit set /p Ques= Waiting For User Input :-^> goto %Ques% :Yes SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "The Install Section" /f REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f REG ADD %KEY%\015 /VE /D "Alcohol120" /f REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %CD1%Alcohol\TestAlcohol.reg" /f REG ADD %KEY%\015 /V 2 /D "%CD1%Alcohol\setup.msi /qb/promtrestart" /f REG ADD %KEY%\170 /VE /D "Preparing Final Clean up ..." /f REG ADD %KEY%\170 /V 1 /D "%CD1%CleanUa.exe" /f :NO echo User Decided Not To Add The RunOnceEx.cmd ping -n 2 127.0.0.1>nul exit Or You Could Have This Between Each Item That get Installed echo. echo Would You Like To Add The Alcohol120 echo Type Yes To Add Type No For Next set /p Aloc= Waiting For User Input :-^> goto %Aloc% :Yes REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f REG ADD %KEY%\015 /VE /D "Alcohol120" /f REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %CD1%Alcohol\TestAlcohol.reg" /f REG ADD %KEY%\015 /V 2 /D "%CD1%Alcohol\setup.msi /qb/promtrestart" /f :No echo. echo Would You Like To Add FlashPlayer7 echo Type Yes To Add Type No For Next set /p Flsh= Waiting For User Input :-^> goto %Flsh% :Yes REG ADD %KEY%\035 /VE /D "FlashPlayer7" /f REG ADD %KEY%\035 /V 1 /D "%CD1%Flash\FlsPlyr7Inst.exe /s /v/qn" /f :No Next One ETC
-
Problems with "for" in runonceex ....
gunsmokingman replied to midiboy's topic in Unattended Windows 2000/XP/2003
I Dont Know If This Will Work But Give It A Try 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\SETUP.exe set CDROM=%%i if exist %CDROM%\SETUP\Firefox\xpi\*.xpi goto S1 :S1 Set A1=start /wait "%CDROM%\SETUP\Firefox\xpi\*.* /passive /norestart /quiet" REG ADD %KEY%\007 /VE /D "FireFox" /f REG ADD %KEY%\007 /V 1 /D %A1% /f If exist start /wait \"%PROGRAMFILES%\Mozilla Firefox\firefox.exe\" goto S2 :S2 set A2 = start /wait \"%PROGRAMFILES%\Mozilla Firefox\firefox.exe\" -install-global-extension %%j" REG ADD %KEY%\009 /VE /D "Mozilla Firefox Extensions" /f REG ADD %KEY%\009 /V 1 /D "%A2% /f -
Try This You Do Not Have To Set %Systemdrive% As That Set By Defualt. Path=%windir%\system32;%windir%;%windir%\System32\Wbem;"D:\Program Files\WinSCP3\;" PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
-
Rename old "Documents and Settings" during install
gunsmokingman replied to esas's topic in Unattended Windows 2000/XP/2003
Try This As A Test Only If You Have 2 Or More Partitions Copy Your Doc And Setting To A Empty Partition. Run This Script The Script Function Is To Change These 5 Folders Documents and Settings\All Users Documents and Settings\Default User Documents and Settings\LocalService Documents and Settings\NetworkService Documents and Settings\ To This DocSettingBak\AllUserBak1 DocSettingBak\DefaultUserBak1 DocSettingBak\LocalServicerBak1 DocSettingBak\NetworkServiceBak1 DocSettingBak For Testing I Added A Repair Option That Just Renames Them Back To The Defualts Edit The script To Your needs. Orange Is What Can Be Removed Or Left In Red Do Not Edit Unless You Know What You Are Doing I Have Tested This On C:\, D:\, H:\, L:\ Drives -
This Makes A Folder Based On The Current Date @echo off cls color F2 mode con: Cols=55 Lines=3 Title What Year Is It Test 2 SET D1=%date:~-4,10% SET D2=%date:~7,-5% SET D3=%date:~4,-8% SET D4=%date:~0,-10% echo. @echo The Year Is %D1% ping -n 3 127.0.0.1>nul cls echo. @echo Today Date %D2% ping -n 3 127.0.0.1>nul cls echo. @echo The Month %D3% ping -n 3 127.0.0.1>nul cls echo. @echo The Day %D4% ping -n 3 127.0.0.1>nul if exist %D3%-%D2%-%D1% goto E1 if not exist %D3%-%D2%-%D1% goto W1 :W1 mkdir %D3%-%D2%-%D1% echo. echo Folder %D3%-%D2%-%D1% Was Made! ping -n 3 127.0.0.1>nul exit :e1 echo. echo Folder Was Already Made! ping -n 3 127.0.0.1>nul The Folder Named Would Be 02-07-2005 or The Day It Was ran On Adjust To your Needs
-
Rename old "Documents and Settings" during install
gunsmokingman replied to esas's topic in Unattended Windows 2000/XP/2003
Not A 100 percent but It should be this maybe DetachedProgram="%systemdrive%\install\batch.cmd" DetachedProgram="%systemdrive%\install\batch.bat" Old Batch @echo off ren "D:/Documents and Settings" "Documents and Settings.OLD" New Batch @echo off if exist "D:\Documents and Settings" ren "D:\Documents and Settings" "DocSettingBak" Hope This Helps -
Is Your Install Folder In Windows %SystemRoot%=WINDOWS This Is What You Want I have corrected your file %systemdrive%=THE DRIVE WINDOWS IS ON
-
SHELL32.DLL to SHELL32.DL_ help!
gunsmokingman replied to Bootney's topic in Unattended Windows 2000/XP/2003
Removed by Gsm 2\ You Cannot Use Any Longhorn Shell32.dll on XP -
how to add vbs files to unattended xp
gunsmokingman replied to mikku's topic in Unattended Windows 2000/XP/2003
To Start A Vbs From A Cmd Script -
How to add open cmd to the context menu?
gunsmokingman replied to Rico.JohnnY's topic in Unattended Windows 2000/XP/2003
Is This what you want. ;This adds the "Open Command Window Here" on the right click menu for folders [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Open Command Window Here" [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd.exe /k \"cd %L\"" [HKEY_CLASSES_ROOT\Drive\shell\cmd] @="Open Command Window Here" [HKEY_CLASSES_ROOT\Drive\shell\cmd\command] @="cmd.exe /k \"cd %L\"" -
$OEM$ copies now, but cmdlines.txt wont run.
gunsmokingman replied to MarcL's topic in Unattended Windows 2000/XP/2003
XPCD= CDROM:\ That Because I Do Not No What Your Computer Set Up Is After The Copy The Location Should Some Thing Like This Location=Hard Drive Or Partition Letter Location:\Driver Location:\Install Location:\Documents and Settings Location:\Program Files Location:\Windows Why Dont You Just Make A CD To Boot From Far Easier And Faster To Install. -
Here is a vbs that uses the WsPopup It Has A Built In Timer Yes Button = Set To Run A Radio Station Green Is Your Code To Install Purple Is Text And Is Safe To Change Or Delete Red Only Edit If You Know What You Are Doing Blue Are Varibles These Are For The Script, Edit Them If Needed Use Caution Orange Is Safe To Remove From Script New Entry Old Entry
-
$OEM$ copies now, but cmdlines.txt wont run.
gunsmokingman replied to MarcL's topic in Unattended Windows 2000/XP/2003
$oem$ should not get copy stuff inside of the $oem$ folder should example XPCD\$OEM$\$1\Drivers\002_graphics after copy to Hard drive YOURHD:\Drivers\002_graphics XPCD\$OEM$\$1\Drivers\004_sound after copy to Hard drive YOURHD:\Drivers\004_sound These Folder Do Not Get Copy But The Content Do Get Copy During The Install. XPCD\$OEM$\ XPCD\$OEM$\$1 XPCD\$OEM$\$$ XPCD\$OEM$\$Docs XPCD\$OEM$\$Progs -
$OEM$ copies now, but cmdlines.txt wont run.
gunsmokingman replied to MarcL's topic in Unattended Windows 2000/XP/2003
than if your installing from dos it winnt.exe dont forget the smart drive why would you install from dos Ntfs cannot be read by Dos unless there some kind of 3rd party software that can. -
Making windows SPYWARE SAFE via registry
gunsmokingman replied to cypher_soundz's topic in Unattended Windows 2000/XP/2003
List Of Sites That Get Put In Zone 4 And Zone 5 Html For IE Havnt Tried It On Any Others List Of Sites -
Making windows SPYWARE SAFE via registry
gunsmokingman replied to cypher_soundz's topic in Unattended Windows 2000/XP/2003
Here Are My Reg Files Use Them If You Want Edit To Your Needs Area You Might Want To Edit 040.Reg Line 1796 Start Line 1838 End ;Speed up shutdown[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]"WaitToKillServiceTimeout"="3000";Disable Alerter[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]"Start"=dword:00000004;Disable Background Intelligent Transfer Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]"Start"=dword:00000003;Disable Indexing Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]"Start"=dword:00000004;Disable TCP/IP NetBIOS Helper[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]"Start"=dword:00000004;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]"Start"=dword:00000004;Disable Remote Desktop Help Session Manager[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]"Start"=dword:00000004;Disable Routing and Remote Access[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]"Start"=dword:00000004;Disable Remote Registry Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]"Start"=dword:00000004;Set Print Spooler to "Manual"[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]"Start"=dword:00000003;Disable Wireless Zero Configuration[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]"Start"=dword:00000004I Gunsmokingman give all users full permission to do what ever they want with this script.GsmRegTweaks.exe -
changing windows files (help).
gunsmokingman replied to The Black Cloud's topic in Unattended Windows 2000/XP/2003
The best way to add mod files is this 1\hack the files 2\makecab the hacked files 3\delete the source file in XPCD\i386 4\add your mod files My Mod Files I Add With No Problem Shell32.dll Explorer.exe Uxtheme.dll This Link Will Start A DL It Will Build This Dir %systemdrive%\shell It will open Resource Hacker In The File Menu The 3 Listed Files Are There Ready To Edit Note Uxtheme does not need to be modified as i Have done it all ready, to allow for custom themes. MyModFiles