Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author |
user:1234 user:me (yours) |
| Score |
score:3 (3+) score:0 (none) |
| Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections |
title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status |
closed:yes duplicate:no migrated:no wiki:no |
| Types |
is:question is:answer |
| Exclude |
-[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with windows
Search options not deleted
user 239981
For questions not specific to a single version of Microsoft Windows. Otherwise, use a more specific tag such as [windows-7], [windows-10] or [windows-11].
3
votes
Does change of password require re-encryption whole partition in BitLocker?
My understanding is that it would not require a re-encryption. The password simply provides access to the encryption key. When you change your password it won't change the encryption key, simply the …
3
votes
How can I migrate a VMWare image from my PC to OSX VMWare Fusion?
I would recommend exporting the VM in Windows as an OVA or OVF. This is a container format that holds all the settings and data. …
2
votes
Accepted
Backup - Windows, Linux, Encrypted, Network
Crashplan works on Windows, Mac, Linux, encrypts the data, keeps incremental backups, and even does deduplication and compression. …
1
vote
Windows XP/7/8 software installation automation
Its a relatively new program that creates a package management system for Windows. Install firefox is as simple as running cinst firefox. Where "cinst" is chocolatey install. …
1
vote
Accepted
How to shutdown the computer when a USB is attached?
With that disclaimer out of the way, Windows Scheduler would be the easiest way to accomplish this. … Write a little batch script that shuts down the computer:
@echo off
shutdown \p
And set a scheduled task using Windows Scheduler to run that batch script every time a USB device is inserted. …
0
votes
I've got a row of laptops that I would like to be identical
You'll then have to update the Windows Key manually on each machine, but that's it. …
0
votes
Accurate drive backup or file/folder synchronization that maintains metadata
I would recommend Crashplan for any backup solution. Crashplan can make incremental backups so you can restore any file from any data. It should also maintain meta data and it's free. It should be …
3
votes
Accepted
How can I start/stop a Windows Service through a Linux bash script?
I would have the SSH script start a powershell script. Powershell is able to elevate itself and then start stop services, and check their status.
Some pseudo code:
ssh user@server powershell.bat
…
2
votes
2
answers
228
views
Why do some Operating systems require reboots for certain tasks? [duplicate]
Windows always requires a reboot after updates or big programs are installed. Linux generally does not require reboots but occasionally does. …
1
vote
How to get Windows Update to also update installed MS programs and not only the operating sy...
Windows update does offer some functionality in that regard. In the Windows Update dialog box, click Find out more under Get updates for other Microsoft products. … They are essentially package managers for Windows. I use them to update Windows, and all my other programs on a regular basis. …
1
vote
Adding multiple iso's to a pen-drive
I use a Zalman external enclosure that supports CD Drive virtualization. This is a superior solution than the yumi-multiboot-usb-creator because the ISO files don't need to be mangled in any way.
Ju …