Arthur Posted March 6, 2014 Posted March 6, 2014 Do you have any thoughts on that please? Not yet, but I'll have a look later.
FN-GM Posted March 11, 2014 Author Posted March 11, 2014 Cheers. I will have some time to have a good look at it tomorrow. Its weird i must say.
Arthur Posted March 12, 2014 Posted March 12, 2014 The screen resolution is 1366x768 but if you use the script and a startup script it is using the 1600x1200 wallpaper. If I run it when I am logged into Windows it works fine. Could you run the following as a startup script and then post the contents of the text file? Add-Type -AssemblyName System.Windows.Forms $Width = [system.Windows.Forms.Screen]::PrimaryScreen.Bounds.Width $Height = [system.Windows.Forms.Screen]::PrimaryScreen.Bounds.Height $Ratio = $Width/$Height $Width, $Height, $Ratio -join ',' | Out-File -FilePath C:\Temp\StartupRes.txt -Force
Arthur Posted March 13, 2014 Posted March 13, 2014 The screen resolution is 1366x768 but if you use the script and a startup script it is using the 1600x1200 wallpaper. here we go: 1024,768,1.33333333333333 That's really strange! Does the affected PC have only one display attached? Is it a VGA monitor?
FN-GM Posted March 13, 2014 Author Posted March 13, 2014 Tried it on 2 machines. One with a VGA monitor and the other is a laptop. Cheers
FN-GM Posted March 19, 2014 Author Posted March 19, 2014 Trying to think of some work arounds. What do you think of a scheduled task that runs a few minutes after booting?
Arthur Posted March 20, 2014 Posted March 20, 2014 On the PC that didn't work, is its monitor detected as a generic PnP monitor? What do you think of a scheduled task that runs a few minutes after booting? That sound like a much better idea.
FN-GM Posted April 3, 2014 Author Posted April 3, 2014 On the PC that didn't work, is its monitor detected as a generic PnP monitor? That sound like a much better idea. Been out off office for various reasons, will check in the morning.
FN-GM Posted April 16, 2014 Author Posted April 16, 2014 @Arthur they are coming up generic PnP monitors. Thanks
FN-GM Posted April 30, 2014 Author Posted April 30, 2014 That sound like a much better idea. @Arthur if you are not logged in the same thing happens. Just wondering if you had anymore thoughts please?
Arthur Posted April 30, 2014 Posted April 30, 2014 Just wondering if you had anymore thoughts please? I'll have a think. 1
SovietRussia Posted April 30, 2014 Posted April 30, 2014 You are using this for W7 Logon Backgrounds. W7 supports multiple sizes: Your backgroundDefault.jpg file must be for the highest resolution you have, if the system resolution is smaller, it will automatically look for backgroundRESOLUTION.jpg in the same Folder (System32\oobe\info\backgrounds) Saves you fiddling around with scripts, you can just make a few images, name them appropriately and use them on every machine. (Sorry if this answer has already been suggested)
FN-GM Posted April 30, 2014 Author Posted April 30, 2014 You are using this for W7 Logon Backgrounds. W7 supports multiple sizes: [ATTACH=CONFIG]24133[/ATTACH] Your backgroundDefault.jpg file must be for the highest resolution you have, if the system resolution is smaller, it will automatically look for backgroundRESOLUTION.jpg in the same Folder (System32\oobe\info\backgrounds) Saves you fiddling around with scripts, you can just make a few images, name them appropriately and use them on every machine. (Sorry if this answer has already been suggested) This is Windows 8 though.
SovietRussia Posted April 30, 2014 Posted April 30, 2014 This is Windows 8 though. Then hell has frozen over.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now