Everything posted by maxXPsoft
-
Windows7 and SSD (no 100mb partition)
You need nothing extra Win 7 bootable disk can handle everything. http://www.msfn.org/board/uploads/post-9484-0-92001300-1360052457.png When you get to partition screen create 1 and it adds the small one. Select 2nd partition and choose delete. Now just Extend the 1st part to fill drive. Format and install. Or just choose next and Windows will format it and install No 100mb disk On Win 8.1 its 350mb
-
(newbie mistake), I remove media player by mistake. may I add it back
Not sure what removed since I haven't messed with that in awhile. Why not just put on VLC it plays everything and free. http://www.videolan.org/
-
Windows 7 - Slipstream USB 3.0 Drivers
you can do it easily with this http://www.msfn.org/board/topic/150275-add-right-click-wim-windows-7-or-windows-881/?p=958469
-
Windows 8 and 8.1 Reg Tweaks
Took another look at that Tweaking.com Registry Backup. Works very well here even with restore off. Don't know why I thought it wouldn't work. I just d/l the portable and set the settings and use TweakingRegistryBackup.exe /auto in my Startup folder on win 7. You can set a task also win8+
-
Se7en_UA - RunOnceEx Tester still working with Win 11 2022
Excellent When I searched for SEE_MASK_NOZONECHECKS it lead me to the Unblock Streams thing. Post #870
-
Se7en_UA - RunOnceEx Tester still working with Win 11 2022
That could be it. I don't have any IIS at all. Or maybe some of your files have Streams in them. When I robocopy I use robocopy D:\_Backup %~dp0_Backup /E /COPY:DT /MT:32 /PURGE /R:1 /W:5 The DT supposed to remove the S=Security=NTFS ACLs Checking my Update download dir I get this on some files if right click properties So I do this to process all at once. Then just right click on a folder and choose Unblock the files inside EDIT: Upon doing this it removes the prompt "Do you want to run this file" mess when you normally double click to run EX: filterpack2010-kb2810071-fullfile-x64-glb.exe: Deleted :Zone.Identifier:$DATA Windows Registry Editor Version 5.00;Download the *Sysinternals* *Streams.exe* from the link below. (Remember to unblock the zip file.);Unzip and copy streams.exe to \Windows\System32 or any other directory in your path;http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx[HKEY_CLASSES_ROOT\*\shell\unblockfile]@="Unblock file"[HKEY_CLASSES_ROOT\*\shell\unblockfile\command]@="cmd /k streams -d \"%1\""[HKEY_CLASSES_ROOT\Directory\shell\unblockallthefiles]@="Unblock the files inside"[HKEY_CLASSES_ROOT\Directory\shell\unblockallthefiles\command]@="cmd /k streams.exe -d -s \"%1\""
-
Ask your Seven xml ? here
yes have to check for version you have DisableFirstRunWizard Specifies whether to skip the First Run Wizard when the user opens Internet Explorer for the first time. Internet Explorer 8 through Internet Explorer 10
-
Se7en_UA - RunOnceEx Tester still working with Win 11 2022
I integrate all 149 through Oct and never get a popup. Perhaps setting in xml? I do have UAC off at that point and generalize <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EnableLUA>false</EnableLUA> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings>mp3 won't play till firstlogoncommands I've tried doing during setupcomplete just so I know where its at. even tried using "SAPI.SpVoice"
-
Metro Tile Custimization
Just mount your image and do this Dism.exe /image:YourMountDir /Get-ProvisionedAppxPackages or from Win 8.1 Pro 64 bit http://www.mediafire.com/view/aw2odrf6iz4s2az/zProvisionedAppxPackages.txt
-
Se7en_UA - RunOnceEx Tester still working with Win 11 2022
defender silent switch is mpas-feX64.exe -q or /q works also You could run the command line version for that "%ProgramFiles%\Windows Defender\MpCmdRun.exe" -SignatureUpdate Either way you have to have Admin rights on that one. Perhaps setupcomplete.cmd?
-
create ini file for install setup.exe's
most them youtube downloaders have junkware built in so I only install them after and click through each so they don't change my browser homepage, search and stuff so I use JDownloader if I want to save one. Paste the link in and it will give list of all files available there
-
Se7en_UA - RunOnceEx Tester still working with Win 11 2022
I can't see what that is so tiny. What app are you trying to run? I don't ever get that
-
Add Right click .wim Windows 7 or Windows 8/8.1
- Add Right click .wim Windows 7 or Windows 8/8.1
1- One of the Best Ways to Avoid Malware, Ads, and Tracking
Been using the http://winhelp2002.mvps.org/hosts.htm host file for a long time and use Hostsman so I can simply start it and turn off host temporary blocks a lot of ads- Hide Bing Desktop and other Windows Updates
Yes real easy. Open Windows Update from control panel Upper left is a link say Restore hidden updates just click it and select the ones to restore and choose Restore at bottom right What this does is search the Windows Update catalog and Hides the updates you don't want. Same as right click on one and choose Hide Update- Windows 8 and 8.1 Reg Tweaks
Registry Backup uses Volume Shadow Copy which is basically System Restore which I have turned off because I have an SSD and it was recommended dang i hope they update that Free Regbak for 8+- Windows 8 and 8.1 Reg Tweaks
I was using Regbak but it may not work on Win 8.1 Worked really great on Win 7 backing up all the hives each time Windows started. using this in Startup folder The right click brought up program where I could choose backup to restore RegBaksilent.lnk = %windir%\Regbak\regbak64.exe "%windir%\Regbak\<DATE>\<TIME>" /reg:suo /silent /overwrite /limitdays:7 /limitcount:14running in win 8.1 I get a I tried and it is failing- Windows 8 and 8.1 Reg Tweaks
edit oops wrong I haven't found either- Se7en_UA - RunOnceEx Tester still working with Win 11 2022
OK thnx M8 for pointing that out corrected http://www.mediafire.com/folder/3l27csbkuzdyz/Se7en_UA 'Jump2reg 3.0.6 November 04, 2013, 11:35 AM ' Added new RegSearch routine where it is faster than the RegSearch2013.vbs- Se7en_UA - RunOnceEx Tester still working with Win 11 2022
For those that use it 'Jump2reg 3.0.5 November 01, 2013, 2:04:18 PM' Updated RegSearch2013.vbs. Was exporting and searching just 2 keys HKEY_LOCAL_MACHINE + HKEY_USERS. Added all others - MaxXPsoftI modified the Reg Search where it searches through all Hives. Still works with XP, or rather I tested in Windows XP Mode RegSearch2013.vbs 'Nov 3 2013 Updated file to increment sRegTmp for Error: Permission denied 'RegSearch2013.vbs - Search All the Registry for input string and display results.'© MaxXPsoft Nov 1 2013 based on Bill James RegSrchXP.vbs' Was exporting and searching just 2 keys HKEY_LOCAL_MACHINE + HKEY_USERS. Added all others - MaxXPsoft'Problems reply here 3 2013 Updated file to increment sRegTmp for Error: Permission deniedOption ExplicitDim oWS : Set oWS = CreateObject("WScript.Shell")Dim oFSO : Set oFSO = CreateObject("Scripting.FileSystemObject")Dim oShell,os_name, RegVersionDim SystemSet, System, os_VerRegVersion = "REGEDIT4"Set oShell = CreateObject( "WScript.Shell" )os_name=oShell.ExpandEnvironmentStrings("%OS%")If os_name = "Windows_NT" Then OSVersion()Dim sSearchForsSearchFor = InputBox("This script will search your Registry and find all " & _ "instances of the search string you input." & vbcrlf & vbcrlf & _ "This search could take several minutes, so please be patient." & _ vbcrlf & vbcrlf & "Enter search string (case insensitive) and " & _ "click OK... Or Hit [ ENTER ]", WScript.ScriptName & " " & Chr(169) & " MaxXPsoft",,50,380)If sSearchFor = "" Then Cleanup()Dim StartTime : StartTime = TimerDim sRegTmp, sOutTmp, eRegLine, iCnt, sRegKey, aRegFileLinessRegTmp = oWS.Environment("Process")("Temp") & "\RegTmp" & _ Hour(Now) & Minute(Now) & Second(Now) & ".tmp "sOutTmp = oWS.Environment("Process")("Temp") & "\sOutTmp" & _ Hour(Now) & Minute(Now) & Second(Now) & ".reg "Dim RegHives(4) RegHives(0) = "HKEY_CLASSES_ROOT" RegHives(1) = "HKEY_CURRENT_USER" RegHives(2) = "HKEY_LOCAL_MACHINE" RegHives(3) = "HKEY_USERS" RegHives(4) = "HKEY_CURRENT_CONFIG"With oFSO.OpenTextFile(sOutTmp, 8, True) .WriteLine(RegVersion & vbcrlf & "; " & WScript.ScriptName & " " & _ Chr(169) & " MaxXPsoft" & vbcrlf & vbcrlf & "; Registry search " & _ "results for string " & Chr(34) & sSearchFor & Chr(34) & " " & Now & _ vbcrlf & vbcrlf & "; NOTE: This file will be deleted when you close " & _ "NotePad." & vbcrlf & "; You must manually save this file to a new " & _ "location if you want to refer to it again later." & vbcrlf & "; (If " & _ "you save the file with a .reg extension, you can use it to restore " & _ "any Registry changes you make to these values.)" & vbcrlf) Dim j For j = 0 To UBound(RegHives) oWS.Run "regedit /e /a " & sRegTmp & " " & RegHives(j) , , True '/a enables export as Ansi for WinXP With oFSO.GetFile(sRegTmp) aRegFileLines = Split(.OpenAsTextStream(1, 0).Read(.Size), vbcrlf) End With oFSO.DeleteFile(sRegTmp) For Each eRegLine in aRegFileLines If InStr(1, eRegLine, "[", 1) > 0 Then sRegKey = eRegLine If InStr(1, eRegLine, sSearchFor, 1) > 0 Then If sRegKey <> eRegLine Then .WriteLine(vbcrlf & sRegKey) & vbcrlf & eRegLine Else .WriteLine(vbcrlf & sRegKey) End If iCnt = iCnt + 1 End If Next Erase aRegFileLines Next If iCnt < 1 Then oWS.Popup "Search completed in " & FormatNumber(Timer - StartTime, 0) & " seconds." & _ vbcrlf & vbcrlf & "No instances of " & chr(34) & sSearchFor & chr(34) & _ " found.",, WScript.ScriptName & " " & Chr(169) & " MaxXPsoft", 4096 .Close oFSO.DeleteFile(sOutTmp) Cleanup() End If .Close oWS.Popup "Search completed in " & FormatNumber(Timer - StartTime, 0) & " seconds." & _ vbcrlf & vbcrlf & iCnt & " instances of " & chr(34) & sSearchFor & chr(34) & _ " found." & vbcrlf & vbcrlf & "Click OK to open Results in Notepad.",, _ WScript.ScriptName & " " & Chr(169) & " MaxXPsoft", 4096 oWS.Run "Notepad " & sOutTmp, 3, True oFSO.DeleteFile(sOutTmp) Cleanup()End WithSub Cleanup() Set oWS = Nothing Set oFSO = Nothing WScript.QuitEnd SubSub OSVersion() Set SystemSet = GetObject("winmgmts:").InstancesOf ("Win32_OperatingSystem") for each System in SystemSet If System.Version > "6.0.0000" Then RegVersion = "Windows Registry Editor Version 5.00" nextEnd Sub- Ask your Seven xml ? here
I didn't add that and it was only a xml to enable Administrator autologon. You have to add all them things yourself Look at <settings pass="oobeSystem"> in first post. It is updated I add as much as possible to block them. Perhaps you need to add language and the OOBE, never done it with minimal stuff.- Ask your Seven xml ? here
Ok here it is Autologon with Administrator and nothing else Windows 7 SP1 and this is X86. I add so many things so I don't have to add them later or answer but this is the basic needed. EDIT: You may not need the settings pass="specialize" but it worked this way so I don't think it hurts to have it in there. I watched it running setupcomplete.cmd and then went to desktop after personalizing settings <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Enable Admin Account</Description> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings></unattend>- Ask your Seven xml ? here
I read in the unattend.chm that just adding the <Name>Administrator</Name> in Autologon will enable the account but I haven't tested that. I'll test in a VM when I get off work.- Ask your Seven xml ? here
You don't have to use all of it, he said look To logon with Admin you need to add this to <settings pass="specialize"> so it will be set active for oobepass <settings pass="specialize"> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Enable Admin Account</Description> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component></settings>then <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> - Add Right click .wim Windows 7 or Windows 8/8.1