Jump to content

ieuagn321980hr

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ieuagn321980hr

  1. I'm not asking for Warez help either, I have a program called Windows Loader in SetupComplete correct! All due I do not want help with Warez nor anything else just to launch a .bat to remove folders/hide and hide the user folder picture. May I ask you if you do know know about every new user who make a thread if they have a real Win7 with activation key? No, you do not so don't judge me...
  2. Hello guys! I'm wondering about a script I made after the installation of my Windows 7 x64 ISO is done. The script (bat) contains this: @echo off cd C:\Users\ RD /S /Q "C:\Users\Public\" cd C:\Users\Unknown\ ATTRIB +H "C:\Users\Unknown\Desktop" RD /S /Q "C:\Users\Unknown\Searches" RD /S /Q "C:\Users\Unknown\Saved Games" RD /S /Q "C:\Users\Unknown\Videos" RD /S /Q "C:\Users\Unknown\Links" RD /S /Q "C:\Users\Unknown\Favorites" RD /S /Q "C:\Users\Unknown\Contacts" cd C:\ RD /S /Q "C:\PerfLogs\" RD /S /Q "C:\Program Files\Uninstall Information" RD /S /Q "C:\Program Files\Windows Media Player" ATTRIB +H "C:\Program Files\Common Files" /S /D ATTRIB +H "C:\Program Files\DVD Maker" /S /D ATTRIB +H "C:\Program Files\Internet Explorer" /S /D ATTRIB +H "C:\Program Files\MSBuild" /S /D ATTRIB +H "C:\Program Files\Reference Assemblies" /S /D ATTRIB +H "C:\Program Files\Windows Defender" /S /D ATTRIB +H "C:\Program Files\Windows Mail" /S /D ATTRIB +H "C:\Program Files\Windows NT" /S /D ATTRIB +H "C:\Program Files\Windows Photo Viewer" /S /D cd C:\Program Files (x86)\ RD /S /Q "C:\Program Files (x86)\Uninstall Information" ATTRIB +H "C:\Program Files (x86)\Common Files" /S /D ATTRIB +H "C:\Program Files (x86)\Internet Explorer" /S /D ATTRIB +H "C:\Program Files (x86)\MSBuild" /S /D ATTRIB +H "C:\Program Files (x86)\Reference Assemblies" /S /D ATTRIB +H "C:\Program Files (x86)\Windows Defender" /S /D ATTRIB +H "C:\Program Files (x86)\Windows Mail" /S /D ATTRIB +H "C:\Program Files (x86)\Windows NT" /S /D ATTRIB +H "C:\Program Files (x86)\Windows Photo Viewer" /S /D cd C:\ProgramData\Microsoft\Windows\Start Menu\ RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Maintenance" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Games" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows PowerShell" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Accessibility" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Default Programs.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Windows Update.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Sync Center.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Sound Recorder.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Remote Desktop Connection.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\displayswitch.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Calculator.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Welcome Center.lnk" cd C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Maintenance\" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools\" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Accessibility" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools" DEL /F /S /Q /A "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Explorer.lnk" DEL /F /S /Q /A "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Run.lnk" DEL /F /S /Q /A "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Command Prompt.lnk" C:\Windows\ RD /S /Q "C:\Windows\Downloaded Program Files" RD /S /Q "C:\Windows\LiveKernelReports" RD /S /Q "C:\Windows\Logs" RD /S /Q "C:\Windows\ModemLogs" RD /S /Q "C:\Windows\Offline Web Pages" RD /S /Q "C:\Windows\Temp" RD /S /Q "C:\Windows\WinToolkit" cd C:\ProgramData\Microsoft\User Account Pictures\ REN "C:\ProgramData\Microsoft\User Account Pictures\user.bmp" "user.x" REN "C:\ProgramData\Microsoft\User Account Pictures\guest.bmp" "guest.x" How should I implant this script after the Win7 installation is done. Tried with SetupComplete (see spolier): \sources\$OEM$\$$\Setup\Scripts @ECHO OFF %~dp0"Windows Loader.exe" /silent /preactivate cd %~dp0 attrib -R -A -S -H *.* SHUTDOWN /R /T 5 RMDIR /S /Q "%WINDIR%\Setup\Scripts" @echo off cd C:\Users\ RD /S /Q "C:\Users\Public\" cd C:\Users\Unknown\ ATTRIB +H "C:\Users\Unknown\Desktop" RD /S /Q "C:\Users\Unknown\Searches" RD /S /Q "C:\Users\Unknown\Saved Games" RD /S /Q "C:\Users\Unknown\Videos" RD /S /Q "C:\Users\Unknown\Links" RD /S /Q "C:\Users\Unknown\Favorites" RD /S /Q "C:\Users\Unknown\Contacts" cd C:\ RD /S /Q "C:\PerfLogs\" RD /S /Q "C:\Program Files\Uninstall Information" RD /S /Q "C:\Program Files\Windows Media Player" ATTRIB +H "C:\Program Files\Common Files" /S /D ATTRIB +H "C:\Program Files\DVD Maker" /S /D ATTRIB +H "C:\Program Files\Internet Explorer" /S /D ATTRIB +H "C:\Program Files\MSBuild" /S /D ATTRIB +H "C:\Program Files\Reference Assemblies" /S /D ATTRIB +H "C:\Program Files\Windows Defender" /S /D ATTRIB +H "C:\Program Files\Windows Mail" /S /D ATTRIB +H "C:\Program Files\Windows NT" /S /D ATTRIB +H "C:\Program Files\Windows Photo Viewer" /S /D cd C:\Program Files (x86)\ RD /S /Q "C:\Program Files (x86)\Uninstall Information" ATTRIB +H "C:\Program Files (x86)\Common Files" /S /D ATTRIB +H "C:\Program Files (x86)\Internet Explorer" /S /D ATTRIB +H "C:\Program Files (x86)\MSBuild" /S /D ATTRIB +H "C:\Program Files (x86)\Reference Assemblies" /S /D ATTRIB +H "C:\Program Files (x86)\Windows Defender" /S /D ATTRIB +H "C:\Program Files (x86)\Windows Mail" /S /D ATTRIB +H "C:\Program Files (x86)\Windows NT" /S /D ATTRIB +H "C:\Program Files (x86)\Windows Photo Viewer" /S /D cd C:\ProgramData\Microsoft\Windows\Start Menu\ RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Maintenance" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Games" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows PowerShell" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools" RD /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Accessibility" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Default Programs.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Windows Update.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Sync Center.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Sound Recorder.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Remote Desktop Connection.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\displayswitch.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Calculator.lnk" DEL /F /S /Q /A "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Welcome Center.lnk" cd C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Maintenance\" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools\" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Accessibility" RD /S /Q "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools" DEL /F /S /Q /A "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Explorer.lnk" DEL /F /S /Q /A "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Run.lnk" DEL /F /S /Q /A "C:\Users\Unknown\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Command Prompt.lnk" C:\Windows\ RD /S /Q "C:\Windows\Downloaded Program Files" RD /S /Q "C:\Windows\LiveKernelReports" RD /S /Q "C:\Windows\Logs" RD /S /Q "C:\Windows\ModemLogs" RD /S /Q "C:\Windows\Offline Web Pages" RD /S /Q "C:\Windows\Temp" RD /S /Q "C:\Windows\WinToolkit" cd C:\ProgramData\Microsoft\User Account Pictures\ REN "C:\ProgramData\Microsoft\User Account Pictures\user.bmp" "user.x" REN "C:\ProgramData\Microsoft\User Account Pictures\guest.bmp" "guest.x" Problem is, I cant use GPO either because I do prefer Home Premium. Many thanks guys and love yaaaa <3
  3. Thank you Lego, I have created a similar thread at Sevenforums but still no answear here nor there Anyway I thank you for your attention
  4. Hello! I'm tweaking my Windows 7 SP1 x64 installation ISO with dism (updates only) and all the tweaks and other options are applied with WinToolKit v1.4.1.28. I currently have some questions/problems I haven't solved, which therefore I write here smile.gif 1. Start-Menu -> I want to be apply to delete the items on Start-Menu -> All Programs, which I include here: Startup (hide the folder) Maintenance (everything, including folder) Games (everything, including folder) Accessories -> Remove these: Command Prompt, Connect to a Projector, Getting Started, Paint, Remote Desktop Connection, Sound Recorder, Sync Center, Windows Explorer, Ease of Access, Windows Poweshell. Also I want to remove/disable the user picture on start-menu, I do know that's possible but I want to enable this tweak "pre-installed". Meaning I dont want to apply any tweaks nor any manually tweaks after the Windows installation, I just want that picture removed with the space if possible. 2. Taskbar -> A second registry problem, I want to remove/delete pinned items on the taskbar. The .reg file is here below: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband] 3. Samples/Folders -> Have may I delete these following folders and the contentin them (pre-done with Windows installation): C:\Perflogs\ C:\Users\Public C:\Users\*\Searches C:\Users\*\Saved Games C:\Users\*\My Videos C:\Users\*\Links C:\Users\*\Favorites C:\Users\*\Contacts C:\Users\*\Desktop C:\Users\*\ -> Sample Pictue & Music 4. UAC Icons -> I have removed UAC settings and disabled it via services and WinToolKit but the icons are still left, is their any registry hack to remove it or do I need a .bat script running silent in the windows installation/RunOnce? Thanks for your help and I may beg-pardon for any lackness in my english or grammar
×
×
  • Create New...