Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Windows-Error-Fixing-Scripts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gohrbandt, Jan
Windows-Error-Fixing-Scripts
Commits
84786c30
Commit
84786c30
authored
2 years ago
by
JG
Browse files
Options
Downloads
Patches
Plain Diff
Unified pushd/popd usage
parent
77201ea5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fix long login times.cmd
+7
-7
7 additions, 7 deletions
Fix long login times.cmd
Fix printer not install- and selectable.cmd
+1
-1
1 addition, 1 deletion
Fix printer not install- and selectable.cmd
with
8 additions
and
8 deletions
Fix long login times.cmd
+
7
−
7
View file @
84786c30
...
...
@@ -34,10 +34,10 @@ for /f "tokens=*" %%a in ('dir /A:D /b') do (
pushd
"C:\Users\
%%a
\AppData\Local\Microsoft\Windows"
&&
(
rd
/s /q
WebCache
del
/q /f
WebCacheLock
.dat
)
popd
)
)
)
popd
)
echo
Done
.
...
...
This diff is collapsed.
Click to expand it.
Fix printer not install- and selectable.cmd
+
1
−
1
View file @
84786c30
...
...
@@ -32,8 +32,8 @@ net stop spooler
pushd
"
%~dp0
\ScriptFiles\PrinterNotInstallable"
&&
(
reg
import
"Printer Spooler Registry.reg"
robocopy
spool
C
:\Windows\System32\spool
*
)
popd
)
net
start
spooler
echo
Done
.
pause
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment