Skip to content

Commit

Permalink
refactor: make tab 4 spaces on all user reg scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 14, 2023
1 parent 43e380a commit 956326b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/playbook/Executables/FILEASSOC.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ for /f "usebackq tokens=2 delims=\" %%a in (`reg query HKU ^| findstr /r /x /c:"
reg query "HKU\AME_UserHive_Default" | findstr /c:"Volatile Environment" /c:"AME_UserHive_" > nul && (
echo Setting associations for "%%a"...
powershell -NoP -EP Unrestricted -File assoc.ps1 "Placeholder" "%%a" %associations%
)
)
)
2 changes: 1 addition & 1 deletion src/playbook/Executables/ONED.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for /f "usebackq tokens=2 delims=\" %%a in (`reg query HKU ^| findstr /r /x /c:"
reg query "HKU\AME_UserHive_Default" | findstr /c:"Volatile Environment" /c:"AME_UserHive_" > nul && (
echo Making changes for "%%a"...
call :USERREG "%%a"
)
)
)

rmdir /q /s "C:\ProgramData\Microsoft OneDrive" > nul 2>&1
Expand Down
2 changes: 1 addition & 1 deletion src/playbook/Executables/PFP.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for /f "usebackq tokens=2 delims=\" %%a in (`reg query HKU ^| findstr /r /x /c:"
reg query "HKU\AME_UserHive_Default" | findstr /c:"Volatile Environment" /c:"AME_UserHive_" > nul && (
echo Setting profile picture for "%%a"...
call :SETPFP "%%a"
)
)
)

exit /b
Expand Down

0 comments on commit 956326b

Please sign in to comment.