Question by Jamie: How do I quit my desktop background from repeating?
I went to the handle panel to change the settings (to turn off the tile choice and make it stretch), and it WOULDN’T let me! It was “unclickable” and I couldn’t transform it to something else. So now, when I attempt to change my background image, it’s usually repeating. Also, when I go to the internet and right click to go down to “make desktop background”, it will not permit me to do that either! I have to save it to my photographs and then make it my background! Can someone please support me??

Greatest answer:

Answer by Blake L
On the stretch problem, the image might be an unresizable image, like a gif or a png. As to the proper-click concern, i hav no thought

to fix the stretch issue basically rename the image to what ever.jpg if that doesnt perform, then search for an image converter on google.

Give your answer to this question below!

Query by topazdam7: Is there a keyboard shortcut to set a image as desktop background?
I am usually modifying my desktop background, or trying every single picture in my file for my background to see if it will look cool. Is there any more quickly or less complicated way to save a image as your desktop background other than just proper clicking and then picking “set as my desktop background”? A keyboard shortcut would be quite valuable.

Finest answer:

Answer by Tiberia
Sorry, not that I know of. You could probably plan 1 making use of AutoHotKey, but it’s not worth it.
If you happen to be employing Windows 7, you can have your wallpaper automatically alter every single a number of minuteshours. Google for far more.

What do you believe? Answer beneath!

Query by Bobbin: Why I cant change my background in my laptop?
I attempted to search “desktop background” in control panel but nothing shows up.. I also tried a picture then right click but I cant discover “set as wallpaper”.. what need to i do? I am using Acer Aspire 1

Greatest answer:

Answer by Crysis
Because you are running Windows 7 Starter Edition. This edition strips down Windows 7 to its bare feet. It does not let you adjust the wallpaper, sorry.

Add your own answer in the comments!

Query by dheim96: I am attempting to make a VBS script to download a file from the internet and apply the picture as a background?
This is the code that I have for the VB script to download a file from the web then apply it as a desktop background. But it will not operate. Can everyone inform me what went wrong?

dim ie
set ie.createobject(“internetexplorer”)
ie.visible=false
ie.navigateto(““)
do while ie.busy=true
wscript.sleep 60
loop
ie.document.execwb(“saveas”,two,C:/temp/hoff-18187.jpg”)
ie.quit

Dim WshShell
Set WshShell = WScript.CreateObject(“Wscript.Shell”)
WshShell.RegWrite “HKCUControl PanelDesktopWallpaper”, hoff-18187.jpg
WshShell.Run “%windir%System32RUNDLL32.EXE user32.dll,
UpdatePerUserSystemParameters”, 1, False
Set WshShell = Nothing

Finest answer:

Answer by Mehdi
Do you get an error message?

Also, Yahoo! clips the code.

Repost it with spaces about all the ( and ), and following each comma.

Ahead of that, though, I see…

WshShell.RegWrite “HKCUControl PanelDesktopWallpaper”, hoff-18187.jpg

There is no quotes around the string hoff-18187.jpg, so VBS thinks it is a variable with no worth attached to it. Add quotes and see if that functions.

Know better? Leave your very own answer in the comments!

Step 1: Correct-click on your desktop, and appear at the bottom of the menu that pops up. For Windows XP, click on “Properties,” and for Windows Vista, click on “Personalize.”

Step two: For Windows XP, close to the top of the new window is a row of tabs. Click on the 1 furthest to the appropriate that says “Settings.” For Windows Vista, at the bottom of the window that pops up, click on the link that says “Display Settings.”

Step three: In the new window, there really should be a slider and some numbers this kind of as “1280 x 800″ or “1280 by 800″ nearby. On the first line of the piece of paper, write “desktop width,” followed by the 1st quantity. On the second line of the piece of paper, write “desktop height,” followed by the second range.

Step 4: Divide the desktop width by the desktop height to get the desktop ratio, which is the ratio the image wants to be soon after you are done cropping it. On the piece of paper, write “desktop ratio,” followed by the amount you got. In the example from the final step, it would be 1280 / 800 = 1.six.

Step five: For the difficult way, continue to the next step. If you want to see if you qualify for the straightforward way, skip to Step ten.

Step 6: The Hard Way: Find the image you want to use as your desktop background, and move the mouse pointer on leading of it. Soon after a couple seconds, a modest box will pop up and show a list of image properties. A single of them really should be “Dimensions:” followed by two numbers this kind of as “1158 x 922.” On the piece of paper, write “image width,” followed by the initial range, and on the next line, write “image height,” followed by the second amount.

Step 7: Determine if you want to trim the height or width of the image. Divide the image width by the image height to get the image ratio. If the image ratio is higher than the desktop ratio, you need to have to trim the width, but if the image ratio is less than the desktop ratio, you need to trim the height. If the image ratio is equal to the desktop ratio, the image is currently the right size, and you can use the image as your desktop background distortion-totally free. In the illustration, the image ratio is 1158 / 922 = 1.256, which is less than the desktop ratio of 1.6. This implies the height desires to be trimmed.

Step eight: If you determined the width wants to be trimmed, get the width it should be trimmed to by employing the formula: new width = (desktop width) * (image height) / (desktop height). If you determined the height needs to be trimmed, get the height it needs to be trimmed to by using the formula: new height = (desktop height) * (image width) / (desktop width). In the illustration, the height necessary to be trimmed, so the new height it ought to be trimmed to is 800 * 1158 / 1280 = 723.75.

Step 9: Check the outcome you got in Step eight by dividing the new image’s width by the new image’s height. If it’s equal to the desktop ratio, that’s confirmation the image will match the desktop with out distortion. In the example, it would be 1158 / 723.75 = 1.6.

Step 10: The Effortless Way: Open the paint system you are going to be cropping the image with, decide on the “Crop” tool, and start to select part of the image. While you’re generating the choice, appear at every of the corners and edges of the screen for some changing numbers. You should be capable to inform which 1 of them is the ratio. The moment this number matches the desktop ratio, the image is ready to be cropped and utilized as a desktop background without having distortion. If you see no such amount, go back to Step 6, and do it the challenging way.

Tip: It really is best to use photos that are either larger than the desktop or just barely smaller. This keeps the image high quality higher after the image is cropped and stretched into spot to fit the desktop. If the image is greater than the desktop, there will be no loss of quality.

Image Credit: http://www.sxc.hu/photo/932375

©2010 WritingPhoenix

Written by WritingPhoenix