Tagged Questions
0
votes
0answers
28 views
Finding not corrupt files using hashes with minimum hard disk use [closed]
Today I have one really interesting problem for all SuperUsers. After hard disk crash 80% files are recovered with folders. But still, some files (all different type) that software is saying is 100% ...
0
votes
1answer
112 views
Delete partial matching lines from text file
I have 1 large xml file with lines like -
<text file name 5 HD text>
<text file name 2 text>
<text file name 3 text>
<text file name HD 2 text>
<text file name 5 text>
...
2
votes
1answer
335 views
Scripting Bitlocker Decryption of a local hard-drive
In summary: I'm attempting to create a script that unlocks (decrypts) a hard-drive on the Windows 7 Ultimate local machine, then execute a couple of programs afterwards.
I have a small SSD that ...
0
votes
1answer
218 views
Parent folder inheriting Child sub-folder or file attributes without creating a new folder and copying
Is there a way to change the folder time and date (the attribute properties) via a DOS Batch file, VBS, PERL or a Powershell script?
Example:
FOLDER: F1, F2, F3...
SUB-FOLDER: S1, S2, S3 ...
FILES: ...
1
vote
1answer
2k views
Silent Java update check
How to have automatic Java updates without jusched.exe process running all the time in the background and with control when a check for the update should occur?
3
votes
2answers
1k views
Programmatically adding entries to Windows 7 Start Menu?
How does one add entries to the Windows 7 start menu for All Users programatically? For example I might want to add the folder MyApps containing a shortcut to myapp.exe and a URL for www.myapp.com.
...
0
votes
2answers
590 views
Search for text in web pages given a list of URLs
I have a list of several thousand URLs, and I'd like to search each of these pages for a given word. How can I do this programmatically on Windows, preferably using VBScript or Powershell?
2
votes
1answer
787 views
Set paper size of Zebra TLP 2844 programmatically
I have a lot of Zebra TLP 2844 printers used by domain users. Unluckily by default the paper size is 2" x 4" while I need to have 4" x 3".
The first time each user logs on I have to change manually ...
2
votes
3answers
744 views
Powershell vs. vbs vs. bat
I need to configure few Windows 7 machines (with a wide variety of tasks - from setting up screensaver, disabling services, adding task schedule entries to setting up IPsec/firewall rules).
Since ...